Download shared issues Free Java Code
Description
This is an issue management software which i made for my orientation project in my university. It uses spring, and hibernate frameworks in addition to JAVA EE. his project contains.
Icons
Source Files
The download file shared-issues-master.zip has the following entries.
.classpath// ww w .j a va2s .co m
.project
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.m2e.core.prefs
app-sysout.log
app.log
build.sh
mynextmarathon.log
pom.xml
readme.txt
src/main/java/com/sharedissues/all/common/Common.java
src/main/java/com/sharedissues/all/common/JettyServer.java
src/main/java/com/sharedissues/all/common/MyService.java
src/main/java/com/sharedissues/all/common/PasswordEncoder.java
src/main/java/com/sharedissues/all/common/Queryable.java
src/main/java/com/sharedissues/all/common/WebUtility.java
src/main/java/com/sharedissues/entities/Activity.java
src/main/java/com/sharedissues/entities/Comment.java
src/main/java/com/sharedissues/entities/Image.java
src/main/java/com/sharedissues/entities/Issue.java
src/main/java/com/sharedissues/entities/Person.java
src/main/java/com/sharedissues/entities/Visit.java
src/main/java/com/sharedissues/listeners/WebContextInitilizationListener.java
src/main/java/com/sharedissues/service/CommonService.java
src/main/java/com/sharedissues/service/PersonReadService.java
src/main/java/com/sharedissues/service/PersonWriteService.java
src/main/java/com/sharedissues/service/ServiceSupport.java
src/main/java/com/sharedissues/web/controller/CommonController.java
src/main/java/com/sharedissues/web/controller/FileController.java
src/main/java/com/sharedissues/web/controller/ImageController.java
src/main/java/com/sharedissues/web/controller/IssueController.java
src/main/java/com/sharedissues/web/controller/UserController.java
src/main/java/com/sharedissues/web/security/ActivityObserver.java
src/main/java/com/sharedissues/web/security/MyIntercepter.java
src/main/java/com/sharedissues/web/security/MyUserDetailService.java
src/main/resources/log4j.properties
src/main/resources/shared-issues.properties
src/main/webapp/403.jsp
src/main/webapp/404.jsp
src/main/webapp/500.jsp
src/main/webapp/WEB-INF/hibernate.cfg.xml
src/main/webapp/WEB-INF/spring-app.xml
src/main/webapp/WEB-INF/spring-dispatcher-servlet.xml
src/main/webapp/WEB-INF/spring-security.xml
src/main/webapp/WEB-INF/tags/common/displayTask.tag
src/main/webapp/WEB-INF/tags/common/showServerError.tag
src/main/webapp/WEB-INF/tags/common/showSuccessMessage.tag
src/main/webapp/WEB-INF/view/common/footer.jsp
src/main/webapp/WEB-INF/view/common/header.jsp
src/main/webapp/WEB-INF/view/common/upload-image.jsp
src/main/webapp/WEB-INF/view/images/all-images.jsp
src/main/webapp/WEB-INF/view/images/edit.jsp
src/main/webapp/WEB-INF/view/issues/add.jsp
src/main/webapp/WEB-INF/view/issues/comments.jsp
src/main/webapp/WEB-INF/view/issues/detail.jsp
src/main/webapp/WEB-INF/view/issues/edit.jsp
src/main/webapp/WEB-INF/view/issues/index.jsp
src/main/webapp/WEB-INF/view/issues/issue-board.jsp
src/main/webapp/WEB-INF/view/issues/issue-form.jsp
src/main/webapp/WEB-INF/view/issues/person-for-comment.jsp
src/main/webapp/WEB-INF/view/issues/search.jsp
src/main/webapp/WEB-INF/view/users/add-user.jsp
src/main/webapp/WEB-INF/view/users/all-users.jsp
src/main/webapp/WEB-INF/view/users/change-password.jsp
src/main/webapp/WEB-INF/view/users/configure-roles.jsp
src/main/webapp/WEB-INF/view/users/contact.jsp
src/main/webapp/WEB-INF/view/users/edit-profile.jsp
src/main/webapp/WEB-INF/view/users/edit-user.jsp
src/main/webapp/WEB-INF/view/users/profile.jsp
src/main/webapp/WEB-INF/view/users/search-user.jsp
src/main/webapp/WEB-INF/view/users/upload-image.jsp
src/main/webapp/WEB-INF/view/users/user-form.jsp
src/main/webapp/WEB-INF/view/users/user-list.jsp
src/main/webapp/WEB-INF/web.xml
src/main/webapp/helper/scripts.jsp
src/main/webapp/helper/styles.jsp
src/main/webapp/helper/tags.jsp
src/main/webapp/index.jsp
src/main/webapp/login.jsp
src/main/webapp/logout.jsp
src/main/webapp/resources/common/images/ui-bg_flat_0_aaaaaa_40x100.png
src/main/webapp/resources/common/images/ui-bg_flat_55_fbec88_40x100.png
src/main/webapp/resources/common/images/ui-bg_glass_75_d0e5f5_1x400.png
src/main/webapp/resources/common/images/ui-bg_glass_85_dfeffc_1x400.png
src/main/webapp/resources/common/images/ui-bg_glass_95_fef1ec_1x400.png
src/main/webapp/resources/common/images/ui-bg_gloss-wave_55_5c93cc_500x100.png
src/main/webapp/resources/common/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
src/main/webapp/resources/common/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
src/main/webapp/resources/common/images/ui-icons_217bc0_256x240.png
src/main/webapp/resources/common/images/ui-icons_2e83ff_256x240.png
src/main/webapp/resources/common/images/ui-icons_469bdd_256x240.png
src/main/webapp/resources/common/images/ui-icons_6da8d5_256x240.png
src/main/webapp/resources/common/images/ui-icons_cd0a0a_256x240.png
src/main/webapp/resources/common/images/ui-icons_d8e7f3_256x240.png
src/main/webapp/resources/common/images/ui-icons_f9bd01_256x240.png
src/main/webapp/resources/common/jquery-ui.css
src/main/webapp/resources/common/jquery-ui.js
src/main/webapp/resources/common/jquery.js
src/main/webapp/resources/css/custom.css
src/main/webapp/resources/css/templates.css
src/main/webapp/resources/images/abc.jpg
src/main/webapp/resources/images/bg-article.gif
src/main/webapp/resources/images/bg-body.gif
src/main/webapp/resources/images/bg-content.gif
src/main/webapp/resources/images/bg-footer.gif
src/main/webapp/resources/images/bg-section.gif
src/main/webapp/resources/images/border-dashed.gif
src/main/webapp/resources/images/bug-1.gif
src/main/webapp/resources/images/bullets.gif
src/main/webapp/resources/images/discuss.jpg
src/main/webapp/resources/images/discuss2.jpg
src/main/webapp/resources/images/discussing.jpg
src/main/webapp/resources/images/edit-3.jpg
src/main/webapp/resources/images/flags.jpg
src/main/webapp/resources/images/flags2.jpg
src/main/webapp/resources/images/gears.jpg
src/main/webapp/resources/images/globe.jpg
src/main/webapp/resources/images/globe2.jpg
src/main/webapp/resources/images/graph.jpg
src/main/webapp/resources/images/graph2.jpg
src/main/webapp/resources/images/graph3.jpg
src/main/webapp/resources/images/icons.gif
src/main/webapp/resources/images/icons/delete-4.png
src/main/webapp/resources/images/icons/edit-3.jpg
src/main/webapp/resources/images/logo.jpg
src/main/webapp/resources/images/logo1.png
src/main/webapp/resources/images/menu.gif
src/main/webapp/resources/images/notice-1.gif
src/main/webapp/resources/images/profile.jpg
src/main/webapp/resources/images/settings.jpg
src/main/webapp/resources/images/smiling-man.jpg
src/main/webapp/resources/images/stats.jpg
src/main/webapp/resources/images/task-1.gif
src/main/webapp/resources/js/custom.js
src/main/webapp/resources/js/library.js
start.sh
target/classes/com/sharedissues/all/common/Common.class
target/classes/com/sharedissues/all/common/JettyServer.class
target/classes/com/sharedissues/all/common/MyService.class
target/classes/com/sharedissues/all/common/PasswordEncoder.class
target/classes/com/sharedissues/all/common/Queryable.class
target/classes/com/sharedissues/all/common/WebUtility.class
target/classes/com/sharedissues/entities/Activity.class
target/classes/com/sharedissues/entities/Comment.class
target/classes/com/sharedissues/entities/Image.class
target/classes/com/sharedissues/entities/Issue.class
target/classes/com/sharedissues/entities/Person.class
target/classes/com/sharedissues/entities/Visit.class
target/classes/com/sharedissues/listeners/WebContextInitilizationListener.class
target/classes/com/sharedissues/service/CommonService.class
target/classes/com/sharedissues/service/PersonReadService.class
target/classes/com/sharedissues/service/PersonWriteService.class
target/classes/com/sharedissues/service/ServiceSupport.class
target/classes/com/sharedissues/web/controller/CommonController.class
target/classes/com/sharedissues/web/controller/FileController.class
target/classes/com/sharedissues/web/controller/ImageController.class
target/classes/com/sharedissues/web/controller/IssueController.class
target/classes/com/sharedissues/web/controller/UserController.class
target/classes/com/sharedissues/web/security/ActivityObserver.class
target/classes/com/sharedissues/web/security/MyIntercepter.class
target/classes/com/sharedissues/web/security/MyUserDetailService.class
target/classes/log4j.properties
target/classes/shared-issues.properties
Download
Click the following link to download shared-issues-master.zip.
shared-issues-master.zip