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 is the diffrence between insurance and telecom domain?

1 Answers  


What is the difference between Eclipse and MyEclipse?

7 Answers   IBM, Wavex,


What is IOC in spring?

10 Answers   Centris,


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

0 Answers  


What are the main classes of the list interfaces? : java collections

0 Answers  






VSS Objectives

1 Answers  


What causes Out of Memory exception?

5 Answers   CTS,


where is JNDI being used in java platform?

2 Answers  


Should we create system software ( e.g operating system ) in java ?

0 Answers  


What are the uses of the set interfaces in the java collections? : java collections

0 Answers  


What is difference between Application Server and Web Server?

1 Answers   Logica CMG, SCS,


What are the different types of collections views being provided by the map interface? : java collections

0 Answers  


Categories