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

when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


What are the different types of ways where you can iterate over a list? : java collections

0 Answers  


what debugging tool that can be used to debug the java programs?

1 Answers   Inforica,


what is acl(access control list)?

1 Answers   Athena, HCL,


What is difference between Application Server and Web Server?

1 Answers   Logica CMG, SCS,






httt method

2 Answers   HCL,


What are the types of interface used in the java collections? : java collections

0 Answers  


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

1 Answers   HCL,


What are the types of the main implementing classes in the map interfaces? : java collections

0 Answers  


what is the difference between checked and unchecked Exceptions?

4 Answers   CTS,


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 are the main classes of the list interfaces? : java collections

0 Answers  


Categories