Search:

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

Search: Search took 0.08 seconds.

  1. Show Wizard's first page without creating a Session?

    Hi,

    I'm trying to implement a simple, 3-step wizard form by extending the AbstractWizardFormController (yes, I know about WebFlow :). However, I would like to avoid creating a Session on the...
  2. Thanks. I'll probably do both. I'll also try to...

    Thanks. I'll probably do both. I'll also try to submit a patch if I get it to work locally.
  3. Why is iBATIS startBatch() and executeBatch() missing?

    Hi,

    I'm just wondering why the startBatch() and executeBatch() methods are missing from the SqlMapClientOperations interface (and therefore SqlMapClientTemplate) for iBATIS support?

    The only...
  4. Replies
    4
    Views
    1,655

    Comments on Context IOC?

    I just read this article on TSS (http://stage.theserverside.com/articles/article.tss?l=IOCandEJB) and was wondering what Spring people think about the ideas presented. Some of it seems apppropriate....
  5. Thanks Omar. That is a good solution and it...

    Thanks Omar. That is a good solution and it worked well in testing. I will go with that for now.
  6. Replies
    5
    Views
    2,190

    No virus scanner running

    Maybe I just underestimated the actual amount of files in the archive as ev9d9 suggests. I had no virus scanner running when it happened. I also forgot to mention that I downloaded the...
  7. Replies
    5
    Views
    2,190

    Spring unzip takes unusually long time

    I recently downloaded and uzipped release 1.1.1 and 1.1.2 a couple of weeks apart to install on a P4 2.8 GHz machine and I was surprised at how long it takes to unzip the package. I used the Windows...
  8. How can I hook into showForm() from a WizardFormController

    Hi all,

    The AbstractWizardFormController overides the showForm() method and makes if -final- (showPage() is also final). I'm working on a WizardFormController and I would like to conditionally...
  9. Re: Flash Remoting / openamf + Spring........ Anyone?

    Hi Dan,

    We used OpenAMF very successfuly with Spring for a recent project. From your post, it seems like your OpenAMF gateway is not mapped correctly for the request. You should not be hitting ANY...
  10. Why not send email (JavaMailSenderImpl) in separate thread?

    Looking through the source code for JavaMailSenderImpl, i noticed that the email is sent synchronously in the send(...) method by directly calling transport.sendMessage(). I have always seen...
Results 1 to 10 of 10