Skip to main content

Posts

Showing posts with the label java

Web application using struts 1.0

 usage of struts has been stopped long back due to the introduction of new java frameworks. if still interested in learning struts please go ahead for the tutorial. 1.Front end will be JSP 2.client validation - javascript 3.controller - spring 4.any RDBMS 5.design pattern - service locator pattern , singleton pattern(spring beans) ,delegate pattern. 6.any webserver - Tomcat 7.Architecture is an MVC Model View -JSP Controller - which is a servlet ,in struts this would be ActionServlet.