- May 20, 2015
-
-
michaelisvy authored
-
michaelisvy authored
Update JDBC file naming in MySQL setup instruction
-
michaelisvy authored
fix typo
-
michaelisvy authored
Petclinic doesn't work with Java 8
-
- May 12, 2015
-
-
michaelisvy authored
-
michaelisvy authored
-
michaelisvy authored
so we always use the latest in the classpath
-
michaelisvy authored
-
michaelisvy authored
-
michaelisvy authored
RSS is becoming outdated, JSon is a better example
-
michaelisvy authored
- added json-path to pom.xml - added a simple test for Veterinarians
-
- May 11, 2015
-
-
michaelisvy authored
-
michaelisvy authored
-
- May 09, 2015
-
-
michaelisvy authored
Happens since introduction of new mvc namespace tag for content-negotiation
-
michaelisvy authored
-
michaelisvy authored
-
michaelisvy authored
-
- Apr 23, 2015
-
-
Vlad Selpukhin authored
-
- Apr 14, 2015
-
-
michaelisvy authored
-
michaelisvy authored
-
- Apr 01, 2015
-
-
mklose authored
-
- Mar 26, 2015
-
-
michaelisvy authored
-
- Jan 21, 2015
-
-
michaelisvy authored
-
- Jan 20, 2015
-
-
michaelisvy authored
-
michaelisvy authored
-
michaelisvy authored
-
- Jan 16, 2015
-
-
michaelisvy authored
-
michaelisvy authored
-
michaelisvy authored
-
- Dec 05, 2014
-
-
michaelisvy authored
There seems to be a conflict between the following: 1) New MVC namespace syntax: <mvc:content-negotiation use-not-acceptable="true"> <mvc:default-views> <bean class="org.springframework.web.servlet.view.JstlView"> <property name="url" value="" /> </bean> </mvc:default-views> </mvc:content-negotiation> 2) Inside my Unit test: ResultActions actions = this.mockMvc.perform(get("/vets.xml").accept(MediaType.TEXT_XML)); actions.andDo(print()); // action is logged into the console actions.andExpect(status().isOk());
-
michaelisvy authored
-
- Nov 28, 2014
-
-
michaelisvy authored
We were planning to create a ‘help’ but it never happened
-
michaelisvy authored
-
michaelisvy authored
-
michaelisvy authored
Took that opportunity to use custom tag (14 lines versus 2 lines)
-
michaelisvy authored
Previously was in session scope (doesn’t scale as well)
-
michaelisvy authored
- Now using namespace, much simpler (11 lines instead of 27) - Just a minor issue with: <bean class="org.springframework.web.servlet.view.JstlView"> <property name="url" value="" /> </bean> (should investigate later if we can remove “url” attribute
-
- Oct 18, 2014
-
-
michaelisvy authored
-
michaelisvy authored
Also had to make changes because Spring now uses com.rometools for RSS feeds See here for more details: https://jira.spring.io/browse/SPR-11893
-
michaelisvy authored
-