• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Question about JSF ManagedBean in part 2

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All Ranchers,
I recently passed the SCEA part 1 and and working on part 2, I have a question about showing "controller and managed beans" in class and sequence diagrams.

Can I have my class diagram with just the controller (and no managed beans) like jsp--->generic controller(faces servlet in the comments)-->session bean ?
and in my sequence diagram jsp-->managed beans-->session bean, is this acceptable? Should I show managed beans in my class diagram? Is my assumption that Controller of JSF is different from Managed beans. Please clarify.

Thanks,
Madhu.
 
reply
    Bookmark Topic Watch Topic
  • New Topic