Download Simple Java WS Free Java Code
Description
A Simple Java web service template for read heavy web applications.
Source Files
The download file SimpleJavaWS-master.zip has the following entries.
.gitignore//w w w. j av a 2s. c o m
LICENSE
README.md
api/pom.xml
api/src/main/java/com/parthparekh/ProductService.java
api/src/main/java/com/parthparekh/ProductWebService.java
api/src/main/java/com/parthparekh/api/Product.java
api/src/main/java/com/parthparekh/api/ProductStatus.java
api/src/test/java/com/parthparekh/api/ProductDeSerializationTest.java
api/src/test/resources/META-INF/json/product1.json
api/src/test/resources/META-INF/json/product2.json
api/src/test/resources/META-INF/json/product3.json
distributedWeb-service/pom.xml
distributedWeb-service/src/main/java/com/parthparekh/ws/DistributedProductWebServiceImpl.java
distributedWeb-service/src/main/resources/META-INF/spring/application-context.xml
distributedWeb-service/src/main/resources/META-INF/spring/mongo-context.xml
distributedWeb-service/src/main/resources/log4j.properties
distributedWeb-service/src/main/webapp/WEB-INF/web.xml
doc/allclasses-frame.html
doc/allclasses-noframe.html
doc/com/parthparekh/ProductService.html
doc/com/parthparekh/ProductWebService.html
doc/com/parthparekh/api/Product.html
doc/com/parthparekh/api/ProductDeSerializationTest.html
doc/com/parthparekh/api/ProductStatus.html
doc/com/parthparekh/api/class-use/Product.html
doc/com/parthparekh/api/class-use/ProductDeSerializationTest.html
doc/com/parthparekh/api/class-use/ProductStatus.html
doc/com/parthparekh/api/package-frame.html
doc/com/parthparekh/api/package-summary.html
doc/com/parthparekh/api/package-tree.html
doc/com/parthparekh/api/package-use.html
doc/com/parthparekh/class-use/ProductService.html
doc/com/parthparekh/class-use/ProductWebService.html
doc/com/parthparekh/package-frame.html
doc/com/parthparekh/package-summary.html
doc/com/parthparekh/package-tree.html
doc/com/parthparekh/package-use.html
doc/com/parthparekh/service/MongoConfiguration.html
doc/com/parthparekh/service/ProductServiceImpl.html
doc/com/parthparekh/service/ProductServiceTest.html
doc/com/parthparekh/service/ServiceConfiguration.html
doc/com/parthparekh/service/TestServiceConfiguration.html
doc/com/parthparekh/service/TestUtils.html
doc/com/parthparekh/service/cache/Cache.html
doc/com/parthparekh/service/cache/CacheType.html
doc/com/parthparekh/service/cache/CouchbaseFactory.CouchbaseAlerter.html
doc/com/parthparekh/service/cache/CouchbaseFactory.html
doc/com/parthparekh/service/cache/CouchbaseImpl.html
doc/com/parthparekh/service/cache/EhCacheImpl.html
doc/com/parthparekh/service/cache/JsonTranscoder.html
doc/com/parthparekh/service/cache/MemcachedFactory.MemcachedAlerter.html
doc/com/parthparekh/service/cache/MemcachedFactory.html
doc/com/parthparekh/service/cache/MemcachedImpl.html
doc/com/parthparekh/service/cache/ProductCacheService.html
doc/com/parthparekh/service/cache/class-use/Cache.html
doc/com/parthparekh/service/cache/class-use/CacheType.html
doc/com/parthparekh/service/cache/class-use/CouchbaseFactory.CouchbaseAlerter.html
doc/com/parthparekh/service/cache/class-use/CouchbaseFactory.html
doc/com/parthparekh/service/cache/class-use/CouchbaseImpl.html
doc/com/parthparekh/service/cache/class-use/EhCacheImpl.html
doc/com/parthparekh/service/cache/class-use/JsonTranscoder.html
doc/com/parthparekh/service/cache/class-use/MemcachedFactory.MemcachedAlerter.html
doc/com/parthparekh/service/cache/class-use/MemcachedFactory.html
doc/com/parthparekh/service/cache/class-use/MemcachedImpl.html
doc/com/parthparekh/service/cache/class-use/ProductCacheService.html
doc/com/parthparekh/service/cache/package-frame.html
doc/com/parthparekh/service/cache/package-summary.html
doc/com/parthparekh/service/cache/package-tree.html
doc/com/parthparekh/service/cache/package-use.html
doc/com/parthparekh/service/class-use/MongoConfiguration.html
doc/com/parthparekh/service/class-use/ProductServiceImpl.html
doc/com/parthparekh/service/class-use/ProductServiceTest.html
doc/com/parthparekh/service/class-use/ServiceConfiguration.html
doc/com/parthparekh/service/class-use/TestServiceConfiguration.html
doc/com/parthparekh/service/class-use/TestUtils.html
doc/com/parthparekh/service/db/ProductRepository.html
doc/com/parthparekh/service/db/class-use/ProductRepository.html
doc/com/parthparekh/service/db/package-frame.html
doc/com/parthparekh/service/db/package-summary.html
doc/com/parthparekh/service/db/package-tree.html
doc/com/parthparekh/service/db/package-use.html
doc/com/parthparekh/service/exception/ExceptionMessage.html
doc/com/parthparekh/service/exception/IllegalArgumentExceptionMapper.html
doc/com/parthparekh/service/exception/JsonParseExceptionMapper.html
doc/com/parthparekh/service/exception/NoDataFoundException.html
doc/com/parthparekh/service/exception/NoDataFoundExceptionMapper.html
doc/com/parthparekh/service/exception/RuntimeExceptionMapper.html
doc/com/parthparekh/service/exception/WebApplicationExceptionMapper.html
doc/com/parthparekh/service/exception/class-use/ExceptionMessage.html
doc/com/parthparekh/service/exception/class-use/IllegalArgumentExceptionMapper.html
doc/com/parthparekh/service/exception/class-use/JsonParseExceptionMapper.html
doc/com/parthparekh/service/exception/class-use/NoDataFoundException.html
doc/com/parthparekh/service/exception/class-use/NoDataFoundExceptionMapper.html
doc/com/parthparekh/service/exception/class-use/RuntimeExceptionMapper.html
doc/com/parthparekh/service/exception/class-use/WebApplicationExceptionMapper.html
doc/com/parthparekh/service/exception/package-frame.html
doc/com/parthparekh/service/exception/package-summary.html
doc/com/parthparekh/service/exception/package-tree.html
doc/com/parthparekh/service/exception/package-use.html
doc/com/parthparekh/service/package-frame.html
doc/com/parthparekh/service/package-summary.html
doc/com/parthparekh/service/package-tree.html
doc/com/parthparekh/service/package-use.html
doc/com/parthparekh/service/utils/ProductServiceUtils.html
doc/com/parthparekh/service/utils/class-use/ProductServiceUtils.html
doc/com/parthparekh/service/utils/package-frame.html
doc/com/parthparekh/service/utils/package-summary.html
doc/com/parthparekh/service/utils/package-tree.html
doc/com/parthparekh/service/utils/package-use.html
doc/com/parthparekh/ws/ProductWebServiceImpl.html
doc/com/parthparekh/ws/ProductWebServiceTest.html
doc/com/parthparekh/ws/class-use/ProductWebServiceImpl.html
doc/com/parthparekh/ws/class-use/ProductWebServiceTest.html
doc/com/parthparekh/ws/package-frame.html
doc/com/parthparekh/ws/package-summary.html
doc/com/parthparekh/ws/package-tree.html
doc/com/parthparekh/ws/package-use.html
doc/constant-values.html
doc/deprecated-list.html
doc/help-doc.html
doc/index-files/index-1.html
doc/index-files/index-10.html
doc/index-files/index-11.html
doc/index-files/index-12.html
doc/index-files/index-13.html
doc/index-files/index-14.html
doc/index-files/index-15.html
doc/index-files/index-16.html
doc/index-files/index-17.html
doc/index-files/index-18.html
doc/index-files/index-19.html
doc/index-files/index-2.html
doc/index-files/index-20.html
doc/index-files/index-3.html
doc/index-files/index-4.html
doc/index-files/index-5.html
doc/index-files/index-6.html
doc/index-files/index-7.html
doc/index-files/index-8.html
doc/index-files/index-9.html
doc/index.html
doc/overview-frame.html
doc/overview-summary.html
doc/overview-tree.html
doc/package-list
doc/resources/inherit.gif
doc/serialized-form.html
doc/stylesheet.css
pom.xml
relationalWeb-service/pom.xml
relationalWeb-service/src/main/java/com/parthparekh/ws/RelationalProductWebServiceImpl.java
relationalWeb-service/src/main/resources/META-INF/spring/application-context.xml
relationalWeb-service/src/main/resources/META-INF/spring/mongo-context.xml
relationalWeb-service/src/main/resources/log4j.properties
relationalWeb-service/src/main/webapp/WEB-INF/web.xml
service/pom.xml
service/src/main/java/com/parthparekh/service/MongoConfiguration.java
service/src/main/java/com/parthparekh/service/ProductServiceImpl.java
service/src/main/java/com/parthparekh/service/ServiceConfiguration.java
service/src/main/java/com/parthparekh/service/cache/Cache.java
service/src/main/java/com/parthparekh/service/cache/CacheType.java
service/src/main/java/com/parthparekh/service/cache/CassandraProductCacheService.java
service/src/main/java/com/parthparekh/service/cache/CouchbaseFactory.java
service/src/main/java/com/parthparekh/service/cache/CouchbaseImpl.java
service/src/main/java/com/parthparekh/service/cache/EhCacheImpl.java
service/src/main/java/com/parthparekh/service/cache/JsonTranscoder.java
service/src/main/java/com/parthparekh/service/cache/MemcachedFactory.java
service/src/main/java/com/parthparekh/service/cache/MemcachedImpl.java
service/src/main/java/com/parthparekh/service/cache/ProductCacheService.java
service/src/main/java/com/parthparekh/service/cache/RedisFactory.java
service/src/main/java/com/parthparekh/service/cache/RedisImpl.java
service/src/main/java/com/parthparekh/service/cache/RelationalProductCacheService.java
service/src/main/java/com/parthparekh/service/db/ProductRepository.java
service/src/main/java/com/parthparekh/service/exception/ExceptionMessage.java
service/src/main/java/com/parthparekh/service/exception/IllegalArgumentExceptionMapper.java
service/src/main/java/com/parthparekh/service/exception/JsonParseExceptionMapper.java
service/src/main/java/com/parthparekh/service/exception/NoDataFoundException.java
service/src/main/java/com/parthparekh/service/exception/NoDataFoundExceptionMapper.java
service/src/main/java/com/parthparekh/service/exception/RuntimeExceptionMapper.java
service/src/main/java/com/parthparekh/service/exception/WebApplicationExceptionMapper.java
service/src/main/java/com/parthparekh/service/utils/ProductServiceUtils.java
service/src/main/resources/META-INF/cassandra/persistence.xml
service/src/main/resources/META-INF/configuration.properties
service/src/main/resources/META-INF/cxf/org.apache.cxf.Logger
service/src/main/resources/META-INF/ehcache/ehcache.xml
service/src/main/resources/META-INF/spring/mongo-context.xml
service/src/main/resources/META-INF/spring/properties-context.xml
service/src/main/resources/META-INF/spring/service-context.xml
service/src/test/java/com/parthparekh/service/ProductServiceTest.java
service/src/test/java/com/parthparekh/service/TestServiceConfiguration.java
service/src/test/java/com/parthparekh/service/TestUtils.java
service/src/test/resources/META-INF/test-context.xml
service/src/test/resources/META-INF/test-ehcache.xml
service/src/test/resources/log4j.properties
service/src/test/resources/test-configuration.properties
web-service/pom.xml
web-service/src/main/java/com/parthparekh/ws/ProductWebServiceImpl.java
web-service/src/main/resources/META-INF/spring/application-context.xml
web-service/src/main/resources/log4j.properties
web-service/src/main/webapp/WEB-INF/web.xml
web-service/src/test/java/com/parthparekh/ws/ProductWebServiceTest.java
web-service/src/test/resources/META-INF/test-application-context.xml
Download
Click the following link to download SimpleJavaWS-master.zip.
SimpleJavaWS-master.zip