Well, I'll throw in my 2 cents on this issue.
The most popular method I've seen is JSP to Servlet, which I really can't
stand. The only system of JSPs that I have sort of liked is using it strictly
as a skin as with the new Jive Java based message board. They had prewritten a
set of JSPs the do the logging in and database work and all the user does is
use a lot of includes which piece the parts they want together.
But JSP doesn't separate the logic from the presentation as much as people say
it does. No matter what you still have java code mixed with the html and I'm
of the school of thought that this is rather sloppy.
I haven't used some of the other frame works out there yet (like TEA) but I'm
going to start looking at a few to see how they are. Otherwise I just keep
everything purely Servlets and standard classes. Yes, I know that JSPs are
compiled by the container to a Servlet but they aren't always perfect and from
a programmer point of view this doesn't mean a thing because I still have to
look at a mash of HTML mixed with Java.
If I have to have dynamic interaction then I go for applet / Servlet
communication but then you have to deal with firewalls and Object
serialization, RMI, and html protocols to get through.
Anyone have a better way?
Matt
Quoting Sands Fish <[EMAIL PROTECTED]>:
> Hello all,
> I've been reviewing how different people structure web-fired events
> in
> their servlets and how they use these events in their webapp
> architecture to
> handle the resulting view, integrating with JSP views, etc. What does
> everybody think? Anybody have any code to share so the rest of us can
> share
> in better event modelling? I think everyone could benefit from that. I
> did
> look in the archives (i say this since everyone seems to flame at the
> drop
> of a hat on this list) but didn't really find myself satisfied. So,
> anybody? anybody? bueller?
>
> - sands fish
> - eCommerce
> - telecomNOW
> - [EMAIL PROTECTED]
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html