re: XML/JSP/XSL (/DOM-based transformations)

Yes.  We definetively want to be able to do these things very naturally
in the next version of the JSP spec.  Some can already be done now but
we want a very natural fit.  And we will build on/synergize with
existing appropriate standards rather than inventing a "parallel
universe".

The challenge is finding the right combination of all these things.

re: Better I18N/L10N

There is already some but yes we want to do better.  We had an internal
design for Servlet 2.2 but it was not cooked enough and we decided to
postpone it for the next release.

Please send us feedback at [EMAIL PROTECTED]; we read it all
and manage to respond to most.  I am personally interested in sketches
of specific examples to ground the design efforts.

        - eduard/o


> Date:    Wed, 29 Sep 1999 12:05:11 -0700
> From:    Olivier Brand <[EMAIL PROTECTED]>
> Subject: XML, XSL and JSP
>
> I have been working with these 3 technologies (XML and XSL first) and I
> have some points I would like to share with you.
>
> I would like JSP to take advantage of XSL and XML to separate the
> presentation layer from the data. So all the java object will be in the
> XML document and the HTML in the XSL document. The JSP engine will merge
> both to output HTML or whatever to the server.
>
> A JSP engine should also deal more with internationalization by
> providing a "bundle" mechanism in the Dispatcher. More sites are beeing
> translated into multiple language, and JSP should forward to the right
> JSP, Servlet without having to add complex code in the JSP/Servlet
> files.
>
> I know that JSP is defining all its tag into XML, but the concept of
> putting everything in the same file couldn't be used in a real multi
> style/language environment and is 100% different of what the XML
> consortium is doing. The style, at the HTML level, should be modified
> once, the content being dynamic should be into a separate file.
>
> It would be great to have some feedback on this issue and see if you
> might want these features inside a JSP engine.
>
> Thanks
>
> Olivier

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to