What are the different type of desigen pattern in J2EE

Showing Answers 1 - 3 of 3 Answers

Ashish Mohan Gupta

  • Jan 25th, 2006
 

MVC1 and MVc2 in MVC1 controller is JSP and in MVC2 controller is Servlet.

but now for web application we r using MVC2 and structs is an example of MVC2.

  Was this answer useful?  Yes

padma

  • May 18th, 2006
 

HI,

 Designpatterns are mainly used for reoccuring solns for a given problem

we had Frontcontroller ,SessionFacade,viewhelper,valueobject (DTO)and DataAcessObject(DAO) designpatterns .

  Was this answer useful?  Yes

Sony V George

  • Apr 4th, 2007
 

We are mainly using the design patters for the sepration of physical speration rather than an logical sepration.

We can say like BusinessDelegaors, Singleton, session-Facade, DAO(Data Acess Object), service- delegators.

Each and every pattern used for the Particular use so that user can easily understand the flow of control.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions