Bill,

Just to check a small detail with you ...

A search on bookpool.com and amazon.com revealed a book called

Building Web Applications With Uml (Addison Wesley Object Technology Series)
By Conallen Jim
http://www.bookpool.com/.x/r9izdwzvmn/sm/0201615770

Is this the one you are recommending?? Or is there another book titled
"Designing Web Applications with the UML"?

Thanks!
Jonathan


-----Original Message-----
From: Hines, Bill [mailto:[EMAIL PROTECTED]]
Sent: 07 July, 2000 3:59 PM
To: [EMAIL PROTECTED]
Subject: Re: JSP and UML - or: Modeling a JSP application


Heiko,

I went to a week-long Rational OOA&D class and couldn't figure out how to
apply the UML to my web app. So I had a design session with Rational on my
web app and I noticed that the consultants were all peeking in this book. I
asked to see what it was and it was the book that Bill mentioned by Jim
Conallen of Rational ("Designing Web Applications with the UML"). It is an
excellent book. You will also need the Web Application Extensions (WAE) from
Rational's web site for some artifacts to use for server pages, client
pages, etc. Web apps are tough because a servlet for example can manifest
itself as a boundary object by the HTML that it generates (and becomes a
whole different object) and a controller object by nature of it's handling
of HTTP traffic, parameters, and other servlet-type jobs. Conallen provides
a model to handle that nicely. The book also has one of the best tutorials
on the whole web paradigm that I've seen.

Bill Hines
Hershey Foods

-----Original Message-----
From: Heiko Gottschling [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 29, 2000 12:12 PM
To: [EMAIL PROTECTED]
Subject: JSP and UML - or: Modeling a JSP application


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

===========================================================================
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

===========================================================================
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

Reply via email to