do I need to worry about the java application for agent in part2?
Robin Zhang
Ranch Hand
Joined: Apr 11, 2002
Posts: 139
posted
0
There will be a java application for the agent' use in the assgnment. Do I need to provide class digram for that?
kok how
Greenhorn
Joined: Mar 27, 2002
Posts: 9
posted
0
Hi, Not sure how others address this... What I did was to explain (in text) how the java appl client would be implemented. Probably the crucial bit is whether you design is able to handle such client. Kok How [ June 16, 2002: Message edited by: kok how ]
Robin Zhang
Ranch Hand
Joined: Apr 11, 2002
Posts: 139
posted
0
Thanks,kok how. I very appreciate your answer. So I do not need to actually show swing application class in the class diagram. Am I right? But how about the JSP? Do I need to put every JSP class in the class diagram?
kok how
Greenhorn
Joined: Mar 27, 2002
Posts: 9
posted
0
Hi, It depends on your design, some people actually show it but some don't... in my case, I don't. I only focus core classes. Kok How
SC Johnson
Greenhorn
Joined: May 15, 2002
Posts: 13
posted
0
I didn't really do much for the application client -- it was the one glaring thing missing from my submission. I did include all JSP's in the diagram, my rationale being they are "J2EE Components" as cited in the assignment text. Steve
SCEA, WWISA
subject: do I need to worry about the java application for agent in part2?