A sandbox Java EE web application using Java, Maven, Apache Tomcat Embedded, and SQLite.
01.00 Go to File > Import...
02.00 Go to General > Existing Projects into Workspace
03.00 SELECT "Select root directory:"
03.01 SELECT "Browse..."
01.00 DELETE files under C:\Projects\Eclipse_Workspace\SandboxJavaEE8AndTomcat9\target
02.00 OPEN Eclipse
03.00 Go to Project > Clean...
04.00 SELECT your project in the "Package Explorer" view
05.00 Go to Run > Run As > Maven build...
06.01 INPUT "package" for "Goals:"
06.02 SELECT Run
07.00 If failed, then repeat steps 03.00 to 06.02
01.00 OPEN Eclipse
02.00 SELECT your project in the "Package Explorer" view
03.00 Go to Run > Debug As > Java Application
04.00 FIND your "public static void main" method (eg "Application - web") for the "Select Java Application" dialog
Contributions are welcome. Feel free to submit issues if you run into problems or you have suggestions on how to improve it!
Created by William Chang.
- Before starting work on a new feature, enhancement, or fix, please create an issue and optionally assign it to yourself or a developer.
- Fork the repository and make your changes against the 'development' branch (not master).
- After making your changes in your fork, run tests and ensure that the page looks good and works with all supported browsers.
- If you have made a series of commits into the 'development' branch, please try to squash them into a small number of commits.
- Issue a Pull Request against the 'development' branch (not master).
- The admins will review your code and may optionally request conformance, functional or other changes. Work with them to resolve any issues.
- Upon acceptance, your code will be merged into the master branch and will become available for all.
This project is licensed under the LGPL license.