018601c13083$3125e2a0$0b01a8c0@w2k">
is there possible to make an web application that has a sql backend and uses lots of forms and file uploads
to be done only using XMl and Cocoon ?
 
Yes. I am building such applications only using C2, my little Java knowledge and my relatively good XSLT knowledge. Without the XSLT background it would be hard for me to understand the concept of transforming XML content to HTML or other formats. Such transformations are heavily used in Cocoon apps.

018601c13083$3125e2a0$0b01a8c0@w2k">
is there necesary to make aditionals beans (.class) or to use aditional jakarta software such as struts for
the form processing and file uploading.
 
Yes, you can write your own classes and use them from within XSP pages (which generate XML content). You can also extend the C2 classes by inheriting from them. I have no clue about struts.
018601c13083$3125e2a0$0b01a8c0@w2k">
how do i make the same application to be a multi language one ?
 
C2 supports the creation of internationalised apps. Please look at the I18N samples delivered with C2.
018601c13083$3125e2a0$0b01a8c0@w2k">
when using cocoon nothing else is recomended ?
i mean no JSP no  java code ?
 
C2 is open to use XML generated from JSP pages, PHP and other sources. Thereby you can reuse existing resources. However, I try to avoid such "3rd party" technologies in Cocoon apps to keep the number of used technologies low. Until now, I could solve everything with C2, a little Java / JavaScript  and XSLT.
018601c13083$3125e2a0$0b01a8c0@w2k">
the entier application must be designed and built using XML and XSLT ?
 
Yes, I think that's the concept: generate XML content and apply XSLT stylesheets to it to produce HTML pages or other output. Thus, in mind I always separate XML content generation and transformation of this content to whatever output.

Regards, Mario

--------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to