Commit graph

435 commits

Author SHA1 Message Date
Mic
099847cf49 Spring MVC config and layout in 'vets' section
- commented out all Spring MVC config related to content negociation so
the app works well in HTML for now
- Integrated Bootsrap look&Feel in the 'vets' section
2013-01-14 11:32:32 +08:00
Mic
9a77b56427 cleaned up CSS and migrated to Bootstrap 2013-01-14 11:02:08 +08:00
Mic
5139c8d3bc added header to all JSPs 2013-01-14 00:08:37 +08:00
Mic
58d82e461a handled all exception messages inside Spring config 2013-01-10 16:12:50 +08:00
Mic
aeeeace8a2 renaming controllers so they all have 'Controller' suffix 2013-01-09 21:37:28 +08:00
Mic
c690c9d05c removed static inclusion of jsp 2013-01-09 21:23:44 +08:00
Mic
87ccf9fea1 first step of migration to Spring 3.2 (still in process) 2013-01-09 17:24:48 +08:00
Rossen Stoyanchev
52d4b20d08 Apply patch from SPR-7894 2013-01-09 17:13:28 +08:00
Chris Beams
7cbfaf1726 Fix Petclinic case-sensitivity problems against MySQL (SPR-7512)
With thanks to Rob Winch for patch submission.
2013-01-09 17:13:28 +08:00
Costin Leau
0b9d98ba1c disable welcome files (for Servlet 3 compatibility) 2013-01-09 17:13:28 +08:00
Costin Leau
a7ae7df3a8 + upgrade to AJ 1.6.8
+ add dedicated section for Tomcat 5.5 and Tomcat 6 LTW setup (so it's clearer)
2013-01-09 17:13:27 +08:00
Costin Leau
1f59a262c3 + add comment about Tomcat 6 2013-01-09 17:13:26 +08:00
Keith Donald
bcda93f280 Slf4j update 2013-01-09 17:13:25 +08:00
Costin Leau
905d9824b0 + improved war structure 2013-01-09 17:13:24 +08:00
Keith Donald
31733db715 fixed test suite failing 2013-01-09 17:13:23 +08:00
Keith Donald
1b48694fd9 removed test suite class 2013-01-09 17:13:23 +08:00
Keith Donald
ef838ad656 Switched to embedded db 2013-01-09 17:13:23 +08:00
Keith Donald
3dc88e069a polish 2013-01-09 17:13:23 +08:00
Thomas Risberg
66dff752a4 added some extra space to avoid sponsored by SpringSource message being covered by the picture of the pets 2013-01-09 17:13:21 +08:00
Costin Leau
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
2013-01-09 17:13:21 +08:00
Costin Leau
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.
2013-01-09 17:13:20 +08:00
Costin Leau
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)
2013-01-09 17:13:20 +08:00
Costin Leau
d8b7615705 SPR-6447
+ add missing datasource import to hibernate config
2013-01-09 17:13:20 +08:00
Costin Leau
93a378adde SPR-6447
+ fixed tab/spaces consistency
2013-01-09 17:13:20 +08:00
Costin Leau
6f056b5072 SPR-6447
+ removed unused script
2013-01-09 17:13:19 +08:00
Costin Leau
d6b57ac053 SPR-6447
+ improve mysql script to prevent data from being added if it's already present
2013-01-09 17:13:19 +08:00
Costin Leau
a8cc00689b SPR-6447
+ extracted datasource definition into a separate file to eliminate redundancy
+ introduce jdbc: namespace
2013-01-09 17:13:19 +08:00
Costin Leau
9617efef32 SPR-6447
+ improve DataSource setup
2013-01-09 17:13:18 +08:00
Costin Leau
19173a063e SPR-6447
+ improve DataSource setup
2013-01-09 17:13:18 +08:00
Costin Leau
c9c939de2a SPR-6447
+ add more clarifications
2013-01-09 17:13:18 +08:00
Costin Leau
d07705843c SPR-6447
+ moved JPA/AOP META-INF/ files into the webapp classpath
2013-01-09 17:13:18 +08:00
Costin Leau
8291c80122 SPR-6447
+ added on the fly db configuration to all contexts
+ removed schema numbers to always pick the latest version
2013-01-09 17:13:17 +08:00
Costin Leau
50b87ef75f SPR-6447
+ moved db files around
+ moved JPA/AOP META-INF/ files into the webapp classpath
2013-01-09 17:13:17 +08:00
Costin Leau
c0b90bf9ef SPR-6447
+ move jdbc scripts from META-INF into /resources
2013-01-09 17:13:17 +08:00
Costin Leau
521d01db95 SPR-6447
SPR-6448
+ commit the gross of the files
+ added maven pom
2013-01-09 17:13:17 +08:00