Download vote secure Free Java Code
Description
Spring Roo Voter Sample with Security.
Source Files
The download file vote-secure-master.zip has the following entries.
log.roo// ww w.ja va2s . com
pom.xml
src/main/java/com/springsource/votesecure/domain/Choice.java
src/main/java/com/springsource/votesecure/domain/Choice_Roo_Configurable.aj
src/main/java/com/springsource/votesecure/domain/Choice_Roo_Entity.aj
src/main/java/com/springsource/votesecure/domain/Choice_Roo_JavaBean.aj
src/main/java/com/springsource/votesecure/domain/Choice_Roo_ToString.aj
src/main/java/com/springsource/votesecure/domain/Vote.java
src/main/java/com/springsource/votesecure/domain/Vote_Roo_Configurable.aj
src/main/java/com/springsource/votesecure/domain/Vote_Roo_Entity.aj
src/main/java/com/springsource/votesecure/domain/Vote_Roo_JavaBean.aj
src/main/java/com/springsource/votesecure/domain/Vote_Roo_ToString.aj
src/main/java/com/springsource/votesecure/domain/security/Authorities.java
src/main/java/com/springsource/votesecure/domain/security/Authorities_Roo_Configurable.aj
src/main/java/com/springsource/votesecure/domain/security/Authorities_Roo_Entity.aj
src/main/java/com/springsource/votesecure/domain/security/Authorities_Roo_JavaBean.aj
src/main/java/com/springsource/votesecure/domain/security/Authorities_Roo_ToString.aj
src/main/java/com/springsource/votesecure/domain/security/UserAuthority.java
src/main/java/com/springsource/votesecure/domain/security/UserAuthority_Roo_Configurable.aj
src/main/java/com/springsource/votesecure/domain/security/UserAuthority_Roo_Entity.aj
src/main/java/com/springsource/votesecure/domain/security/UserAuthority_Roo_JavaBean.aj
src/main/java/com/springsource/votesecure/domain/security/UserAuthority_Roo_ToString.aj
src/main/java/com/springsource/votesecure/domain/security/Users.java
src/main/java/com/springsource/votesecure/domain/security/Users_Roo_Configurable.aj
src/main/java/com/springsource/votesecure/domain/security/Users_Roo_Entity.aj
src/main/java/com/springsource/votesecure/domain/security/Users_Roo_JavaBean.aj
src/main/java/com/springsource/votesecure/domain/security/Users_Roo_ToString.aj
src/main/java/com/springsource/votesecure/web/ChoiceController.java
src/main/java/com/springsource/votesecure/web/ChoiceController_Roo_Controller.aj
src/main/java/com/springsource/votesecure/web/PublicVoteController.java
src/main/java/com/springsource/votesecure/web/VoteController.java
src/main/java/com/springsource/votesecure/web/VoteController_Roo_Controller.aj
src/main/java/com/springsource/votesecure/web/security/ApplicationConversionServiceFactoryBean.java
src/main/java/com/springsource/votesecure/web/security/ApplicationConversionServiceFactoryBean_Roo_ConversionService.aj
src/main/java/com/springsource/votesecure/web/security/AuthoritiesController.java
src/main/java/com/springsource/votesecure/web/security/AuthoritiesController_Roo_Controller.aj
src/main/java/com/springsource/votesecure/web/security/UserAuthorityController.java
src/main/java/com/springsource/votesecure/web/security/UserAuthorityController_Roo_Controller.aj
src/main/java/com/springsource/votesecure/web/security/UsersController.java
src/main/java/com/springsource/votesecure/web/security/UsersController_Roo_Controller.aj
src/main/resources/META-INF/persistence.xml
src/main/resources/META-INF/spring/applicationContext-security.xml
src/main/resources/META-INF/spring/applicationContext.xml
src/main/resources/META-INF/spring/database.properties
src/main/resources/log4j.properties
src/main/webapp/META-INF/MANIFEST.MF
src/main/webapp/WEB-INF/classes/alt.properties
src/main/webapp/WEB-INF/classes/standard.properties
src/main/webapp/WEB-INF/i18n/application.properties
src/main/webapp/WEB-INF/i18n/messages.properties
src/main/webapp/WEB-INF/layouts/default.jspx
src/main/webapp/WEB-INF/layouts/layouts.xml
src/main/webapp/WEB-INF/spring/webmvc-config.xml
src/main/webapp/WEB-INF/tags/form/create.tagx
src/main/webapp/WEB-INF/tags/form/dependency.tagx
src/main/webapp/WEB-INF/tags/form/fields/checkbox.tagx
src/main/webapp/WEB-INF/tags/form/fields/column.tagx
src/main/webapp/WEB-INF/tags/form/fields/datetime.tagx
src/main/webapp/WEB-INF/tags/form/fields/display.tagx
src/main/webapp/WEB-INF/tags/form/fields/editor.tagx
src/main/webapp/WEB-INF/tags/form/fields/input.tagx
src/main/webapp/WEB-INF/tags/form/fields/reference.tagx
src/main/webapp/WEB-INF/tags/form/fields/select.tagx
src/main/webapp/WEB-INF/tags/form/fields/simple.tagx
src/main/webapp/WEB-INF/tags/form/fields/table.tagx
src/main/webapp/WEB-INF/tags/form/fields/textarea.tagx
src/main/webapp/WEB-INF/tags/form/find.tagx
src/main/webapp/WEB-INF/tags/form/list.tagx
src/main/webapp/WEB-INF/tags/form/page.tagx
src/main/webapp/WEB-INF/tags/form/show.tagx
src/main/webapp/WEB-INF/tags/form/update.tagx
src/main/webapp/WEB-INF/tags/menu/category.tagx
src/main/webapp/WEB-INF/tags/menu/item.tagx
src/main/webapp/WEB-INF/tags/menu/menu.tagx
src/main/webapp/WEB-INF/tags/util/language.tagx
src/main/webapp/WEB-INF/tags/util/pagination.tagx
src/main/webapp/WEB-INF/tags/util/placeholder.tagx
src/main/webapp/WEB-INF/tags/util/theme.tagx
src/main/webapp/WEB-INF/urlrewrite.xml
src/main/webapp/WEB-INF/views/authoritieses/create.jspx
src/main/webapp/WEB-INF/views/authoritieses/list.jspx
src/main/webapp/WEB-INF/views/authoritieses/show.jspx
src/main/webapp/WEB-INF/views/authoritieses/update.jspx
src/main/webapp/WEB-INF/views/authoritieses/views.xml
src/main/webapp/WEB-INF/views/choices/create.jspx
src/main/webapp/WEB-INF/views/choices/list.jspx
src/main/webapp/WEB-INF/views/choices/show.jspx
src/main/webapp/WEB-INF/views/choices/update.jspx
src/main/webapp/WEB-INF/views/choices/views.xml
src/main/webapp/WEB-INF/views/dataAccessFailure.jspx
src/main/webapp/WEB-INF/views/footer.jspx
src/main/webapp/WEB-INF/views/header.jspx
src/main/webapp/WEB-INF/views/index-template.jspx
src/main/webapp/WEB-INF/views/index.jspx
src/main/webapp/WEB-INF/views/login.jspx
src/main/webapp/WEB-INF/views/menu.jspx
src/main/webapp/WEB-INF/views/public/index.jspx
src/main/webapp/WEB-INF/views/public/views.xml
src/main/webapp/WEB-INF/views/resourceNotFound.jspx
src/main/webapp/WEB-INF/views/uncaughtException.jspx
src/main/webapp/WEB-INF/views/userauthoritys/create.jspx
src/main/webapp/WEB-INF/views/userauthoritys/list.jspx
src/main/webapp/WEB-INF/views/userauthoritys/show.jspx
src/main/webapp/WEB-INF/views/userauthoritys/update.jspx
src/main/webapp/WEB-INF/views/userauthoritys/views.xml
src/main/webapp/WEB-INF/views/userses/create.jspx
src/main/webapp/WEB-INF/views/userses/list.jspx
src/main/webapp/WEB-INF/views/userses/show.jspx
src/main/webapp/WEB-INF/views/userses/update.jspx
src/main/webapp/WEB-INF/views/userses/views.xml
src/main/webapp/WEB-INF/views/views.xml
src/main/webapp/WEB-INF/views/votes/create.jspx
src/main/webapp/WEB-INF/views/votes/list.jspx
src/main/webapp/WEB-INF/views/votes/show.jspx
src/main/webapp/WEB-INF/views/votes/update.jspx
src/main/webapp/WEB-INF/views/votes/views.xml
src/main/webapp/WEB-INF/web.xml
src/main/webapp/images/add.png
src/main/webapp/images/banner-graphic.png
src/main/webapp/images/delete.png
src/main/webapp/images/en.png
src/main/webapp/images/favicon.ico
src/main/webapp/images/list.png
src/main/webapp/images/resultset_first.png
src/main/webapp/images/resultset_last.png
src/main/webapp/images/resultset_next.png
src/main/webapp/images/resultset_previous.png
src/main/webapp/images/show.png
src/main/webapp/images/springsource-logo.png
src/main/webapp/images/update.png
src/main/webapp/styles/alt.css
src/main/webapp/styles/standard.css
src/test/java/com/springsource/votesecure/domain/ChoiceDataOnDemand.java
src/test/java/com/springsource/votesecure/domain/ChoiceDataOnDemand_Roo_Configurable.aj
src/test/java/com/springsource/votesecure/domain/ChoiceDataOnDemand_Roo_DataOnDemand.aj
src/test/java/com/springsource/votesecure/domain/ChoiceIntegrationTest.java
src/test/java/com/springsource/votesecure/domain/ChoiceIntegrationTest_Roo_Configurable.aj
src/test/java/com/springsource/votesecure/domain/ChoiceIntegrationTest_Roo_IntegrationTest.aj
src/test/java/com/springsource/votesecure/domain/VoteDataOnDemand.java
src/test/java/com/springsource/votesecure/domain/VoteDataOnDemand_Roo_Configurable.aj
src/test/java/com/springsource/votesecure/domain/VoteDataOnDemand_Roo_DataOnDemand.aj
src/test/java/com/springsource/votesecure/domain/VoteIntegrationTest.java
src/test/java/com/springsource/votesecure/domain/VoteIntegrationTest_Roo_Configurable.aj
src/test/java/com/springsource/votesecure/domain/VoteIntegrationTest_Roo_IntegrationTest.aj
votesecure.roo
Download
Click the following link to download vote-secure-master.zip.
vote-secure-master.zip