• 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 component Diagram

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

I need some insight into how to show JSF in component diagram.

1. Should i show a single component(called JSF) or
2. Show two component separately - FacesServlet and Backing Beans.


Thanks
Ashu
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ashu Sharma wrote:Hi ,

I need some insight into how to show JSF in component diagram.

1. Should i show a single component(called JSF) or
2. Show two component separately - FacesServlet and Backing Beans.


Thanks
Ashu



My opinion that I would show the actual JSPs as JSF and the BackingBean as ManagedBeans. I am sure others would do it differently though. The main reason for my separation of the two is that Multiple pages could use the same ManagedBeans, and of course a single page could also use multiple ManagedBeans. Thus it is a uses relationship.
 
Ashu Sharma
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jason,

Thanks for your valuable input



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