Java-Examples
Java-Examples copied to clipboard
Contains all kind of Java Examples which explained in blog
Java Examples
These are my example project to demonstrate some of the topic which are explained on my personal blog.
Projects
- RestClient: This is an example project which demonstrates how to use Apache HttpClient to consume Restful web services...read more
- XStreamAnnotation: This is an example project which demonstrates how to use XStream annotations to achieve object to xml mapping...read more
- camel-soap: This is an example project which demonstrates how to use Camel's Soap component... read more
- camel-xslt: This is an example project which demonstrates how to use xslt transformation by using Camel...read more
- download-servlet: This is an example project which demonstrates how to use servlets to download data from servers...read more
- jce-encrypt: This is an example project which demonstrates how to encrypt plain-texts using AES or DES... read more
- rest-tutorial: This is an example project which demonstrates how to develop restful web services using Jersey and Hibernate...read more
- simple-smpp-routing: This is an example project which demonstrates how to use camel to route JPA entities to SMPP endpoint. This project can be also used as a template project to create a Bulk-SMS application...read more
- spring-cxf: This is an example project which demonstrates how to develop CXF application which uses Spring...read more
- spring-jpa: This is an example project which demonstrates how to develop JPA application which uses Spring. In this application Spring also manages trasnactions which are used by JPA...read more
- spring-prime: This is an example project which demonstrates how to develop a JSF application which Spring...read more
- test-with-mockito: This is an example project which demonstrates how to develop an application by using Mockito...read more
- user-application: This is an example project which demonstrates how to develop an application which uses, SpringData, SpringMvc, Mockito, Fongo etc. and deploys Heroku...read more
- aws-dynamodb-tutorial: This is an example project wich demonstrates usage of High Level Java-API usage of DynamoDB
Repository Structure
Although i know that this repository structure is not proper, I used this structure to make easier to find other Java Example projects.