This project aims for allowing everyone to post and apply for entry level technology jobs using DAOs & Spring MVC Structure along with JDBC Connection.
- Download the project files
- Unzip the contents to any location
- Open Eclipse Jee
- On the top right click File --> Import --> Existing Projects into Workspace and find "SpringMVC_CaseStudy
These include Eclipse Jee, how to set up Tomcat and Spring Environment for Eclipse, and Oracle SQL.
- Download and Install Eclipse Jee https://www.eclipse.org/downloads/packages/release/kepler/sr2/eclipse-ide-java-ee-developers
- Setup Tomcat Server for Eclipse Here's a link for the steps to setting up Tomcat for eclipse: https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.stardust.docs.wst%2Fhtml%2Fwst-integration%2Fconfiguration.html
- Install Spring Tools 4 - 4.x.x.RELEASE. a. In Eclipse, click on Help at the top. b. Click on Eclipse Marketplace c. Search for "Spring"
- Download and Install Oracle SQL https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
- Create a database Here's a link for the steps to setting up a database: https://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/appdev/sqldev/sqldev_mngdb/sqldev_mngdb_otn.htm
- Run the SQL script in "Oracle SQL Script" text file
The tests for this case study project was done using JUnit. Each method of the DAO classes were tested using my own data. The test classes are located in the folder name srcTest. This source folder includes a class for each DAO class. To test individually right click on a test class and run as JUnit Test. To test all classes at once, run the AllTest. If you want to create your own tests, heres a helpful link to get started. https://www.guru99.com/junit-assert.html
- Yu Wang
- Hat tip to anyone whose code was used
- jeevan123456 on BootSnipp (HTML)
- Juan Pinzón on CodePen (HTML)