The Construction of E-Business Portal Based On Struts, Spring and Hibernate
The Construction of E-Business Portal Based On Struts, Spring and Hibernate
AIM
The mainstay of this project is to integrate the three frameworks (Struts, spring and Hibernate) according to their strong points and apply this technology to an E-Business portal of company.
Synopsis
E-Business portals can be used to deliver information and applications to internet users, it changes the way of businesses which are operated from traditional approaches to an advanced and more efficient operations. The major advantages of adapting E-Business portal to any industry are: removal of location and availability restrictions, reduction of time and money spent, heightening customer services, and the provision of competitive advantages. This paper adopts an integrated framework by Struts, Spring and Hibernate. In presentation tier Struts is used, in the business logic tier web have created business objects, business services and now we are going to integrate them using spring framework, and Hibernate is used as ORM.
Existing System
The existing system design results in complexity, poor performance, testability and much more. Application are tightly tied with the under laying database. Hacker may attack the system using SQL Query Insertion.
Proposed System
The proposed system is to develop an E-Business portal based on B2C (Business to Customer) Architecture by using SSH (Struts, Spring and Hibernate). All Database Implementation are Based On Object Using Hibernate Technology
Modules
Presentation Tier
Implementing DAO
Xml Mapping
Presentation tier
Develop an E-Business portal based B2C. The Administrator can modify the property through the browser. The presentation tier collects these data, and connects with the middle tier by the
controller, and then the middle tier will connect with the data tier. At
last, the data returned from the middle tier will be displayed by the Presentation Tier.
Implementing Dao
Data Access Object it encapsulates the functions of data modification, add and deletion. It handles the information exchange between Business Logic component and Object Relational Mapping
(ORM).
Xml Mapping
The relational database table which stores merchandise information is mapped to data objects by the object/relational mapping tool of the Hibernate, then the developer can operate the
Architecture
Administrator or User
Business Data
Presentation Tier DAO Database Server Data Tier Xml Mapping (ORM) Middleware Tier
Software Requirements
Operating System (Windows / Linux) JDK 1.6 Struts, Spring Hibernate Apache Tomcat 6.0 Server My SQL
Hardware Requirements
Hard Disk RAM Processor : 40 GB And Above : 512 MB And Above : Pentium IV
Activity diagram
Start
User Response
Collaboration diagram
User
Response Request
Business Data
Exchange Service
DAO
Business Logic
ORM
Screen Shots
Advertisement Load
Tables
Advertisement Table
Fields Id name email username password Address Type int varchar varchar varchar varchar varchar
city
Country mobile
varchar
varchar varchar
data
payment
varchar
varchar
Conclusion
Develop an E-Business portal based B2C by using open source framework Spring, Hibernate and Struts. In the portal system, the presentation, the application processing and the data