i have java project, and i will send the details

ad2006
2.docx

I pushed a few changes to everyone's repos for the final project. Changes include:

* SQL script to automatically seed test data * Fixed a number of issues with unavailable/out of date dependencies * I adjusted the LoginAdapter so you can login with any password and the username of 'admin'; the passwords in the database are one-way encrypted and there was no documentation... :-(

Please make sure to *PULL* before you continue working. If you run into any issues, please let me know.

I've created a private copy repo for each of you based on the "BluePrints" project that was a CS480 final project last year. This is an Eclipse project, targeting Tomcat 8.5, Java 1.8, and JUnit 4, which is as close as I can reasonably get to the lab computers in Admin 425.

If you want to run at home, get Eclipse for JEE (exact version I'm using:  https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2018-12/R/eclipse-jee-2018-12-R-win32-x86_64.zip&mirror_id=1249 ), Tomcat 8.5 ( http://mirror.olnevhost.net/pub/apache/tomcat/tomcat-8/v8.5.40/bin/apache-tomcat-8.5.40-windows-x64.zip ), and Java EE JDK 8 (1.8) ( https://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-downloads-3908423.html ). I created a folder at C:\Java\ and unzipped/installed all to there. (If you're using a Mac, you'll need to download alternate links, of course!)

In Eclipse, go to Window -> Preferences, Servers +-> Runtime Environments, and click Add. Choose Tomcat 8.5, then pick the directory you unzipped from.

From there, File -> Import..., Choose "Git" +-> "Projects from Git", "Clone from URI", and clone from GitHub as usual. On the new project wizard, it should detect the Eclipse project and get things going pretty smoothly from there. It should build after a few moments, and allow you to choose "Run", and then set up a new Apache Tomcat run configuration. If you browse out to http://localhost:8080/BluePrints , you should receive a login window (note: nothing works from here).

For now, focus on exploring the code a bit, and make sure it builds. I'll have the actual final assignment published in Moodle in the next couple of days.