Search:

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

Search: Search took 0.01 seconds.

  1. It helped, thanks man.

    It helped, thanks man.
  2. ModelAttribute on exception handlers

    I am new to spring MVC. So, sorry if I am saying something that does not make any sense.
    I would like to get the modelAttribute(my form object) in my exceptions handlers, is that possible?
    So, I...
  3. Spring MVC: Exception handler sending user back to page that generated the submit.

    Here is my scenario:

    User opens the form page,
    User fills up the form and press the submit button,
    If the form data is OK the success page is showed,
    If something is NOT OK, throws a...
  4. No I did not... So, I have add the class with...

    No I did not...
    So, I have add the class with that annotation in the job listeners list.
    That was my doubt
    Thank you.
  5. Where can I use @beforeJob annotation?

    Hey guys,
    I am trying to use the @beforeJob annotation.
    I create a method in a simple class.
    public void doBeforeJob(JobExecution jobExecution) {}
    but the annotation seems not work.
    Can I use...
  6. Replies
    0
    Views
    562

    batch:step and initialization

    Hey guys,
    I am having problems with lazy init and spring batch jobs.
    So, I am developing an application that has 3 jobs.
    Each job uses different databases.

    My jobs should be lazy.
    I can...
  7. anyone? Has anyone tried to register a bach:job...

    anyone?
    Has anyone tried to register a bach:job using quartz with spring ?
  8. Spring batch job and SchedulerFactoryBean

    Hey guys,
    I am having problems while registering spring batch job with SchedulerFactoryBean.
    Here is my applicationContext.


    <?xml version="1.0" encoding="ISO-8859-1"?>
    <beans...
Results 1 to 8 of 8