Commit graph

961 commits

Author SHA1 Message Date
Mic
0cb2b68eee clarified links for dandelion-datatables and migrated to dandelion 0.8.8 2013-03-20 17:57:07 +08:00
Mic
df0d048782 various updates to the documentation file 2013-03-20 16:13:31 +08:00
Mic
6086dec5c3 updated copyright information 2013-03-20 15:33:29 +08:00
Mic
bb32cd842b adding HTML 5 doctype header 2013-03-18 21:37:01 +08:00
Mic
f1603221a2 Added comment because https://jira.springsource.org/browse/DATAJPA-292 has been resolved 2013-03-18 14:14:24 +08:00
Mic
e2d80d3b49 removing duplicate 2013-03-15 22:14:33 +08:00
Mic
fa1e1a8f86 isEnabled -> enabled 2013-03-15 16:36:26 +08:00
Mic
d58d6176a2 upgraded to dandelion 0.8.7 2013-03-15 16:22:15 +08:00
Mic
8e59a812e3 Integer Instantiation 2013-03-15 16:11:38 +08:00
Mic
3b922a1390 added jsp-api dependency back
- transitive dependency didn't have the right version
- that was causing an incompatibility with Tomcat 6
2013-03-15 10:54:51 +08:00
Mic
c0d183ce3d removed lots of unused dependencies 2013-03-15 10:34:09 +08:00
Mic
7c2e6ded0e removed direct dependency to spring-bean because it's already there as a transitive dependency 2013-03-15 10:24:07 +08:00
Mic
d08173dbf1 removed unused dependency jDom 2013-03-15 10:18:24 +08:00
Mic
28b3b296fb removing unused dependency commons-pool 2013-03-15 10:15:50 +08:00
Mic
c49b0ae500 removed unused dependency commons-lang3 2013-03-15 10:13:57 +08:00
Mic
c5bb1e3ec7 removed unused dependency javassist 2013-03-15 10:11:29 +08:00
Mic
2671d7cab8 removed unused dependency JBoss logging 2013-03-15 10:09:33 +08:00
Mic
85e5f63cea simplified the POM 2013-03-15 10:03:04 +08:00
Mic
06a48e4a00 migrate to Spring 3.2.2 2013-03-14 18:04:55 +08:00
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