forked from shekhargulati/spring-travel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
12 lines (10 loc) · 831 Bytes
/
README.txt
File metadata and controls
12 lines (10 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Spring Travel Reference Application -- Code taken from https://src.springframework.org/svn/spring-samples/travel/
- 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 <persistence-context/> in the hotels/booking flow should be removed in favor of detached objects