Jon Brisbin b3290c190c Changed how handler mappings work in Spring Data REST so that only paths that have Repositories exported on them are recognized by the controller.
This makes it easier to integrate the RepositoryRestController into an existing Spring MVC application because all you have to do is include the RepositoryRestMvcConfiguration JavaConfig bean into your existing application.

Also included some changes to the way views are resolved so that only views starting with "org.springframework.data.rest" will be recognized as our own special views.
2012-06-26 11:24:52 -05:00
2012-06-22 12:13:57 -05:00
2012-03-08 15:57:24 -06:00
2012-04-24 10:53:51 -05:00

Spring Data Web Exporter

The goal of the project is to provide a flexible and configurable mechanism for writing simple services that can be exposed over HTTP.

The first exporter implemented is a JPA Repository exporter. This takes your JPA repositories and front-ends them with HTTP, allowing you full CRUD capability over your entities, to include managing associations.

Installation

Installation instructions are in the wiki.

License

The Spring Data REST Exporter is Apache 2.0 licensed.

Description
No description provided
Readme 15 MiB
Languages
Java 99.7%
JavaScript 0.3%