Date: 2004-07-21T06:34:01
Editor: AlexanderBeening <alexander.beening@xxxxxx>
Wiki: Cocoon Wiki
Page: Midlets
URL: http://wiki.apache.org/cocoon/Midlets
no comment
Change Log:
------------------------------------------------------------------------------
@@ -7,7 +7,7 @@
On the server side (Cocoon 2/ Tomcat 4):
- Create a pipeline:
+Create a pipeline:
1. Action to lookup the data (class, implementing the Action-interface and
instatiating an EJB - J2EE to JBoss) and pass the object of interest
(delivered by the EJB) to the request with request.setAttribute(<name>,
<object>)
2. Generate xsp, using a logicsheet which creates XML from the object
3. Serialize (so skip Transform!) to XML.
|