Java Spring Hibernate ------------------------------------------------------- Learning how to Develope Java Web Application Using Spring Hibernate From Scratch.
When User Will Submit Request Through ( Browser ) Action will Take the Request , Proceed , Contact to Database. Service Interface ( Having Method ) , What to Do TO Tables CURD Operation ( Create , Update , Read , Delete ). Implementaion of Service Interface ( Method ) Having Dependent ( Persitent Object Information ). DAO Interface ( Methods ) , How to Communicate TO Tables For CURD Operation ( Create , Update , Read , Delete ). Responsible For Communicating TO Tables POJO ( Simple Java Object ) All Request Data Comming From ( Browser ) All Result Data From ( Tables ) To ( Browser ). MVC ( Model View Controller ) Architecture
For View ( To Display Result Data To Browser ) Result Data Comming From ( Tables ) After Contacting To Database Front Controller Will Take the Appropriate ( JSP Page ) And Put the Data Into ( JSP Page ) And Send Back ( JSP Page ) To Browser Browser will Display .