waht are architecture of web application?
Answers were Sorted based on User's Feedback
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 |
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 |
Should we create system software ( e.g operating system ) in java ?
who should use JNDI?
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
What are maps interfaces in the java collections? : java collections
What is the Spring2.5 MVC Navigation flow?
What is a constructor?
what is the diffrence between insurance and telecom domain?
What are the considerations to be made in case of loops in java ?
What is IOC in spring?
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
What are the different types of classes implemented in the set interfaces? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword