Hi,

just adding my cents...

Gideon, Thomas wrote:
> Maybe it's just me but I don't see JSP as intrinsically OO.  Even if one
> tries to cram them, incorrectly in my mind, into the category of a 4GL
> technology.  JSP as it relates to HTML, and even to a large extent XML, is
> about document oriented processing.  I just don't see why you would want
> methods in this context--my assumption is that something else, like an EJB

I see that, too. JSP/JSTL/EL is DO and not OO. However, the decision remains how 
to deal with user input submissions which usually require some action (if it is 
not merely a change in a display format etc., but e.g. a new entry, a changed 
order state, etc.). One approach to this problem is of course the struts way, 
but I think the JSP/JSTL/EL community should have an answer to this (we have 
already the modifying SQL statements in JSTL..). One answer could be the 
execution of a (bean) method...One valid answer could also be, JSP/JSTL per se 
has no business in this area, do this with custom tags or struts or...

   Wolfgang


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to