| |
GeekInterview.com > Interview Questions > J2EE > Core Java
| Print | |
Question: What is MVC architecture
|
| July 07, 2005 09:25:23 |
#4 |
| vamsi krishna |
Member Since: Visitor Total Comments: N/A |
RE: What is MVC architecture |
| MVC architecture gives the simplest way for the developing an application using J2ee technologies.In this model is where we can develop our bussiness logic and view where we can develop our presentation logic that means if you are going to use the structs framework here the model is nothing but an EJB object r it may be a model class object and view is JSP pages or servlets where u r goin to implements ur presentation logic and finaaly the controller is Action servlet in struts which is indirectly controlling the whole process.Likewise by dividing our project development we can achive highly flexible and efficient application. |
| |
Back To Question | |