https://github.com/jsuereth/spring-akka-sample
Spring-akka sample for SpringOne 2012 talk.
https://github.com/jsuereth/spring-akka-sample
Last synced: about 1 year ago
JSON representation
Spring-akka sample for SpringOne 2012 talk.
- Host: GitHub
- URL: https://github.com/jsuereth/spring-akka-sample
- Owner: jsuereth
- Created: 2012-10-16T13:50:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-17T18:47:12.000Z (over 13 years ago)
- Last Synced: 2024-10-14T17:17:47.977Z (over 1 year ago)
- Language: JavaScript
- Size: 7.6 MB
- Stars: 51
- Watchers: 9
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Spring Travel Reference Application
- demonstrates Spring Framework 3 with Web Flow 2.1
NOTE:
At this time this sample is fully functional and upgraded.
However, some work is still in progress as listed below.
Known issues:
- The sample currently uses an extension for resource handling until mvc:resources support is integrated into Spring Framework 3.1 trunk. This built-in resource handling support in Spring Framework will supercede the ResourceServlet in the Spring JavaScript module (see SPR-7116).
- JSR303 support is not yet integrated
- JPABookingService findHotels(SearchCriteria criteria) is currently vulnerable to HQL injection
- Use of in the hotels/booking flow should be removed in favor of detached objects