| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 3207 | 25 Mar 09 |
APF-267: Added Compass to dao and service layers |
+46 | Matt Raible | trunk | |
| 3175 | 20 Nov 08 |
APF-1105: Changed to use Spring annotations (@Repository, @Service and @Autowired) in service and data modules. Read more at http://raibledesigns.com/rd/entry/moving_from_spring_s_xml. |
+33 -39 | Matt Raible | trunk | |
| 3046 | 24 Nov 07 |
APF-666: Changed JPA and Hibernate to use SimpleJdbcTemplate for fetching user's password to avoid duplicate User objects in same session |
+4 -2 | Matt Raible | trunk | |
| 3044 | 20 Nov 07 |
APF-666: Moved password encryption into service layer |
+6 | Matt Raible | trunk | |
| 2955 | 15 Sep 07 |
APF-718: Changed test data to use negative keys to avoid unique constraint violations on Oracle. Also added "prod" profile to allow loading default data and to serve as a placeholder for other production-related settings. NOTE: I chose to keep the name "sample-data.xml" instead of changing it to test-data.xml. It seems like a pretty risky change this late in the game of releasing 2.0. |
+8 -8 | Matt Raible | trunk | |
| 2603 | 28 Mar 07 |
fix for APF-695 |
+2 -2 | bnoll | trunk | |
| 2546 | 05 Mar 07 |
Code for Improvement APF-575. |
+10 | bnoll | trunk | |
| 2388 | 24 Jan 07 |
APF-178: flush Hibenate session in test cases |
+14 -2 | Matt Raible | trunk | |
| 1956 | 31 Oct 06 |
APF-424 and APF-425: Created Generic DAOs for Hibernate and iBATIS that use Java 5 Generics (thanks to Bryan Noll) |
+6 -6 | Matt Raible | trunk | |
| 1771 | 29 Aug 06 |
Restructuring for Maven 2 |
+118 | Matt Raible | trunk | |
| 1560 | 24 Apr 06 |
Make sure role is populated properly |
+6 -3 | Matt Raible | trunk | |
| 1465 | 06 Apr 06 |
Changed primary key on User and Role to "id" instead of assigned keys (http://issues.appfuse.org/browse/APF-7). |
+10 -12 | Matt Raible | trunk | |
| 1453 | 06 Apr 06 |
Changed all "DAO" references (filenames, bean definitions and variable names_ to use "Dao" instead. This is more inline with how Spring does things and provides for better naming consistency (http://issues.appfuse.org/browse/APF-115). |
+117 | Matt Raible | trunk |