Developing a MobiZone Ecommerce Capstone Project using Hibernate + JSP + Servlet.
Ecommerce Capstone Project
-
User Registration
-
CRUD Operations like
- User can add product to his cart
- Admin can add product to the product list
- Admin can edit the product details
- Admin can delete the product from the list
- Technology : JSP, Java, Hibernate, Bootstrap.
- Application Servicer: Apache Tomcat Server 9
- Database : SQL Server 2012.
-
Development Platform - Eclipse JEE
-
Server - Apache Tomcat Server 9
-
Database - SQL Server 2012
-
Configuring tomcat with Eclipse (windows) - Click Here
-
Clone the repository and import it to eclipse
-
Run your SQL Server 2012 Database.
-
Configure your database configuration in hibernate.cfg.xml
-
Database properties:
<property name="hibernate.dialect">..................YOUR DB DIALECT...........</property> <property name="hibernate.connection.driver_class">..YOUR DB DRIVER CLASS........</property> <property name="hibernate.connection.url">...........YOUR DB CONNECTION URL..........</property> <property name="hibernate.connection.username">......YOUR DB CONNECTION USERNAME........</property> <property name="hibernate.connection.password">......YOUR DB CONNECTION PASSWORD..........</property> <property name="hibernate.show_sql">true</property> <property name="hibernate.hbm2ddl.auto">update</property>
-
-
Run the server.
If you find that something's wrong with this package, you can let me know by raising an issue on the GitHub issue tracker, or take it as a task and 🧑💻 resolve it 💪 --> create a PullRequest 🛠.
Contributors are most welcome.
- Home page layout have completed and responsive as well
- Complete ID (Sign In & Sign Up) page
- User account
- Product page
- Main design
- Images Grid
- Function and Requirements(list)
You can see my web page below :
Please suggest me any improvement or any change.
Thank You