Commit graph

  • df0d048782 various updates to the documentation file Mic 2013-03-20 16:13:31 +0800
  • 6086dec5c3 updated copyright information Mic 2013-03-20 15:33:29 +0800
  • bb32cd842b adding HTML 5 doctype header Mic 2013-03-18 21:37:01 +0800
  • f1603221a2 Added comment because https://jira.springsource.org/browse/DATAJPA-292 has been resolved Mic 2013-03-18 14:14:24 +0800
  • e2d80d3b49 removing duplicate Mic 2013-03-15 22:14:33 +0800
  • fa1e1a8f86 isEnabled -> enabled Mic 2013-03-15 16:36:26 +0800
  • d58d6176a2 upgraded to dandelion 0.8.7 Mic 2013-03-15 16:22:15 +0800
  • 8e59a812e3 Integer Instantiation Mic 2013-03-15 16:11:38 +0800
  • 3b922a1390 added jsp-api dependency back Mic 2013-03-15 10:54:51 +0800
  • c0d183ce3d removed lots of unused dependencies Mic 2013-03-15 10:34:09 +0800
  • 7c2e6ded0e removed direct dependency to spring-bean because it's already there as a transitive dependency Mic 2013-03-15 10:24:07 +0800
  • d08173dbf1 removed unused dependency jDom Mic 2013-03-15 10:18:24 +0800
  • 28b3b296fb removing unused dependency commons-pool Mic 2013-03-15 10:15:50 +0800
  • c49b0ae500 removed unused dependency commons-lang3 Mic 2013-03-15 10:13:57 +0800
  • c5bb1e3ec7 removed unused dependency javassist Mic 2013-03-15 10:11:29 +0800
  • 2671d7cab8 removed unused dependency JBoss logging Mic 2013-03-15 10:09:33 +0800
  • 85e5f63cea simplified the POM Mic 2013-03-15 10:03:04 +0800
  • 06a48e4a00 migrate to Spring 3.2.2 Mic 2013-03-14 18:04:55 +0800
  • 024811d252 simplifying access to Integer Mic 2013-03-14 18:04:36 +0800
  • c4dbb1f648 added comment Mic 2013-03-11 11:24:18 +0800
  • 96cd34dfd6 renamed jdbc.properties -> data-access.properties Mic 2013-03-11 11:07:39 +0800
  • 3fe122db45 moved caching to the Service layer Mic 2013-03-11 11:04:51 +0800
  • e0ba8bfa74 organized imports Mic 2013-03-11 09:22:58 +0800
  • 842f9ac9ec added comments about OSIV Mic 2013-03-11 09:22:01 +0800
  • 9591555b43 Merge pull request #7 from tduchateau/master michaelisvy 2013-03-05 14:55:33 -0800
  • 51d4fd8e75 Updated Dandelion version Thibault Duchateau 2013-03-05 22:25:05 +0100
  • dd0eb5a55e improved/updated Javadoc in JUnit tests Mic 2013-03-04 12:15:20 +0800
  • 46fa288388 fixing Spring config file naming issue in web.xml Mic 2013-03-01 06:40:05 +0800
  • bf41a4b4ed integrate dandelion config for Servlet 2 compatibility Mic 2013-02-26 17:41:47 +0800
  • 95e8b64a5a merged pull request to integrate dandelion Mic 2013-02-26 17:39:26 +0800
  • faca0eb1c2 moved to tests to service level package Mic 2013-02-26 17:38:06 +0800
  • ebfa300f91 fixed issue with jqueryui path Mic 2013-02-26 17:27:29 +0800
  • d7f5cd17a5 renaming dao-config.xml -> business-config.xml Mic 2013-02-26 17:25:31 +0800
  • be403a3017 migrate all JUnit Integration tests from the repo layer to the service layer (step 1) Mic 2013-02-26 17:20:55 +0800
  • 3d9a37fe70 Merge pull request #3 from tduchateau/master michaelisvy 2013-02-25 18:42:58 -0800
  • 82d6f5e870 Merge branch 'master' of https://github.com/SpringSource/spring-petclinic Mic 2013-02-26 08:39:00 +0800
  • 18aa56c9c5 Merge pull request #4 from jdubois/master michaelisvy 2013-02-25 14:48:06 -0800
  • d28f4e5257 Adding a DISTINCT clause so we only have users once Julien Dubois 2013-02-25 22:40:24 +0100
  • b3b536194a Transactions should be on the root application context (or Hibernate will not be able to persist entities) Julien Dubois 2013-02-25 22:33:08 +0100
  • 65065a8979 Added compatibility with Servlet2.x containers Thibault Duchateau 2013-02-24 21:36:36 +0100
  • e44552ea4c Added Dandelion-Datatables Thibault Duchateau 2013-02-24 20:36:09 +0100
  • 223ca19736 adding a text file in case some people are confused about not finding Spring config files inside WEB-INF Mic 2013-02-22 10:18:10 +0800
  • 9ee5e6f096 visit dates were not consistent Mic 2013-02-21 14:50:00 +0800
  • fde14bedb0 improved layout Mic 2013-02-21 14:46:43 +0800
  • 70c046a927 Fixed test using Spring MVC Test framework Mic 2013-02-21 14:27:13 +0800
  • 222f1d1b30 minor edits to readme file Mic 2013-02-21 10:11:51 +0800
  • 447adf8810 described install process in readme file Mic 2013-02-21 10:10:41 +0800
  • 9cd3c9ef3d embedded server: moved from Jetty to Tomcat Mic 2013-02-21 09:44:38 +0800
  • 9ba5811de3 Integrating Gordon's work Mic 2013-02-20 09:40:48 +0800
  • ed116de007 Merge pull request #2 from gordonad/master michaelisvy 2013-02-19 16:59:04 -0800
  • 2ab9422280 updated runtime & provided dependencies Gordon Dickens 2013-02-19 11:10:37 -0500
  • 14f882221f file formatting and missing @Override on Java classes Gordon Dickens 2013-02-19 10:56:21 -0500
  • 46260018d1 switched to modern logback for logging, see logback.xml and logback-test.xml for configuration Gordon Dickens 2013-02-19 10:44:33 -0500
  • cf9a540e94 more comments Gordon Dickens 2013-02-19 10:20:11 -0500
  • 2c8f0351b1 Updated Project configuration for best practices Gordon Dickens 2013-02-19 10:00:14 -0500
  • cec8110236 moved Spring config files and changed AtomView example so it is based on Vets instead of Visits Mic 2013-02-19 16:36:23 +0800
  • d92d53110b test doesn't run for now, disabling it until bug is solved Mic 2013-02-16 03:27:43 +0100
  • 057015c14c Spring MVC Test Framework and migration to Spring 3.2.1 Mic 2013-02-15 15:31:04 +0800
  • e36bff7e7f removed unusued jpa configuration file (because Spring configuration doesn't rely on it) Mic 2013-02-15 10:01:26 +0800
  • ddbe4b5c14 renamed test packages so they are aligned with main packages Mic 2013-02-15 09:58:19 +0800
  • 6a8edd99af removed unused AOP config Mic 2013-02-15 09:54:15 +0800
  • b2626bd509 reviewed Javadoc for abstract test classes Mic 2013-02-15 09:53:47 +0800
  • 54a0186dd4 added Javadoc and licence info for jdbc implementation Mic 2013-02-14 23:00:10 +0800
  • 790ebb5da0 improved javadoc for jpa implementation Mic 2013-02-14 22:53:50 +0800
  • a81b3330e3 added Javadoc comments for Spring Data JPA Mic 2013-02-14 22:48:07 +0800
  • d9cce68cff javadoc cleanup for repository interfaces Mic 2013-02-14 22:34:35 +0800
  • 7a5af7a13b improved Javadoc comments and added licence info Mic 2013-02-14 11:56:45 +0800
  • 254d05a008 minor issue in javadoc comment Mic 2013-02-14 11:45:14 +0800
  • ebe7551076 added exception stacktrace into an html comment Mic 2013-02-14 11:18:30 +0800
  • 0c09ec3bd1 added @Cacheable support with ehcache Mic 2013-02-14 11:12:36 +0800
  • 4ccf1eaa05 did some clean up for ViewResolvers configuration Mic 2013-02-13 11:22:41 +0800
  • c5ca72e80b made sure @Transactional is not set on the Repository layer Mic 2013-02-13 09:37:42 +0800
  • 4e91b4468e removed TopLink-specific and Hibernate-specific properties Mic 2013-02-13 09:29:18 +0800
  • 23314c5428 moved all model classes to a dedicated 'model' package Mic 2013-02-13 08:06:37 +0800
  • 0a5ea0b5fb moved aspect to util package Mic 2013-02-13 07:57:51 +0800
  • e924e8737a moved Validator to the web package Mic 2013-02-13 07:55:12 +0800
  • 539f7631a5 adding licence information to all files in the web layer Mic 2013-02-12 22:51:51 +0800
  • cd88b8caae Javadoc and xml documentation improvements Mic 2013-02-12 09:12:51 +0800
  • 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
  • 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