-
Class diagram of Servlet and JSP (2 messages)
- Posted by: Di He
- Posted on: March 11 2004 05:26 EST
Hi, we are designing a 3-tiered system. When we go to class diagram part, we don't know how to show JSP pages on a UML class diagram with Servlets and Java Beans. Do you have any ideas? Thanks.Threaded Messages (2)
- Use Steriotype by Manish Mudgal on March 11 2004 06:05 EST
- The Class diagram in the link given by the reply are not precise by gq gq on March 25 2005 14:35 EST
-
Use Steriotype[ Go to top ]
- Posted by: Manish Mudgal
- Posted on: March 11 2004 06:05 EST
- in response to Di He
HI,
If i could understand your question properly,
Use steriotype to typed the JSP.
For more details use struts framework's UML digrams
http://rollerjm.free.fr/pro/Struts11.html
Manish -
The Class diagram in the link given by the reply are not precise[ Go to top ]
- Posted by: gq gq
- Posted on: March 25 2005 14:35 EST
- in response to Di He
You may first reverse engineer the Struts source file or compiled file to get the class diagram itself by Rational Rose or JDeveloper or the tool you're using. Note, the diagram from compiled file is read-only one. Then add these diagram to your application class diagram or the reverse.
Note the diagram in the link are far to be precise in terms of the class relationship, not only the associate he menthioned missed, but the app classes to the struts classes are not accurate at all. But the Struts classes relationsh looked like he got from reverse engineering which looked better than the part he drafted.
John Feng