• 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

can we achieve even driven model in struts?

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
forthcoming project i suggested Struts Framework.my PM tell me JSF framework bz it supporting even driven model i dont know much about this.however can achieve even driven model in struts(if use JSTL).please suggest me
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please use real words when posting.
The answer to your question depends on how one defines "event driven". Struts is event driven. It's just that the event is usually a page request. You could make a Struts application more "event-driven" by using AJAX rather than reloading pages every time a user clicks something.
My question is "why does it matter"? The event driven model seems like an obscure thing to be choosing an application framework for, especially from a project manager (who in my experience are not very technically knowledgable, YMMV).
Did the PM read an article that stated "JSF is better because it is event driven" and run with it or are there actually real application requirements and constraints that are a good match for JSF's features?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic