This is the third time i read your message today.
I would prefer just XML/XSLT just for being the cleanest way to do this.
I have to admit that putting some java into this may bring divine results for large 
scaled
systems -or quite the opposite, by becoming a complexity nightmare.
Your message made me stumble onto this article:
http://www.onjava.com/pub/a/onjava/2000/12/15/xslt_servlets.html
Just my point of view...
Manos


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of :-Koshy Kerteya-:
Sent: Tuesday, January 09, 2001 4:42 PM
To: [EMAIL PROTECTED]
Subject: [OT?] Your opinion please?


Hi there,

I would like to hear everyone's opinions on this...
We have data, basically in a xml format
And we are thinking of several solutions for a web-based solutions to
existing services
We are not going to use client-side xml/xsl ms solution , although that can
be very tempting

Basically, we thought of

- JSP (to control screens 4 different users)+ servlets + JavaBeans ,with
Javabean storing the generated HTML codes and displaying the data
The JavaBean will also run the parser + XSLTProcessor to read in a XSL , to
give the HTML

- JSP with no JBs but the processor will be invoked via servlet, and
generated output be displayed
- JSP + servlets + JavaBeans , with javabean just getting the data and
displaying it in another JSP

- XML/XSLT solution (like what's in Cocoon publishing framework) with no
JSP/Servlet at all

Main thing :-
- future expansion of providing services to mobile devices such as mobile
devices, handphones(WAP?)
- letting our client have the ability to customize layout easily
- presentation layer and data layer are as "seperate" as possible

We might be using EJB in future
I've read somewhere it's not good to store HTML in Javabeans ? Although I
forgot what exactly the argument is for ...

Anyone who has tried out / thought about the above solutions?
Which one is better and in what scenerio ?
We would like to minimize code changes (since we have several
phrases...well who dont? :) )

Thanks for giving your opinions!!

Regards
LSc

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to