Commit graph

389 commits

Author SHA1 Message Date
Dapeng
a2a9725618 format codes 2016-09-19 15:04:07 +08:00
Dapeng
8c4e274914 remove dependency with joda time to simplify the project dependencies 2016-09-19 15:03:53 +08:00
Dapeng
175cf7dfac migrate to spring-data for repositories 2016-09-19 15:03:02 +08:00
Dapeng
f22bfed274 format codes 2016-09-19 15:01:58 +08:00
Dapeng
7c131fd4dc add simple error handler for OwnerController.js 2016-09-19 15:01:01 +08:00
Dapeng
080f9e4142 remove unused files 2016-09-19 11:10:33 +08:00
Dapeng
4ea10b410f remove unused files 2016-09-19 11:09:46 +08:00
michaelisvy
1a6d710e27 removing all JSPs that have been migrated already 2015-07-05 17:53:51 +08:00
michaelisvy
e40a958a8e added basic form for Edit Pet
Still need to fix an issue for Joda Time to work together with AngularJS
2015-07-05 17:52:11 +08:00
michaelisvy
3d6685d0ae removing MediaType declaration 2015-07-01 09:39:19 +08:00
michaelisvy
fedb7d43fc Merged OwnerListResource and OwnerResource
Realised that @ModelAttribute annotated methods are not suitable
because they can’t be used in 2 cases:
- when I’m using a list of Owners
- when I’m creating a new Owner

So we’re just calling the “retrieveOwner” method manually
2015-07-01 09:16:02 +08:00
michaelisvy
e493177709 migrated from angular-router to ui-router
This article explains well why ui-router now is more popular:
http://www.funnyant.com/angularjs-ui-router/
2015-06-30 09:31:09 +08:00
michaelisvy
b67ce6b1ab code migrated to Angular-ui-router 2015-06-27 16:59:29 +08:00
michaelisvy
ef2ba55a9d deleted unused bower dep. and added ui-router 2015-06-27 16:59:11 +08:00
michaelisvy
8fba986a57 added comments 2015-06-14 21:54:51 -05:00
michaelisvy
41ec22b4be ownerForm and validation now working 2015-06-14 20:50:22 +08:00
michaelisvy
f1508666ec initial commit for AngularJS branch 2015-06-11 17:14:16 +08:00
michaelisvy
8d20340518 removed unused attribute #64 2015-06-09 17:14:53 +08:00
michaelisvy
8965499757 Merge pull request #82 from arey/#64-optim1
#64 Optimize N+1 select by using the OneToManyResultSetExtractor
2015-06-09 15:13:32 +08:00
Antoine Rey
fb64465802 Add some javadoc 2015-06-09 08:40:49 +02:00
Antoine Rey
818529b5b1 #64 Remove N+1 select by using the OneToManyResultSetExtractor of Spring Data Core JDBC Extensions 2015-06-09 08:37:20 +02:00
michaelisvy
08d55c975f Merge pull request #81 from srenkens/patch-1
Update readme.md
2015-06-06 07:36:31 +08:00
srenkens
ae15df1b61 Update readme.md
Updates the jsp url for the sample usage in JSP
2015-06-05 12:37:46 +02:00
michaelisvy
cb6bd875de Putting encoding filter first per #80 2015-05-29 15:20:10 +08:00
michaelisvy
b265fc802d Adding instruction to fix build on Maven 3.2.x 2015-05-29 15:16:17 +08:00
Antoine Rey
ad423f5750 Change javaconfig branch URL to spring-projects 2015-05-29 08:07:39 +02:00
michaelisvy
e8ba735e05 updates on links
- updated some links
- removed some broken links
2015-05-23 09:41:21 +08:00
michaelisvy
546ba6b5e9 minor presentation fix 2015-05-23 09:34:03 +08:00
michaelisvy
19ef3be859 adding Java Config to links on github homepage 2015-05-23 09:32:04 +08:00
michaelisvy
72dc0c882f Merge pull request #48 from 7footmoustache/patch-1
Fixed some typos in comments
2015-05-20 23:28:00 +08:00
michaelisvy
83301cb602 Centering content 2015-05-20 23:21:37 +08:00
michaelisvy
54b7d87ff2 Fixing log back warning per #59 2015-05-20 23:18:19 +08:00
michaelisvy
c00d1abf23 Merge pull request #72 from ka2m/master
Update JDBC file naming in MySQL setup instruction
2015-05-20 23:14:45 +08:00
michaelisvy
c553d39f8d Merge pull request #67 from mklose/patch-1
fix typo
2015-05-20 23:13:04 +08:00
michaelisvy
3945cbaeba Fixing #54
Petclinic doesn't work with Java 8
2015-05-20 21:43:19 +08:00
michaelisvy
271225c29a libs upgrade 2015-05-13 01:07:57 +09:00
michaelisvy
c8e360298b fixed bug: vets.html did not display properly 2015-05-13 01:07:46 +09:00
michaelisvy
91ed548481 removing xdd version number
so we always use the latest in the classpath
2015-05-12 19:55:15 +08:00
michaelisvy
4c859ed512 minor update on comment 2015-05-12 19:52:00 +08:00
michaelisvy
a59505897d removed unused dependency to spring-jms 2015-05-12 19:11:11 +08:00
michaelisvy
80c1d243a1 Removed RSS/rome and added JSon
RSS is becoming outdated, JSon is a better example
2015-05-12 19:07:35 +08:00
michaelisvy
c2c404bff5 JSon support
- added json-path to pom.xml
- added a simple test for Veterinarians
2015-05-12 18:55:24 +08:00
michaelisvy
ecd9ccb227 fixed POM configuration issue for Spring Data 2015-05-11 09:44:33 +08:00
michaelisvy
f958964c3c moving to Java 1.8 by default 2015-05-11 08:39:59 +08:00
michaelisvy
9914056a81 removing test that causes lots if issues
Happens since introduction of new mvc namespace tag for
content-negotiation
2015-05-10 06:45:39 +08:00
michaelisvy
f760aaf9d5 removing unneeded dependency-management block 2015-05-10 06:44:17 +08:00
michaelisvy
b20ba1aeef Merge branch 'Cobertura' 2015-05-10 06:35:43 +08:00
michaelisvy
694390d0c2 migrated assertion to assertJ 2015-05-10 06:33:10 +08:00
Vlad Selpukhin
099b848b62 Update JDBC file naming in MySQL steup instruction 2015-04-23 15:43:48 +03:00
michaelisvy
38a5b28e29 Improving/fixing comments 2015-04-14 09:27:41 +08:00