View Single Post
  #1 (permalink)  
Old 04-19-2007, 07:26 AM
peiceonly peiceonly is offline
Member
 
Join Date: Mar 2007
Posts: 41
peiceonly is on a distinguished road
Introducing Cocoon And Orbeon
This is the age of XML , everybody thinks XML will become more and more predominant in the coming years. With the SOAP, RPC XML has much to do in the web as well as desktop applications. Here I introduce two XML frameworks which is evolving at a very faster rate than any other web development kits.
The main advantage of these from a customer's point of view is there is nothing like compilation as development involves only changing the configuration files (XML files). From a developer's point of view these frameworks are built around the concepts of separation of concerns and component based development.


Both of them use the pipeline philosophy. Means the concerns are separated and is isolated . The pipeline works like a network .Say it is like a multi storied building which has a strong foundation and so does every floor. Hence if you want to make an extension of any floor it is possible, at the same time it is possible to have another building which has separate ground floor but sharing the first and second floors of the first building and having its own third and fourth floor. Like that . My example was not appropriate The conclusion is it is flexible, extensible and pluggable.

Both of them have XSL to render the view say, we write all the details of the view in an XSL file which is transformed to an xhtml file , while loading a page by the main servlet of these frameworks.


Hence the working goes like this

the XSL file has the view components and the pipelines fetch the data for the view and is shown. Trust me by using this framework you can reduce your code to more than 50% ,even if you have no prior experience in XForms ,XSL etc.


For More details
The Apache Cocoon Project
Orbeon Forms - Web Forms for the Enterprise, Done the Right Way
Reply With Quote
Sponsored Links