Tuesday, 30 September 2014

Basic of SpringWebMVC

Spring Web MVC
Spring MVC helps in building flexible and loosely coupled web applications.

Model         : These are responsible for encapsulating the application data.
Views          : The Views render response to the user with the help of the model object .
Controllers : These are responsible for receiving the request from the user and calling the
                       back-end services.


Architecture of Spring Web MVC
 



Spring 3 MVC example



Print Friendly and PDF
Print Friendly Version of this pagePrint Get a PDF version of this webpagePDF

Simplest way to display Server Time in JSP using js

THE BELOW CODE WORKS ONLY IN JSP : <html> <body > <table width="95%" border="1" cellpadding="1...