Download TogetherLess Java Free Java Code

Description

Web App to reduce wight together with your pertner or frinds. (The project is just in the feasability).

Icons

TogetherLess Java

Source Files

The download file TogetherLessJava-master.zip has the following entries.


.classpath//  w  w w  .  j a  v  a  2 s  .c  om
.gitignore
.project
.settings/org.eclipse.core.resources.prefs
README
WEB/cookie.js
WEB/eventHandler.js
WEB/images/Logo.svg
WEB/images/logo.png
WEB/include/footer.html
WEB/include/header.html
WEB/include/headerApp.html
WEB/jquery-1.7.2.min.js
WEB/jquery.getParams.js
WEB/login.html
WEB/main.css
WEB/overview.html
WEB/register.js
WEB/registration/activation.html
WEB/registration/register.html
WEB/registration/registerDone.html
WEB/weightLog/measurementApi.js
WEB/weightLog/weightLog.html
WEB/weightLog/weightLogController.js
WEB/weightLog/weightLogModel.js
WEB/weightLog/weightLogView.js
WEB/weightLogEntry/weightLogEntry.html
WEB/weightLogEntry/weightLogEntryController.js
WEB/weightLogEntry/weightLogEntryModel.js
WEB/weightLogEntry/weightLogEntryView.js
build/build.xml
buildSrc/ch/boxi/togetherLess/build/HtmlIncluder.java
buildSrc/ch/boxi/togetherLess/build/PropertyReplaycer.java
config/.gitignore
config/hibernate.cfg.hsqldb.xml
config/hibernate.cfg.postgres.xml
config/hibernate.cfg.xml
config/log4j.properties
config/togetherLess.sample.properties
doc/UML/TogetherLess.asta
doc/UML/TogetherLess.zargo
lib/JavaUtil.jar
lib/Jetty/jettison-1.1.jar
lib/Jetty/jetty-continuation-8.1.4.v20120524.jar
lib/Jetty/jetty-http-8.1.4.v20120524.jar
lib/Jetty/jetty-io-8.1.4.v20120524.jar
lib/Jetty/jetty-security-8.1.4.v20120524.jar
lib/Jetty/jetty-server-8.1.4.v20120524.jar
lib/Jetty/jetty-servlet-8.1.4.v20120524.jar
lib/Jetty/jetty-util-8.1.4.v20120524.jar
lib/Jetty/jetty-webapp-8.1.4.v20120524.jar
lib/Jetty/jetty-xml-8.1.4.v20120524.jar
lib/Jetty/servlet-api-3.0.jar
lib/asm-3.3.1.jar
lib/commons-cli-1.2-sources.jar
lib/commons-cli-1.2.jar
lib/commons-codec-1.6.jar
lib/commons-lang3-3.1-sources.jar
lib/commons-lang3-3.1.jar
lib/hibernate/antlr.jar
lib/hibernate/asm-attrs.jar
lib/hibernate/asm.jar
lib/hibernate/commons-collections.jar
lib/hibernate/dom4j.jar
lib/hibernate/ejb3-persistence.jar
lib/hibernate/hibernate-annotations.jar
lib/hibernate/hibernate-commons-annotations.jar
lib/hibernate/hibernate-core.jar
lib/hibernate/javassist.jar
lib/hibernate/jta.jar
lib/hibernate/junit.jar
lib/hibernate/log4j-1.2.17.jar
lib/hibernate/log4j-over-slf4j-1.6.6.jar
lib/hibernate/mysql-connector-java-5.1.6-bin.jar
lib/hibernate/postgresql-9.1-902.jdbc4.jar
lib/hibernate/slf4j-api-1.6.6.jar
lib/hibernate/slf4j-log4j12-1.6.6.jar
lib/hsqldb.jar
lib/jersey-bundle-1.12.jar
lib/joda-time-2.1-javadoc.jar
lib/joda-time-2.1-sources.jar
lib/joda-time-2.1.jar
lib/jsr311-api-1.1.1.jar
lib/junit-4.10.jar
src/ch/boxi/togetherLess/dataAccess/DaoLocator.java
src/ch/boxi/togetherLess/dataAccess/jpaHelper/AbstractHibernateDAO.java
src/ch/boxi/togetherLess/dataAccess/jpaHelper/HibernateUtil.java
src/ch/boxi/togetherLess/dataAccess/jpaHelper/HibernateUtilConstants.java
src/ch/boxi/togetherLess/dataAccess/jpaHelper/JpaTransactionControllerDAO.java
src/ch/boxi/togetherLess/dataAccess/user/dao/PasswordUtility.java
src/ch/boxi/togetherLess/dataAccess/user/dao/UserDAO.java
src/ch/boxi/togetherLess/dataAccess/user/dao/UserDAOjpa.java
src/ch/boxi/togetherLess/dataAccess/user/dao/exception/ActivationCodeOutOfDateException.java
src/ch/boxi/togetherLess/dataAccess/user/dao/exception/UserAllreadyActivatedException.java
src/ch/boxi/togetherLess/dataAccess/user/dao/exception/UserAllreadyExistsException.java
src/ch/boxi/togetherLess/dataAccess/user/dao/exception/UserDoesNotExistException.java
src/ch/boxi/togetherLess/dataAccess/user/dao/exception/UserIsNotActivatedException.java
src/ch/boxi/togetherLess/dataAccess/user/dao/inMemory/UserDAOinMemory.java
src/ch/boxi/togetherLess/dataAccess/user/dao/inMemory/UserFinder.java
src/ch/boxi/togetherLess/dataAccess/user/dao/inMemory/UserFinderByActivationCode.java
src/ch/boxi/togetherLess/dataAccess/user/dao/inMemory/UserFinderBySessionID.java
src/ch/boxi/togetherLess/dataAccess/user/dao/inMemory/UserFinderByUserLogin.java
src/ch/boxi/togetherLess/dataAccess/user/dto/ActivationCode.java
src/ch/boxi/togetherLess/dataAccess/user/dto/CookieLogin.java
src/ch/boxi/togetherLess/dataAccess/user/dto/ID.java
src/ch/boxi/togetherLess/dataAccess/user/dto/Login.java
src/ch/boxi/togetherLess/dataAccess/user/dto/LoginType.java
src/ch/boxi/togetherLess/dataAccess/user/dto/SimpleUserID.java
src/ch/boxi/togetherLess/dataAccess/user/dto/User.java
src/ch/boxi/togetherLess/dataAccess/user/dto/UserLogin.java
src/ch/boxi/togetherLess/dataAccess/user/dto/UserState.java
src/ch/boxi/togetherLess/dataAccess/weightMeasurement/dao/MeasurementDao.java
src/ch/boxi/togetherLess/dataAccess/weightMeasurement/dao/MeasurementDaoJpa.java
src/ch/boxi/togetherLess/dataAccess/weightMeasurement/dto/Measurement.java
src/ch/boxi/togetherLess/emailService/EmailServiceConsoleImpl.java
src/ch/boxi/togetherLess/emailService/Emailtemplate.java
src/ch/boxi/togetherLess/exception/LanguageDependentText.java
src/ch/boxi/togetherLess/exception/TogetherLessException.java
src/ch/boxi/togetherLess/facade/ParamUtil/AbstractParam.java
src/ch/boxi/togetherLess/facade/ParamUtil/IntegerParam.java
src/ch/boxi/togetherLess/facade/measurement/DateHelper.java
src/ch/boxi/togetherLess/facade/measurement/MeasurementDTO.java
src/ch/boxi/togetherLess/facade/measurement/MeasurementFacade.java
src/ch/boxi/togetherLess/facade/measurement/loadMeasurementsResponse.java
src/ch/boxi/togetherLess/facade/user/RegisterInfo.java
src/ch/boxi/togetherLess/facade/user/SessionIDHolder.java
src/ch/boxi/togetherLess/facade/user/UserFacade.java
src/ch/boxi/togetherLess/facade/user/UserInfo.java
src/ch/boxi/togetherLess/manager/MeasurementManager.java
src/ch/boxi/togetherLess/manager/NotAuthorizedException.java
src/ch/boxi/togetherLess/manager/ServerException.java
src/ch/boxi/togetherLess/manager/UserManager.java
src/ch/boxi/togetherLess/server/FileServlet.java
src/ch/boxi/togetherLess/server/JpaColserFilter.java
src/ch/boxi/togetherLess/server/TogetherLessServer.java
test/ch/boxi/togetherLess/build/PropertyReplaycerTest.java
test/ch/boxi/togetherLess/dataAccess/UserDAOTest.java
test/ch/boxi/togetherLess/dataAccess/UserDAOjpaTest.java
test/ch/boxi/togetherLess/test/AbstractUnitTest.java

Download

Click the following link to download TogetherLessJava-master.zip.

TogetherLessJava-master.zip




















Home »
  Java Free Code »
    Web »




CSS
CSS3
HTML
HTML5
HTTP
Web
Web Application
WebSite