HiI am just in start up of j2ee projects . I am using jsp,servlets.Each project must be following some architectures,what are the architectures which are used using jsp,servlets.Is MVC model a must.

Showing Answers 1 - 1 of 1 Answers

pradeep

  • Nov 6th, 2006
 

hi,

when we are using j2ee projects then must be the project will be inherited by MVC design pattern.

m-model(beans) to hold the data

v-view(jsps)

C-controller(servlets)

  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