Commit graph

  • ed3df00bd7 Pets were getting old Mic 2013-02-12 08:29:13 +0800
  • a994785f73 made sure the ClinicService facade is used by all Controllers Mic 2013-02-12 08:22:39 +0800
  • 4d6496e18e Merge pull request #1 from rstoyanchev/polish michaelisvy 2013-02-11 07:43:37 -0800
  • 21d7bfe78a Merge 3e66379be1 into 572ef6e2c4 Rossen Stoyanchev 2013-02-10 15:18:30 -0800
  • 3e66379be1 Polish Rossen Stoyanchev 2013-02-10 18:16:18 -0500
  • 572ef6e2c4 moved pointcut to @Repository instead of @Service Mic 2013-02-08 14:26:00 +0800
  • 5699bf83ee cleaned up AOP usage Mic 2013-02-08 12:46:00 +0800
  • 0e60b03708 fixed naming issue in vet list Mic 2013-02-07 10:31:18 +0800
  • 47ddd6f934 Fixed issue with Atom export Mic 2013-02-07 10:08:53 +0800
  • 97e1890867 web config enhancements Mic 2013-02-07 10:01:53 +0800
  • 5b8ef8ea10 replacing one Spring Data Repo with native JPA Mic 2013-02-07 09:25:30 +0800
  • 8f531f366f added custom tag Mic 2013-02-06 21:31:07 +0800
  • 07e535a75e fixed issue in the 'createVisit' form Mic 2013-02-06 17:41:38 +0800
  • 57c9043121 fixed issues in the Pet creation form Mic 2013-02-06 17:33:11 +0800
  • 6eae69719f improved pet creation form Mic 2013-02-05 12:21:51 +0800
  • ab5a3e29cb improve look and feel of the menu bar Mic 2013-02-05 09:58:42 +0800
  • 60cfb7fb37 fixed JDBC bug Mic 2013-02-05 09:50:01 +0800
  • ae9085de62 added CrashController to showcase behaviour when exception occurs Mic 2013-02-05 09:49:33 +0800
  • 2df7267a48 updated a broken link and renamed script files for mysql Mic 2013-02-01 09:40:23 +0800
  • be84882762 removed Eclipse/IntelliJ files Mic 2013-02-01 09:35:49 +0800
  • 2ebf7567b9 packagesToScan doesn't need a list of values Mic 2013-02-01 09:29:20 +0800
  • e97c9a45d4 removed Autowiring at the field level Mic 2013-02-01 09:28:58 +0800
  • 74eb3e72fe removing JdbcTemplate so we use NamedParameterJdbcTemplate solely when possible Mic 2013-01-31 21:57:19 +0800
  • f44e383462 fixed lazy loading issues Mic 2013-01-30 11:20:22 +0800
  • 56c7671939 webapp now using JPA by default Mic 2013-01-30 11:19:48 +0800
  • 8b6cfab27d removing datasource declaration so we only rely on an internal database connection pool Mic 2013-01-30 09:05:17 +0800
  • e93f0f60a6 removing xml OR mapping so we only use annotations Mic 2013-01-30 09:04:48 +0800
  • 3482d549ea renamed profiles and removed unnecessary@DirtiesContext annotation so the Test suite now runs in 40% less time Mic 2013-01-29 17:47:45 +0800
  • 87e08f7b99 misc updates to tutorial page Mic 2013-01-29 13:08:48 +0800
  • 4cd69795d2 removed unneeded declarations inside web.xml Mic 2013-01-28 17:50:47 +0400
  • 0c2408390e removed appserver-specific files Mic 2013-01-28 17:01:30 +0400
  • feca50d272 added jQueryUI Mic 2013-01-22 09:29:49 +0100
  • 95cb32d86d used tag c:out for EL to prevent HTML injection Mic 2013-01-19 03:02:12 +0800
  • d88b565d28 migrated all dates to joda time Mic 2013-01-19 02:53:27 +0800
  • c4b5a98ac8 navbar, reorganized JSP folders Mic 2013-01-18 18:32:23 +0800
  • f06cf8c3fa Improvements to layout Mic 2013-01-18 17:17:40 +0800
  • 97aba3f4e6 added a Spring Data implementation Mic 2013-01-18 16:56:01 +0800
  • c9c8c4e085 moved the ClinicRepository into some separate repos Mic 2013-01-17 15:27:27 +0800
  • 16b1476c40 Simplified exception page handling Mic 2013-01-16 12:46:23 +0800
  • 3d22e37944 improvements to Visit controller Mic 2013-01-16 11:07:39 +0800
  • ece1a7a7ac fixing a RequestMapping issue Mic 2013-01-16 11:02:37 +0800
  • e9b6aff0d4 Merged Pet Controllers into a single one Mic 2013-01-16 10:57:50 +0800
  • 0fe479390b improvements to Owner Controller Mic 2013-01-16 10:30:20 +0800
  • 5432a1932c started adding support for Spring Data Mic 2013-01-15 17:31:01 +0800
  • df5c5ca59d gave more explicit names to JSPs Mic 2013-01-15 10:57:36 +0800
  • ffa0a6a1cf improved alignment in forms Mic 2013-01-15 10:38:24 +0800
  • 6f7b42206e added .html extension for all JSP/html content Mic 2013-01-15 09:42:45 +0800
  • 05c1110dce fixed content negotiation configuration Mic 2013-01-15 09:29:01 +0800
  • bfa4f85a83 removed source folder (not used anymore) Mic 2013-01-14 23:44:06 +0800
  • 09c92b3072 general cleanup Mic 2013-01-14 23:43:13 +0800
  • 5c25ef9cc1 removed former Hibernate xml configuration Mic 2013-01-14 23:40:25 +0800
  • 0c2665f1b4 added bean profiles for jdbc/jpa Mic 2013-01-14 23:36:06 +0800
  • b459ca3377 added aspectj decaration. All JUnit tests are now successful Mic 2013-01-14 23:23:07 +0800
  • 608c42f74b migrated from SimpleJdbcTemplate to JdbcTemplate Mic 2013-01-14 22:13:04 +0800
  • 4e35adb6b0 migrated to hsql 2.2.8 and fixed a couple of JPA issues Mic 2013-01-14 16:55:09 +0800
  • 9f8acc05ad migration to JPA annotations Mic 2013-01-14 16:12:05 +0800
  • 099847cf49 Spring MVC config and layout in 'vets' section Mic 2013-01-14 11:32:32 +0800
  • 9a77b56427 cleaned up CSS and migrated to Bootstrap Mic 2013-01-14 11:02:08 +0800
  • 5139c8d3bc added header to all JSPs Mic 2013-01-14 00:08:37 +0800
  • 58d82e461a handled all exception messages inside Spring config Mic 2013-01-10 16:12:50 +0800
  • aeeeace8a2 renaming controllers so they all have 'Controller' suffix Mic 2013-01-09 21:37:28 +0800
  • c690c9d05c removed static inclusion of jsp Mic 2013-01-09 21:23:44 +0800
  • 6dd1acd4b1 adding gitignore file Mic 2013-01-09 17:28:20 +0800
  • 87ccf9fea1 first step of migration to Spring 3.2 (still in process) Mic 2013-01-09 17:24:48 +0800
  • 5f25d7483d removing authors Mic 2013-01-09 17:12:47 +0800
  • b586740242 removing authors Mic 2013-01-09 17:12:37 +0800
  • 52d4b20d08 Apply patch from SPR-7894 Rossen Stoyanchev 2012-03-19 16:32:05 +0000
  • 7cbfaf1726 Fix Petclinic case-sensitivity problems against MySQL (SPR-7512) Chris Beams 2010-09-02 07:51:24 +0000
  • 0b9d98ba1c disable welcome files (for Servlet 3 compatibility) Costin Leau 2010-07-19 14:20:39 +0000
  • 973c45ba2d date picker Keith Donald 2010-02-18 22:11:04 +0000
  • 4bf4f8e3d3 + add aspects jar back to the war Costin Leau 2010-02-04 19:40:47 +0000
  • ffd7a4602c + removed optional marker on some dependencies so they get included in the final war Costin Leau 2010-02-04 19:07:55 +0000
  • a7ae7df3a8 + upgrade to AJ 1.6.8 + add dedicated section for Tomcat 5.5 and Tomcat 6 LTW setup (so it's clearer) Costin Leau 2010-02-04 17:48:51 +0000
  • 84455ff3a2 + update commons-pool to 1.5.3 to avoid some memory leaks Costin Leau 2010-02-03 22:15:30 +0000
  • 1f59a262c3 + add comment about Tomcat 6 Costin Leau 2010-01-25 17:11:59 +0000
  • 6f6d950847 jdom needed for rome Keith Donald 2009-12-19 22:36:19 +0000
  • 6f1ca5ddaa format Keith Donald 2009-12-19 22:29:37 +0000
  • 6d0d36f35b polish Keith Donald 2009-12-19 22:21:35 +0000
  • dee6a358d6 aspectj is required Keith Donald 2009-12-19 22:16:35 +0000
  • 9ef38c5e97 polish Keith Donald 2009-12-19 22:14:21 +0000
  • 58fe4779a5 correct commons logging exclude Keith Donald 2009-12-19 22:12:52 +0000
  • 33a5c878e3 tweaks Keith Donald 2009-12-19 21:55:55 +0000
  • d7f75cfdb9 Fixed pom optional bugs Keith Donald 2009-12-19 21:49:29 +0000
  • bcda93f280 Slf4j update Keith Donald 2009-12-19 21:37:18 +0000
  • 57e17d32b2 finally got rid of commons logging Keith Donald 2009-12-17 18:51:44 +0000
  • 905d9824b0 + improved war structure Costin Leau 2009-12-17 17:34:12 +0000
  • c0a9be95fb commons logging exclusion for openjpa Keith Donald 2009-12-17 17:12:21 +0000
  • bd07ffc47e polish Keith Donald 2009-12-16 20:22:37 +0000
  • 31733db715 fixed test suite failing Keith Donald 2009-12-16 17:25:22 +0000
  • 1b48694fd9 removed test suite class Keith Donald 2009-12-16 17:16:10 +0000
  • ef838ad656 Switched to embedded db Keith Donald 2009-12-16 16:59:09 +0000
  • 737d478752 polish Keith Donald 2009-12-16 16:54:41 +0000
  • 3dc88e069a polish Keith Donald 2009-12-16 16:44:43 +0000
  • 4b68a74b49 update to 3.0.0.RELEASE Keith Donald 2009-12-16 15:47:24 +0000
  • 66dff752a4 added some extra space to avoid sponsored by SpringSource message being covered by the picture of the pets Thomas Risberg 2009-12-14 22:13:04 +0000
  • fa6fd105db SAMPLESPET-3 + move spring application context files under a dedicated folder (to prevent JBoss XML parser from choking) http://forum.springsource.org/showthread.php?t=68949 Costin Leau 2009-12-14 19:47:46 +0000
  • dd521eb88a SAMPLESPET-3 + renamed META-INF/persistence.xml to META-INF/jpa-persistence.xml since JBoss will scan it automatically and complain about non-jta-resources declared. Costin Leau 2009-12-14 19:06:58 +0000
  • 6116d12475 SPR-6447 SPR-6449 Costin Leau 2009-12-10 21:08:19 +0000
  • fe63e9c87f + add default servlet definition (for containers that do not declare it - such as GlassFish) + increase Spring version to RC3 (it works with trunk just fine) Costin Leau 2009-12-10 20:49:35 +0000
  • d8b7615705 SPR-6447 + add missing datasource import to hibernate config Costin Leau 2009-11-27 16:48:35 +0000