Cocoon

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Books
  

Articles:
  • Use continuations to develop complex Web applications by Abhijit Belapurkar   - [Clicks: 29]
    If you've ever developed a non-trivial Web application, you know that development complexity is increased by the fact that Web browsers allow users to follow arbitrary navigation paths through the application. No matter where the user navigates, the onus is on you, the developer, to keep track of the possible interactions and ensure that your application works correctly. While the traditional MVC approach does allow you to handle these cases, there are other options available to help resolve application complexity. Developer and frequent developerWorks contributor Abhijit Belapurkar walks you through a continuations-based alternative that could simplify your Web application development efforts.
    [Includes source code]
    http://www-106.ibm.com/developerworks/library/j-contin.html - Dec, 2004
  • Publishing XML Documents in PDF and HTML with Cocoon by Puneet Sangal   - [Clicks: 41]
    Sure, you can create a custom framework for multi-format publishing, but why bother? It's already been done. Take advantage of Apache Cocoon's ability to deliver PDF and HTML documents on demand.
    [Includes source code]
    http://www.devx.com/DevX/Article/21670 - Aug, 2004
  • Spinning Your Code with XSLT and JSF in Cocoon by Michael Nash   - [Clicks: 81]
    Explore the combination of the XML processing language XSL with the newly released JavaServer Faces (JSF) standard API, using the Apache Cocoon framework as an enabler for both.
    http://www.developer.com/java/other/article.php/3348311 - May, 2004
  • Cocoon as a Web Framework by Neal Ford   - [Clicks: 35]
    My book Art of Java Web Development covers several different Model 2 web frameworks. One of the frameworks is Cocoon. Cocoon is more than one type of framework. It provides some of the same facilities as the other web frameworks, but Cocoon contains an entire additional personality: that of a publishing framework . Cocoon automatically transforms documents based on the request context. It presents a new kind of application service, leveraging XML technologies to create web sites with unprecedented flexibility. It also embodies another dimension of Model-View-Controller , where the framework handles all the view generation automatically.
    http://www.theserverside.com/articles/article.tss?l=Cocoon - Mar, 2004

[Top]

Books:

[Top]