-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Dawid Stankiewicz edited this page Aug 7, 2016
·
6 revisions
The web application in Java. As the title suggests it is a web forum.
- Creating a user profile at /registration.
- Displaying at the homepage: all existing sections, recent topics and recent posts.
- Displaying all topics from section at /section/{id}.
- Displaying topic and posts at /topic/{id}.
- Displaying of user profiles at /user/{username} or /user/id/{id}. Displaying your own profile at /myprofile.
- Editing your profile at /myprofile/edit.
- Removal user profile at /myprofile/delete. This operation requires a password confirmation.
- Creating new topic at /topic/new.
- Creating posts at topic page.
- Removal own topics and posts by button at topic page.
- Creating new section at /section/new.
- Displaying list of all users at /users
The connection settings are in the file forum.properties.
db.driver.name=com.mysql.jdbc.Driver
db.jdbc.url=jdbc:mysql://localhost:3306/forum
db.username=root
db.password=root
Version: 4.3.1.RELEASE
Version: 4.1.0.RELEASE
Version: 1.10.2.RELEASE
Varsion: 3.0.0.RELEASE
Version: 5.2.1.FINAL
Version: 4.12
Version: 5.1.39
Version: 0.3m
Version: 3.1.0
