Download Social Athlete Free Java Code

Description

This project will follow various professional sports teams on twitter.

Icons

Social Athlete

Source Files

The download file Social-Athlete-master.zip has the following entries.


.gitignore/*from  w ww .  j av  a2s.c o m*/
Social-Athlete/.classpath
Social-Athlete/.gitignore
Social-Athlete/.project
Social-Athlete/.settings/.jsdtscope
Social-Athlete/.settings/org.eclipse.ajdt.core.prefs
Social-Athlete/.settings/org.eclipse.core.resources.prefs
Social-Athlete/.settings/org.eclipse.jdt.core.prefs
Social-Athlete/.settings/org.eclipse.m2e.core.prefs
Social-Athlete/.settings/org.eclipse.wst.common.component
Social-Athlete/.settings/org.eclipse.wst.common.project.facet.core.xml
Social-Athlete/.settings/org.eclipse.wst.jsdt.ui.superType.container
Social-Athlete/.settings/org.eclipse.wst.jsdt.ui.superType.name
Social-Athlete/.settings/org.springframework.ide.eclipse.roo.core.prefs
Social-Athlete/docs/Deployment diagram.jpeg
Social-Athlete/docs/Development Diagram.jpg
Social-Athlete/docs/Development Diagram.vsd
Social-Athlete/docs/Development Document.docx
Social-Athlete/docs/El Groupo Marketecture.vsd
Social-Athlete/docs/Marketecture.pptx
Social-Athlete/docs/SocialAthleteComponents.png
Social-Athlete/docs/socialAthlete.zargo
Social-Athlete/pom.xml
Social-Athlete/src/main/java/com/socialathlete/config/SocialConfig.java
Social-Athlete/src/main/java/com/socialathlete/dao/UserDAO.java
Social-Athlete/src/main/java/com/socialathlete/dao/UserDAOImpl.java
Social-Athlete/src/main/java/com/socialathlete/domain/SALeague.java
Social-Athlete/src/main/java/com/socialathlete/domain/SALeague_Roo_Configurable.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SALeague_Roo_JavaBean.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SALeague_Roo_Jpa_ActiveRecord.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SALeague_Roo_Jpa_Entity.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SALeague_Roo_ToString.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAPlayer.java
Social-Athlete/src/main/java/com/socialathlete/domain/SAPlayer_Roo_Configurable.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAPlayer_Roo_JavaBean.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAPlayer_Roo_Jpa_ActiveRecord.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAPlayer_Roo_Jpa_Entity.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAPlayer_Roo_ToString.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SATeam.java
Social-Athlete/src/main/java/com/socialathlete/domain/SATeam_Roo_Configurable.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SATeam_Roo_JavaBean.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SATeam_Roo_Jpa_ActiveRecord.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SATeam_Roo_Jpa_Entity.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SATeam_Roo_ToString.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAUser.java
Social-Athlete/src/main/java/com/socialathlete/domain/SAUser_Roo_Configurable.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAUser_Roo_JavaBean.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAUser_Roo_Jpa_ActiveRecord.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAUser_Roo_Jpa_Entity.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SAUser_Roo_ToString.aj
Social-Athlete/src/main/java/com/socialathlete/domain/SocialMessage.java
Social-Athlete/src/main/java/com/socialathlete/domain/SocialMessage_Roo_ToString.aj
Social-Athlete/src/main/java/com/socialathlete/domain/UserForm.java
Social-Athlete/src/main/java/com/socialathlete/domain/UserForm_Roo_JavaBean.aj
Social-Athlete/src/main/java/com/socialathlete/domain/UserForm_Roo_ToString.aj
Social-Athlete/src/main/java/com/socialathlete/domain/Userconnection.java
Social-Athlete/src/main/java/com/socialathlete/domain/Userconnection_Roo_Configurable.aj
Social-Athlete/src/main/java/com/socialathlete/domain/Userconnection_Roo_JavaBean.aj
Social-Athlete/src/main/java/com/socialathlete/domain/Userconnection_Roo_Jpa_ActiveRecord.aj
Social-Athlete/src/main/java/com/socialathlete/domain/Userconnection_Roo_Jpa_Entity.aj
Social-Athlete/src/main/java/com/socialathlete/domain/Userconnection_Roo_ToString.aj
Social-Athlete/src/main/java/com/socialathlete/service/SocialService.java
Social-Athlete/src/main/java/com/socialathlete/service/TwitterSocialService.java
Social-Athlete/src/main/java/com/socialathlete/utility/SADataLoad.java
Social-Athlete/src/main/java/com/socialathlete/web/ApplicationConversionServiceFactoryBean.java
Social-Athlete/src/main/java/com/socialathlete/web/ApplicationConversionServiceFactoryBean_Roo_ConversionService.aj
Social-Athlete/src/main/java/com/socialathlete/web/SAConnectController.java
Social-Athlete/src/main/java/com/socialathlete/web/SAController.java
Social-Athlete/src/main/java/com/socialathlete/web/SACreateAccountController.java
Social-Athlete/src/main/java/com/socialathlete/web/SALeagueController.java
Social-Athlete/src/main/java/com/socialathlete/web/SALeagueController_Roo_Controller.aj
Social-Athlete/src/main/java/com/socialathlete/web/SAPlayerController.java
Social-Athlete/src/main/java/com/socialathlete/web/SAPlayerController_Roo_Controller.aj
Social-Athlete/src/main/java/com/socialathlete/web/SATeamController.java
Social-Athlete/src/main/java/com/socialathlete/web/SATeamController_Roo_Controller.aj
Social-Athlete/src/main/java/com/socialathlete/web/SAUserController.java
Social-Athlete/src/main/java/com/socialathlete/web/SAUserController_Roo_Controller.aj
Social-Athlete/src/main/java/com/socialathlete/web/SpringSecuritySignInAdapter.java
Social-Athlete/src/main/java/com/socialathlete/web/UserconnectionController.java
Social-Athlete/src/main/java/com/socialathlete/web/UserconnectionController_Roo_Controller.aj
Social-Athlete/src/main/resources/META-INF/persistence.xml
Social-Athlete/src/main/resources/META-INF/spring/application.properties
Social-Athlete/src/main/resources/META-INF/spring/applicationContext-security.xml
Social-Athlete/src/main/resources/META-INF/spring/applicationContext.xml
Social-Athlete/src/main/resources/META-INF/spring/database.properties
Social-Athlete/src/main/resources/META-INF/spring/import.sql
Social-Athlete/src/main/resources/log4j.properties
Social-Athlete/src/main/webapp/WEB-INF/classes/alt.properties
Social-Athlete/src/main/webapp/WEB-INF/classes/standard.properties
Social-Athlete/src/main/webapp/WEB-INF/i18n/application.properties
Social-Athlete/src/main/webapp/WEB-INF/i18n/messages.properties
Social-Athlete/src/main/webapp/WEB-INF/layouts/default.jspx
Social-Athlete/src/main/webapp/WEB-INF/layouts/layouts.xml
Social-Athlete/src/main/webapp/WEB-INF/spring/webmvc-config.xml
Social-Athlete/src/main/webapp/WEB-INF/tags/form/create.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/dependency.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/checkbox.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/column.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/datetime.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/display.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/editor.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/input.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/reference.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/select.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/simple.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/table.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/fields/textarea.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/find.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/list.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/show.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/form/update.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/menu/category.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/menu/item.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/menu/menu.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/util/language.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/util/load-scripts.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/util/pagination.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/util/panel.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/util/placeholder.tagx
Social-Athlete/src/main/webapp/WEB-INF/tags/util/theme.tagx
Social-Athlete/src/main/webapp/WEB-INF/views/connected.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/dataAccessFailure.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/footer.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/header.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/index-template.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/index.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/login.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/menu.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/resourceNotFound.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sa/index.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sa/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/saaccounttypes/create.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saaccounttypes/list.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saaccounttypes/show.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saaccounttypes/update.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saaccounttypes/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/saconnect/index.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saconnect/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/sacreateaccount/index.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sacreateaccount/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/saleagues/create.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saleagues/list.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saleagues/show.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saleagues/update.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saleagues/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/saplayers/create.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saplayers/list.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saplayers/show.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saplayers/update.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/saplayers/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/sasocialaccounts/create.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sasocialaccounts/list.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sasocialaccounts/show.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sasocialaccounts/update.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sasocialaccounts/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/sateams/create.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sateams/list.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sateams/show.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sateams/update.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sateams/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/sausers/create.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sausers/list.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sausers/show.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sausers/update.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/sausers/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/uncaughtException.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/userconnections/create.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/userconnections/list.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/userconnections/show.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/userconnections/update.jspx
Social-Athlete/src/main/webapp/WEB-INF/views/userconnections/views.xml
Social-Athlete/src/main/webapp/WEB-INF/views/views.xml
Social-Athlete/src/main/webapp/WEB-INF/web.xml
Social-Athlete/src/main/webapp/images/add.png
Social-Athlete/src/main/webapp/images/banner-graphic.png
Social-Athlete/src/main/webapp/images/buttonBevel.png
Social-Athlete/src/main/webapp/images/create.png
Social-Athlete/src/main/webapp/images/delete.png
Social-Athlete/src/main/webapp/images/en.png
Social-Athlete/src/main/webapp/images/favicon.ico
Social-Athlete/src/main/webapp/images/list.png
Social-Athlete/src/main/webapp/images/mls.gif
Social-Athlete/src/main/webapp/images/mlsBanner.png
Social-Athlete/src/main/webapp/images/resultset_first.png
Social-Athlete/src/main/webapp/images/resultset_last.png
Social-Athlete/src/main/webapp/images/resultset_next.png
Social-Athlete/src/main/webapp/images/resultset_previous.png
Social-Athlete/src/main/webapp/images/show.png
Social-Athlete/src/main/webapp/images/soccerBallIcon.png
Social-Athlete/src/main/webapp/images/soccer_ball_bkg.png
Social-Athlete/src/main/webapp/images/soccer_ball_icon.gif
Social-Athlete/src/main/webapp/images/springsource-logo.png
Social-Athlete/src/main/webapp/images/update.png
Social-Athlete/src/main/webapp/styles/alt.css
Social-Athlete/src/main/webapp/styles/standard.css
Social-Athlete/src/test/java/com/socialathlete/domain/SAUserDataOnDemand.java
Social-Athlete/src/test/java/com/socialathlete/domain/SAUserDataOnDemand_Roo_Configurable.aj
Social-Athlete/src/test/java/com/socialathlete/domain/SAUserDataOnDemand_Roo_DataOnDemand.aj
Social-Athlete/src/test/java/com/socialathlete/domain/SAUserIntegrationTest.java
Social-Athlete/src/test/java/com/socialathlete/domain/SAUserIntegrationTest_Roo_Configurable.aj
Social-Athlete/src/test/java/com/socialathlete/domain/SAUserIntegrationTest_Roo_IntegrationTest.aj

Download

Click the following link to download Social-Athlete-master.zip.

Social-Athlete-master.zip




















Home »
  Java Free Code »
    Social Media »




Facebook
Github
LinkedIn
Twitter