Simple web forum built with servlets and JSP without Spring Framework.
nForum is a simple web forum built with servlets and JSP pages along with Selenium framework for testing. This application was made for the sole purpose of learning how to develop a web application without using the Spring framework. You can interact with the project through the Heroku platform (click here to access).
Password | |
---|---|
[email protected] | 123 |
The hosting service Heroku may have a certain delay (~ 1 min) for uploading the application so the loading of the website may have a certain delay.
mvn install
mvn run
Details about each version are documented in the releases section.
Name | Type | Description |
---|---|---|
docs | Directory |
Documentation files |
src | Directory |
Application and test files |
Name | Type | Description |
---|---|---|
main | Directory |
Application files |
test | Directory |
Test files |
Name | Type | Description |
---|---|---|
java | Directory |
Source files |
webapp | Directory |
JSP, CSS and JavaScript files |
Name | Type | Description |
---|---|---|
config | Directory |
Configuration classes |
controllers | Directory |
Classes that handle with HTTP requests and responses |
dto | Directory |
Data transfer object classes |
repositories | Directory |
Classes that handle with database |
services | Directory |
Classes responsible for providing data |