[Opensource] JSP 2.0
Peter A. J. Pilgrim
peterp at xenonsoft.demon.co.uk
Tue Aug 13 14:53:20 PDT 2002
Michael Rimov wrote:
> At 01:26 PM 8/2/2002 +0200, you wrote:
>
>> Hi all,
>>
>> Looking at the JSP2.0 EA I'm getting quite excited with the
>> possibility of
>> using JSP fragments to create Custom Tag (not yet in the EA examples
>> by the
>> way). It is my belief that this will significantly reduce the amount of
>> time involved in creating GUI-components, which are often Javascript/HTML
>> heavy and therefore cumbersome to write as a servlet. My hope is that
>> this
>> innovation will improve the quality of Java-based websystems. Which,
>> IMHO,
>> are notoriously user unfriendly on the GUI-side.
>>
>> I'm curious to see what you think with regards to the future of Expresso.
>
>
> Hi Marc!
>
> We try to support at least one version back for a while. So it will be
> a while before we start using JSP 2.0. [It was only a year ago that we
> started requiring taglibs for most of Expresso's JSP functionality, for
> example]
>
> So we tend to try to be on the cautious side so that we can maintain
> compatibility with as many app servers as possible.
>
> Hope this clarifies!
> -Mike
I think JSP 2.0 will come with the Jakarta Tomcat release (4.2.x whenever that
is, when Jakarta will implement the reference implementation). So we will
get the features automatically like the Expression Language. In the Struts Dev
list there is some talk about Struts HTML tags and how they fit in the new
EL in JSP2.0.
You mentioned writing Servlets. Nobody writes individual Servlets any more
except for special applications like web services or research. Struts allows us
to concentrate individual web actions or in Expresso controllers.
The most difficult part is now the View (normally JSPs), but even that has
made simpler because of Struts Templates, and then advances with
Cedric's Struts Tiles.
JSP 2.0 will definitely help toolmakers ie DreamWeaver MX 2nd Edition 2003
when there are definite DTD elements for icons, examples in the tag library
descriptor files. Yes JSP 2.0 will help script designer write simple tags
too. It is about 6-12 months distant.
--
Peter Pilgrim +-----\ +-++----++----+
Java Technologist | | | || || | 'n' Shine
| O | | || --+| ---+
/\ | ._ / | | \ \ | |
/ \ | | \ \ | |+-- || ---+ A new day
/_ _\ "Up" | | | | | || || | is coming
|| +-+ +-+ +-++----++----+
<home page="http://www.xenonsoft.demon.co.uk/" />
More information about the Opensource
mailing list