Search:

Type: Posts; User: praskrishna; Keyword(s):

Search: Search took 0.06 seconds.

  1. Team, I have put together a demo on how...

    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
  2. I have been contributing to a opensource grails...

    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...
  3. Replies
    7
    Views
    8,502

    We had a requirement where we had an application...

    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...
  4. I have a writeup on how you use ...

    I have a writeup on how you use SimpleMappingExceptionResolver.
  5. View Post

    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...
  6. Replies
    7
    Views
    3,238

    mvc:interceptors

    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...
  7. For annotation based Controller only worked

    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" />
    ...
  8. Spring Workflow: Long standing process and dehydration

    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....
Results 1 to 8 of 8