Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Role of frameworks on Servlets & JSPs

  Asked By: Nicole    Date: Jul 15    Category: Java    Views: 937
  

May you lead me please about :
Role of FrameWorks such As Struts In A Real J2EE Project.

Do the most of J2EE developers use such frameworks when developing
Servlets Or JSPs ?
May I know your opinon about using such frameworks ?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Utsav Shah     Answered On: Jul 15
 
Answer #2    Answered By: Ziza Mizrachi     Answered On: Jul 15

EJBs are responsible for managing your business logic and they have no dependence on any presentation layer. For handling your presentation layer you can either use solely jsp,servlet,applets etc. or use a more sophisticated way such as applying struts  framework in your application. Strust is based on MVC model and it not only gives you a very well designed structure to code your presentation layer but also provides many good utilities such as taglibs and form validation libraries.Needless to say struts can be used either independently or it can hand over the business logic to EJBs.

 
Didn't find what you were looking for? Find more on Role of frameworks on Servlets & JSPs Or get search suggestion and latest updates.




Tagged: