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

JSF in sequence Diagram

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

i'm thinking about, how detailed jsf should be in my sequence diagram.

Is something like this enough and is it right?

Client --> FacesServlet ---> Business Delegate ---> Session Facade --> Business Logic ---> Session Facade --> Business Delegate ---> FacesServlet --> JSP (or JSF???)


Or instead of Faces Servlet something like FrontController and only mention the JSF-using in the component diagram?

Thanks for your comments.

Bye


i hope this posting doesn't disagree withe the scea rules (don't talk about your assignment ;))
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ralf Brameier wrote:i hope this posting doesn't disagree withe the scea rules (don't talk about your assignment ;))


It's high enough level - you're fine.
 
reply
    Bookmark Topic Watch Topic
  • New Topic