Hi,
has anybody ever tried to model a JSP application in UML? I have not
worked very much with UML so far, but I would like to have a means to be
able to design my JSP applications before programming begins.
I think a big modeling problem would be the parameter passing between
servlets and JSPs, which works by storing key/value pairs in request
objects, sessions etc. BTW: I think this kind of parameter passing sucks
anyway, because it is neither type-safe nor is it noticed (by the
compiler!) if you simply don't pass any parameters at all :-( Wasn't
Java said to be a type-safe language? We might as well be programming
Basic...
So, how do you all design you applications? Or are you just hacking away
:-)?
cu
Heiko
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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