File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes converting chapter 9 sequence diagram from JSP to JSF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "converting chapter 9 sequence diagram from JSP to JSF" Watch "converting chapter 9 sequence diagram from JSP to JSF" New topic
Author

converting chapter 9 sequence diagram from JSP to JSF

talu singh
Greenhorn

Joined: Jun 07, 2010
Posts: 18
I am trying to convert chapter 9's sequence diagram to use JSF instead of JSP but I am not sure if I am doing it correctly.

Right now, the flow is
createNotice.jsp ------------> :NoticeController --------------------> :NoticeManager

I converted it to
FacesServlet -------------> createNotice.jsf(facelet) ----------------> :NoticeManagedBean -----------------> :NoticeManager

Do I need to put FacesServlet at all in the sequence diagram? Should I use a stereotype on the NoticeManagedBean to show it is a managed bean?

Thanks
Kuppusamy Venkatasubramanian
Ranch Hand

Joined: Dec 30, 2004
Posts: 91
Hi,

I think the right flow to represent in sequence diagram is


createNotice.jsp ------------> :FacesServlet --------------------> :ManagedBean

I don't think it needs to be complecated with the usage of facelets.

Cheers,
Kuppusamy.V.,


SCJP1.4, SCBCD 1.3, SCWCD 1.4, SCEA 5, JLPT-N3
My Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: converting chapter 9 sequence diagram from JSP to JSF
 
Similar Threads
Part II: Cade's usage of a Controller within the Class Diagram & the Sequence Diagrams
The tricky stuff of the class diagram in Mark Cade's case study
modeling JSF managed beans on component diagram
JSF in sequence Diagram
SCEA Assigment generic questions and doubts