- Sep 19, 2016
- Jul 05, 2015
-
-
michaelisvy authored
-
michaelisvy authored
Still need to fix an issue for Joda Time to work together with AngularJS
-
- Jul 01, 2015
-
-
michaelisvy authored
-
michaelisvy authored
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
-
- Jun 30, 2015
-
-
michaelisvy authored
This article explains well why ui-router now is more popular: http://www.funnyant.com/angularjs-ui-router/
-
- Jun 27, 2015
-
-
michaelisvy authored
-
michaelisvy authored
-
- Jun 15, 2015
-
-
michaelisvy authored
-
- Jun 14, 2015
-
-
michaelisvy authored
-
- Jun 11, 2015
-
-
michaelisvy authored
-
- Jun 09, 2015
-
-
michaelisvy authored
-
Antoine Rey authored
-
Antoine Rey authored
-
- May 29, 2015
-
-
michaelisvy authored
-
- May 20, 2015
-
-
michaelisvy authored
-
michaelisvy authored
-
- May 12, 2015
-
-
michaelisvy authored
-
michaelisvy authored
so we always use the latest in the classpath
-
michaelisvy authored
-
michaelisvy authored
RSS is becoming outdated, JSon is a better example
-
- May 09, 2015
-
-
michaelisvy authored
Happens since introduction of new mvc namespace tag for content-negotiation
-
michaelisvy authored
-
- Apr 23, 2015
-
-
Vlad Selpukhin authored
-
- Apr 14, 2015
-
-
michaelisvy authored
-
- Apr 01, 2015
-
-
mklose 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());
-
- 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)
-