Ecommerce Capstone Project/Shopping Website using JSP, SERVLET, BOOTSTRAP.
Developing a MobiZone Ecommerce Capstone Project using Hibernate + JSP + Servlet.
Ecommerce Capstone Project
User Registration
CRUD Operations like
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 DataSource -->
<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>
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.
You can see my web page below :
Please suggest me any improvement or any change.
Thank You