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 9fdca00 commit b7abd08
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ 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
* [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
Expand Down

0 comments on commit b7abd08

Please sign in to comment.