• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Sequence diagrams questions

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

I have the following queries. In the sequence diagram:

1. Can the actor (stick icon) represent the jsp / GUI or do I need to show additional components for the JSP / GUI ?

2. For the methods, do we need to specify the method parameters that are sent between the objects?
 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator



1. Can the actor (stick icon) represent the jsp / GUI or do I need to show additional components for the JSP / GUI ?


Have a look at Cade's book. I am following that approach.



2. For the methods, do we need to specify the method parameters that are sent between the objects



You can (if you want to), and that will make the diagram more understandable. But remember NOT to make it too cluttered.
 
Steven Wong
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Unfortunately I am not having the Cade's book.

Also, how can I represent in my sequence diagram when the flow is coming from other use cases? Thanks any help is appreciated.
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Steven,

I have uploaded the Cade book here:
http://groups.yahoo.com/group/J2EE-SCEA/files/Study_Materials/

Lokesh.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Lokesh Rai:
I am interested in joing the J2EE-SCEA group. Would you send me aninvitation to join the group? Or someone else can add me into the group?

Thanks!

LiXin
 
LiXin Wang
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Lokesh Rai:

Sorry I forget to put my email.
My email address: studiokarl@yahoo.com

LiXin
 
Steven Wong
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
LiXin,

You don't need any authorization to join the group. Just go to Yahoo! Group and add yourself in.

Lokesh,

Thanks for the link!!
 
Your mother was a hamster and your father was a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic