waht are architecture of web application?

Answers were Sorted based on User's Feedback



waht are architecture of web application?..

Answer / arun

The archtechture followed in developing any web application
is MVC ( Model View Controller ).The Model part is the Java
bean(Value objects) used in the application,the View may be
HTML,Jsp etc and the controller part is the servlet where
the actual business logic is implemented.

Is This Answer Correct ?    2 Yes 1 No

waht are architecture of web application?..

Answer / srinu

THE web application follwed by MVC architectute

MODEL----->Persistance logic+Middle ware services(JDBC with
coonection pooling)

View------->presentation layer(html,jsp)

Controller------->controll the all the component +
integration logic(connect with DAO)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

what protocols does JNDI provide an interface to?

1 Answers  


what about web architecture?

1 Answers   HCL,


What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,


what are callback methods?

3 Answers   iFlex,


What is the enumerator of the java collection framework? : java collections

0 Answers  






Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.

0 Answers  


What is the difference between Eclipse and MyEclipse?

7 Answers   IBM, Wavex,


Difference between Spring framework and Struts framework?

12 Answers   IBM, L&T, VAM,


Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com

0 Answers  


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,


What is the use of the list interface in the java collection? : java collections

0 Answers  


What is need of DAO? Write one simple DAO example?

2 Answers   IBM,


Categories