Download iForum Free Java Code
Description
Semestral project from the KIP/ JAVA 2 class. Simple web application written in Java EE.
Source Files
The download file iForum-master.zip has the following entries.
.gitignore//from ww w . ja v a2 s. com
build.xml
nbproject/ant-deploy.xml
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
src/conf/MANIFEST.MF
src/conf/persistence.xml
src/java/net/milanvit/iforum/controllers/CreatePost.java
src/java/net/milanvit/iforum/controllers/CreateThread.java
src/java/net/milanvit/iforum/controllers/DeletePost.java
src/java/net/milanvit/iforum/controllers/LockThread.java
src/java/net/milanvit/iforum/controllers/LoginUser.java
src/java/net/milanvit/iforum/controllers/PostController.java
src/java/net/milanvit/iforum/controllers/RegisterUser.java
src/java/net/milanvit/iforum/controllers/ThreadController.java
src/java/net/milanvit/iforum/controllers/UserController.java
src/java/net/milanvit/iforum/controllers/exceptions/IllegalOrphanException.java
src/java/net/milanvit/iforum/controllers/exceptions/NonexistentEntityException.java
src/java/net/milanvit/iforum/controllers/exceptions/PreexistingEntityException.java
src/java/net/milanvit/iforum/controllers/exceptions/RollbackFailureException.java
src/java/net/milanvit/iforum/filters/LoginFilter.java
src/java/net/milanvit/iforum/helpers/Hash.java
src/java/net/milanvit/iforum/models/Post.java
src/java/net/milanvit/iforum/models/Thread.java
src/java/net/milanvit/iforum/models/User.java
src/java/net/milanvit/iforum/models/ValidationErrors.java
web/WEB-INF/jspf/listofthreads.jspf
web/WEB-INF/jspf/postreply.jspf
web/WEB-INF/jspf/showreplies.jspf
web/WEB-INF/jspf/threadtools.jspf
web/index.jsp
web/indexerror.jsp
web/logout.jsp
web/register.jsp
web/registererror.jsp
web/secure/createthread.jsp
web/secure/index.jsp
web/secure/listofusers.jsp
web/secure/showthread.jsp
web/secure/submissionerror.jsp
Download
Click the following link to download iForum-master.zip.
iForum-master.zip