Team,
I have put together a demo on how Spring Batch works with Hadoop @ http://krishnasblog.com/2012/05/07/jumpstart-hadoop-with-spring/ .
Let me know if it is useful.
Krishna
Type: Posts; User: praskrishna; Keyword(s):
Team,
I have put together a demo on how Spring Batch works with Hadoop @ http://krishnasblog.com/2012/05/07/jumpstart-hadoop-with-spring/ .
Let me know if it is useful.
Krishna
I have been contributing to a opensource grails project – Agile Tracking Tool (Scrum). This is a medium complex web application. It clearly demonstrates aspects like,
• Spring Security
• Graphs and...
We had a requirement where we had an application in production and was developed in Spring MVC and the velocity of developing new features were slow. We had to explore alternate frameworks like...
I have a writeup on how you use SimpleMappingExceptionResolver.
I tried as above and for some reason, it was not working. I used <mvc:interceptors> and it started working
refer this link for more information for details http://ramya.bhaavana.net/krishna/?p=50...
I tried as above and for some reason, it was not working. I used <mvc:interceptors> and it started working
refer this link for more information for details http://ramya.bhaavana.net/krishna/?p=50...
None of the other methods in the net worked for me.
This sample configuration worked for me,
<mvc:annotation-driven />
<context:component-scan base-package="com.hcl" />
...
Team,
I needed a lightweight workflow for my project and was able to progress a lot by setting up the Spring Workflow sample, thanks to the codebase @ https://github.com/abashev/spring-workflow....