• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

sequence diagram questions

 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I have read many threads regarding how to represent client in sequence diagrams, but am still confused.

1) To what extent is the swing app being represented? Are Swing classes noted in the sequence diagram?

2) For the web client, Cade example will cover this.

3) For the Swing app., does anyone know where to find info on the EJB client container...is there a interface/api available? Could this be used in the sequence diagram?

Is login shown in sequence diagram?

Thanks for any help.

-Saha
 
Saha Kumar
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone?

-Saha
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmm..we seem to be exchanging too many responses between two of us..:-)))

1) You can show swing classes (if that gives you a satisfaction...:-)..) but as a norm in sequence diagram we can mark the any UI component as JSP. But again its a personal preference. Atleast I am not aware of any rules regarding this

3) Not sure whether there is a need to show EJBContainer. I am going to mark it as a generic swing component or name it something meaningful. I think its not worth the effort to research this one for EJB Client Container implementation

Showing login in sequence diagram is a personal preferance. I think one can show it as a seperate sequence diagram since login is a generic sequence that users have to perform for all other aspects of business application

Thanks
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic