Mic
0e60b03708
fixed naming issue in vet list
2013-02-07 10:31:18 +08:00
Mic
47ddd6f934
Fixed issue with Atom export
2013-02-07 10:08:53 +08:00
Mic
97e1890867
web config enhancements
...
- web.xml is now simpler
- mvc config file has been split into 2 files
2013-02-07 10:01:53 +08:00
Mic
5b8ef8ea10
replacing one Spring Data Repo with native JPA
...
see https://jira.springsource.org/browse/DATAJPA-292
2013-02-07 09:25:30 +08:00
Mic
8f531f366f
added custom tag
2013-02-06 21:31:07 +08:00
Mic
07e535a75e
fixed issue in the 'createVisit' form
2013-02-06 17:41:38 +08:00
Mic
57c9043121
fixed issues in the Pet creation form
2013-02-06 17:33:11 +08:00
Mic
6eae69719f
improved pet creation form
2013-02-05 12:21:51 +08:00
Mic
ab5a3e29cb
improve look and feel of the menu bar
...
- titles are now aligned
- text color now matches icons color
2013-02-05 09:58:42 +08:00
Mic
60cfb7fb37
fixed JDBC bug
2013-02-05 09:50:01 +08:00
Mic
ae9085de62
added CrashController to showcase behaviour when exception occurs
2013-02-05 09:49:33 +08:00
Mic
2df7267a48
updated a broken link and renamed script files for mysql
2013-02-01 09:40:23 +08:00
Mic
be84882762
removed Eclipse/IntelliJ files
...
per feedback from Thibault Duchateau
2013-02-01 09:35:49 +08:00
Mic
2ebf7567b9
packagesToScan doesn't need a list of values
...
(feedback from Oliver Gierke)
2013-02-01 09:29:20 +08:00
Mic
e97c9a45d4
removed Autowiring at the field level
...
(feedback from Oliver Gierke)
2013-02-01 09:28:58 +08:00
Mic
74eb3e72fe
removing JdbcTemplate so we use NamedParameterJdbcTemplate solely when possible
2013-01-31 21:57:19 +08:00
Mic
f44e383462
fixed lazy loading issues
...
also renamed some local variables in Unit tests
2013-01-30 11:20:22 +08:00
Mic
56c7671939
webapp now using JPA by default
2013-01-30 11:19:48 +08:00
Mic
8b6cfab27d
removing datasource declaration so we only rely on an internal database connection pool
2013-01-30 09:05:17 +08:00
Mic
e93f0f60a6
removing xml OR mapping so we only use annotations
2013-01-30 09:04:48 +08:00
Mic
3482d549ea
renamed profiles and removed unnecessary@DirtiesContext annotation so the Test suite now runs in 40% less time
2013-01-29 17:47:45 +08:00
Mic
87e08f7b99
misc updates to tutorial page
2013-01-29 13:08:48 +08:00
Mic
4cd69795d2
removed unneeded declarations inside web.xml
2013-01-28 17:50:47 +04:00
Mic
0c2408390e
removed appserver-specific files
2013-01-28 17:01:30 +04:00
Mic
feca50d272
added jQueryUI
2013-01-22 09:29:49 +01:00
Mic
95cb32d86d
used tag c:out for EL to prevent HTML injection
2013-01-19 03:02:12 +08:00
Mic
d88b565d28
migrated all dates to joda time
2013-01-19 02:53:27 +08:00
Mic
c4b5a98ac8
navbar, reorganized JSP folders
2013-01-18 18:32:23 +08:00
Mic
f06cf8c3fa
Improvements to layout
2013-01-18 17:17:40 +08:00
Mic
97aba3f4e6
added a Spring Data implementation
...
- there are now 3 data access implementations (jdbc, jpa and
spring-data-jpa)
- added corresponding bean profiles
- JUnit tests are now successful
2013-01-18 16:56:01 +08:00
Mic
c9c8c4e085
moved the ClinicRepository into some separate repos
...
There is still some polish up to be done.
2013-01-17 15:27:27 +08:00
Mic
16b1476c40
Simplified exception page handling
...
- so we don't use JSP scriptlets anymore
- Used input from http://www.thymeleaf.org/petclinic.html
- also some improvements to SimpleMappingExceptionResolver make it
easier to get the error message from the JSP
2013-01-16 12:46:23 +08:00
Mic
3d22e37944
improvements to Visit controller
...
- renamed
- migrated validation to bean validation
2013-01-16 11:07:39 +08:00
Mic
ece1a7a7ac
fixing a RequestMapping issue
...
caused images not to be loaded
2013-01-16 11:02:37 +08:00
Mic
e9b6aff0d4
Merged Pet Controllers into a single one
2013-01-16 10:57:50 +08:00
Mic
0fe479390b
improvements to Owner Controller
...
- migrated to bean validation annotations
- merged to one single controller
2013-01-16 10:30:20 +08:00
Mic
5432a1932c
started adding support for Spring Data
2013-01-15 17:31:01 +08:00
Mic
df5c5ca59d
gave more explicit names to JSPs
2013-01-15 10:57:36 +08:00
Mic
ffa0a6a1cf
improved alignment in forms
2013-01-15 10:38:24 +08:00
Mic
6f7b42206e
added .html extension for all JSP/html content
2013-01-15 09:42:45 +08:00
Mic
05c1110dce
fixed content negotiation configuration
2013-01-15 09:29:01 +08:00
Mic
bfa4f85a83
removed source folder (not used anymore)
2013-01-14 23:44:06 +08:00
Mic
09c92b3072
general cleanup
...
- removed unneeded Spring config files
- moved i18n files to a dedicated folder
2013-01-14 23:43:13 +08:00
Mic
5c25ef9cc1
removed former Hibernate xml configuration
2013-01-14 23:40:25 +08:00
Mic
0c2665f1b4
added bean profiles for jdbc/jpa
2013-01-14 23:36:06 +08:00
Mic
b459ca3377
added aspectj decaration. All JUnit tests are now successful
2013-01-14 23:23:07 +08:00
Mic
608c42f74b
migrated from SimpleJdbcTemplate to JdbcTemplate
2013-01-14 22:13:04 +08:00
Mic
4e35adb6b0
migrated to hsql 2.2.8 and fixed a couple of JPA issues
2013-01-14 16:55:09 +08:00
Mic
9f8acc05ad
migration to JPA annotations
...
- added JPA annotations to POJO classes
- merged JPA Repos with Hibernate repos so we only use JPA
- renamed .txt files to .sql
- moved Spring configuration files so it is easier to use them inside
JUnit tests
2013-01-14 16:12:05 +08:00
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