Most professional web based projects arestructured, documented and executed using the Spring 3 as the applicationdevelopment framework and Hibernate 4 as the Object Relational Mapping librarywith MySQL Server 5 as the data store.
Spring 3 With Hibernate 4 Project For Professionals showshow to build and use this programming stack to develop a structured,documented, modestly sized project. It walks you through building anddocumenting a Book Management and Sales System [featuring a Shopping cartintegrated with a payment gateway].
Topics Covered in the Book
- Key Topics
- Spring 3.2.0.M1
- Hibernate 4.1.4
- MySQL 5.5.25
- Spring Security 3.1
- Spring Web MVC
- NetBeans IDE 7.1.2
This Book
Serves as a ready reference, with several add-ons and technologies, coveringmodestly sized project containing a Back-end with Master and Transaction dataentry forms and a Front-end with application homepage and the shopping cart
Illustrates real project documentation including Case Study, BusinessRequirements, Software Requirement Specifications, Data Dictionary, TableDefinitions and Directory Structure, End User Manual and Software DesignDocument
What You'll Learn?
- Shopping Cart integrated with a Payment Gateway for accepting payments using Credit Cards [Google Wallet]
- Tag Clouds, Session Management, Dispatch Emails [using JavaMail]
- Access based User Management and Restricted page access protection
- Spring's Web MVC framework to develop forms, validate form content and handle user requests
- Annotation-based programming model for MVC controllers
- Spring's declarative transaction management capabilities
- Secure application using Spring's Security module