Commit graph

392 commits

Author SHA1 Message Date
Mic
024811d252 simplifying access to Integer 2013-03-14 18:04:36 +08:00
Mic
c4dbb1f648 added comment 2013-03-11 11:24:18 +08:00
Mic
96cd34dfd6 renamed jdbc.properties -> data-access.properties 2013-03-11 11:07:39 +08:00
Mic
3fe122db45 moved caching to the Service layer 2013-03-11 11:04:51 +08:00
Mic
e0ba8bfa74 organized imports 2013-03-11 09:22:58 +08:00
Mic
842f9ac9ec added comments about OSIV 2013-03-11 09:22:01 +08:00
michaelisvy
9591555b43 Merge pull request #7 from tduchateau/master
Updated Dandelion version
2013-03-05 14:55:33 -08:00
Thibault Duchateau
51d4fd8e75 Updated Dandelion version 2013-03-05 22:25:15 +01:00
Mic
dd0eb5a55e improved/updated Javadoc in JUnit tests 2013-03-04 12:15:20 +08:00
Mic
46fa288388 fixing Spring config file naming issue in web.xml 2013-03-01 06:40:05 +08:00
Mic
bf41a4b4ed integrate dandelion config for Servlet 2 compatibility 2013-02-26 17:41:47 +08:00
Mic
95e8b64a5a merged pull request to integrate dandelion 2013-02-26 17:39:26 +08:00
Mic
faca0eb1c2 moved to tests to service level package 2013-02-26 17:38:06 +08:00
Mic
ebfa300f91 fixed issue with jqueryui path 2013-02-26 17:27:29 +08:00
Mic
d7f5cd17a5 renaming dao-config.xml -> business-config.xml 2013-02-26 17:25:31 +08:00
Mic
be403a3017 migrate all JUnit Integration tests from the repo layer to the service layer (step 1) 2013-02-26 17:20:55 +08:00
michaelisvy
3d9a37fe70 Merge pull request #3 from tduchateau/master
Added Dandelion-Datatables
2013-02-25 18:42:58 -08:00
Mic
82d6f5e870 Merge branch 'master' of https://github.com/SpringSource/spring-petclinic 2013-02-26 08:39:00 +08:00
michaelisvy
18aa56c9c5 Merge pull request #4 from jdubois/master
2 bug corrections
2013-02-25 14:48:06 -08:00
Julien Dubois
d28f4e5257 Adding a DISTINCT clause so we only have users once 2013-02-25 22:40:24 +01:00
Julien Dubois
b3b536194a Transactions should be on the root application context (or Hibernate will not be able to persist entities) 2013-02-25 22:33:08 +01:00
Thibault Duchateau
65065a8979 Added compatibility with Servlet2.x containers 2013-02-24 21:36:36 +01:00
Thibault Duchateau
e44552ea4c Added Dandelion-Datatables
New dependencies added
Old tables replaced by Datatables using Dandelion-Datatables
2013-02-24 20:36:09 +01:00
Mic
223ca19736 adding a text file in case some people are confused about not finding Spring config files inside WEB-INF 2013-02-22 10:18:10 +08:00
Mic
9ee5e6f096 visit dates were not consistent 2013-02-21 14:50:00 +08:00
Mic
fde14bedb0 improved layout 2013-02-21 14:46:43 +08:00
Mic
70c046a927 Fixed test using Spring MVC Test framework 2013-02-21 14:27:13 +08:00
Mic
222f1d1b30 minor edits to readme file 2013-02-21 10:11:51 +08:00
Mic
447adf8810 described install process in readme file 2013-02-21 10:10:41 +08:00
Mic
9cd3c9ef3d embedded server: moved from Jetty to Tomcat 2013-02-21 09:44:38 +08:00
Mic
9ba5811de3 Integrating Gordon's work
- integrated Gordon's comments in the POM
- removed antlr from the POM that we don't need anymore
- changed webjars versions inside headTag.jsp
2013-02-20 09:40:48 +08:00
michaelisvy
ed116de007 Merge pull request #2 from gordonad/master
Build and logging improvements
2013-02-19 16:59:04 -08:00
Gordon Dickens
2ab9422280 updated runtime & provided dependencies 2013-02-19 11:10:37 -05:00
Gordon Dickens
14f882221f file formatting and missing @Override on Java classes 2013-02-19 10:56:21 -05:00
Gordon Dickens
46260018d1 switched to modern logback for logging, see logback.xml and logback-test.xml for configuration 2013-02-19 10:44:33 -05:00
Gordon Dickens
cf9a540e94 more comments 2013-02-19 10:20:11 -05:00
Gordon Dickens
2c8f0351b1 Updated Project configuration for best practices 2013-02-19 10:00:14 -05:00
Mic
cec8110236 moved Spring config files and changed AtomView example so it is based on Vets instead of Visits 2013-02-19 16:36:23 +08:00
Mic
d92d53110b test doesn't run for now, disabling it until bug is solved 2013-02-16 03:27:43 +01:00
Mic
057015c14c Spring MVC Test Framework and migration to Spring 3.2.1
- migrated to Spring 3.2.1
- added hamcrest to the POM so it can be used with the Spring MVC Test
Framework
- Started migrating a JUnit test to Spring MVC Test Framework (at this
stage, it stills doesn't work. It could be because of a conflict with
ContentNegotiatingViewResolver)
2013-02-15 15:31:04 +08:00
Mic
e36bff7e7f removed unusued jpa configuration file (because Spring configuration doesn't rely on it) 2013-02-15 10:01:26 +08:00
Mic
ddbe4b5c14 renamed test packages so they are aligned with main packages 2013-02-15 09:58:19 +08:00
Mic
6a8edd99af removed unused AOP config 2013-02-15 09:54:15 +08:00
Mic
b2626bd509 reviewed Javadoc for abstract test classes 2013-02-15 09:53:47 +08:00
Mic
54a0186dd4 added Javadoc and licence info for jdbc implementation 2013-02-14 23:00:10 +08:00
Mic
790ebb5da0 improved javadoc for jpa implementation 2013-02-14 22:53:50 +08:00
Mic
a81b3330e3 added Javadoc comments for Spring Data JPA 2013-02-14 22:48:07 +08:00
Mic
d9cce68cff javadoc cleanup for repository interfaces 2013-02-14 22:34:35 +08:00
Mic
7a5af7a13b improved Javadoc comments and added licence info 2013-02-14 11:56:45 +08:00
Mic
254d05a008 minor issue in javadoc comment 2013-02-14 11:45:14 +08:00