Download simple java Free Java Code
Description
Code for the talk at GOTOCon Prague & Amsterdam about writing simple web apps Plain Simple Java , and another one at Topconf 3 tales of testing DB enabled apps.
Source Files
The download file simple-java-master.zip has the following entries.
.gitignore/*w w w . j av a 2s .co m*/
LICENSE
README
build.xml
config/log4j.xml
db-test/dbunit.pkb
db-test/dbunit.pkh
db-test/liquibase.xml
db-test/photo_spots_test.sql
db/liquibase.xml
db/photo_spots.pkb
db/photo_spots.pkh
h2.sh
ivy.xml
src/Launcher.java
src/ee/devclub/model/HibernatePhotoSpotRepository.java
src/ee/devclub/model/JDBCPhotoSpotRepository.java
src/ee/devclub/model/Location.java
src/ee/devclub/model/PhotoSpot.java
src/ee/devclub/model/PhotoSpotRepository.java
src/ee/devclub/rest/PhotoSpotResource.java
src/ee/devclub/rest/SpringAwareResource.java
src/ee/devclub/web/JavaUtilLoggerRedirector.java
src/ee/devclub/web/RequestLogFilter.java
test/ee/devclub/model/HibernatePhotoSpotRepositoryIntegrationTest.java
test/ee/devclub/model/HibernatePhotoSpotRepositoryTest.java
test/ee/devclub/model/JDBCPhotoSpotRepositoryIntegrationTest.java
test/ee/devclub/model/JDBCPhotoSpotRepositoryTest.java
test/ee/devclub/rest/PhotoSpotResourceTest.java
webapp/WEB-INF/jetty-web.xml
webapp/WEB-INF/spring.xml
webapp/WEB-INF/web.xml
webapp/common.js
webapp/index.html
webapp/map.css
Download
Click the following link to download simple-java-master.zip.
simple-java-master.zip