Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhrobbins committed Jan 12, 2014
1 parent 52a2589 commit 672390c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ The documentation below outlines the technologies used in this project
* [Jersey](https://jersey.java.net/) JSR 311: JAX-RS
* [Jackson](http://wiki.fasterxml.com/JacksonHome) JSON processor
* [JAXB](https://jersey.java.net/) Java Architecture for XML Binding (JAXB)
* Spring
** [Spring IOC](http://www.springsource.org/spring-framework)
** [Spring Security](http://static.springsource.org/spring-security/site/index.html) Authentication
** [Spring Data - JPA](http://www.springsource.org/spring-data/jpa) If you are not familiar with Spring Data, you might like to take a look at the [Spring Data Example Showcase](https://github.com/SpringSource/spring-data-jpa-examples/tree/master/spring-data-jpa-showcase) on Github. The project compares a a typical data access implementation with JPA 2 with a less boilerplate Spring Data version.
** Spring RestTemplate
Spring
* [Spring IOC](http://www.springsource.org/spring-framework)
* [Spring Security](http://static.springsource.org/spring-security/site/index.html) Authentication
* [Spring Data - JPA](http://www.springsource.org/spring-data/jpa) If you are not familiar with Spring Data, you might like to take a look at the [Spring Data Example Showcase](https://github.com/SpringSource/spring-data-jpa-examples/tree/master/spring-data-jpa-showcase) on Github. The project compares a a typical data access implementation with JPA 2 with a less boilerplate Spring Data version.
* Spring RestTemplate
* [JPA](http://www.oracle.com/technetwork/java/javaee/tech/persistence-jsp-140049.html) & [Hibernate](http://hibernate.org/orm/) JPA provider
* [Maven](http://maven.apache.org/) for dependency management, project structure, and site reports
* [JUnit](http://www.junit.org/), [Mockito](http://code.google.com/p/mockito/) and [Hamcrest](http://hamcrest.org/JavaHamcrest/) matchers are used for testing
Expand Down

0 comments on commit 672390c

Please sign in to comment.