MobiZone HitCount

Developing a MobiZone Ecommerce Capstone Project using Hibernate + JSP + Servlet.

Ecommerce Capstone Project

Functionalities:

  1. User Registration

  2. CRUD Operations like

Tools and Technologies:

Installation:

  1. Development Platform - Eclipse JEE

  2. Server - Apache Tomcat Server 9

  3. Database - SQL Server 2012

  4. Configuring tomcat with Eclipse (windows) - Click Here

  5. Clone the repository and import it to eclipse

  6. Run your SQL Server 2012 Database.

  7. 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>
      
  8. Run the server.

Somethings wrong!!

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 🛠.

Contribution

Contributors are most welcome.

About work and achievement

Preview of web pages

You can see my web page below :

Please suggest me any improvement or any change.

Thank You