Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,792

    I don't know if spring does include an LDIF...

    I don't know if spring does include an LDIF parser but JLDAP does:

    http://www.openldap.org/jldap/
  2. When I was using the ServletEndpointSupport I was...

    When I was using the ServletEndpointSupport I was implementing the real business in a separate bean controlled by Spring. The Class extending the ServletEndpointSupport was only delegating to this...
  3. Replies
    2
    Views
    1,007

    Are you using the spring form tags or or the bind...

    Are you using the spring form tags or or the bind tag?
  4. Replies
    3
    Views
    1,533

    Are you shure that you are using the commons enum...

    Are you shure that you are using the commons enum correctly?

    As far as I know, the constructor should be made private and static instances of the Taste class should be registred within this class....
  5. Replies
    2
    Views
    1,006

    See...

    See http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/web/servlet/FrameworkServlet.html

    You can add a servlet init-param contextConfigLocation to the web.xml:



    ...
  6. +1 Thanks to all who contributed

    +1

    Thanks to all who contributed
  7. The OpenSessionInViewInterceptor only keeps the...

    The OpenSessionInViewInterceptor only keeps the Hibernate session open until the view is renderedl. If you put the command object into the servlet session and access it again in a next request, the...
  8. Replies
    43
    Views
    28,122

    Hi Jörg, What do you mean exactly? Do you...

    Hi Jörg,

    What do you mean exactly? Do you propose to put the classes for each layer into a separate package like in the jpetstore sample?

    I used this approach before and put the the...
  9. Replies
    4
    Views
    1,259

    Having a nested command as Marten explained is...

    Having a nested command as Marten explained is probably a better solution ;-)

    Having multiple controllers on one page, as I suggested previously, might result in a messy solution, now that I...
  10. Replies
    4
    Views
    1,259

    If you have multiple forms on your page you might...

    If you have multiple forms on your page you might also want to have multiple form controllers for handling the different form submits. Each form controller can have it's own form backing object.
  11. Replies
    43
    Views
    28,122

    Is there any best practice on how to use a...

    Is there any best practice on how to use a hierarchy of bean factories?

    I usually put data-source and transaction manager related beans(hibernateSessionFactory, dataSource, lobHandler) into a...
  12. Replies
    10
    Views
    27,918

    Agreed, an overkill

    Agreed, an overkill
  13. I have a similar problem described in this...

    I have a similar problem described in this thread:

    http://forum.springframework.org/showthread.php?t=32126

    I would be very interested in how others have solved this issue.

    Repackaging is...
  14. Replies
    1
    Views
    764

    I have a similar problem described here:...

    I have a similar problem described here:
    http://forum.springframework.org/showthread.php?t=32126

    What new feature did you read about? Where is it described?

    Thanks
  15. Replies
    10
    Views
    27,918

    How about writing a small framework for wireing...

    How about writing a small framework for wireing command line applications with spring? Maybe something similar to the MVC dispatcher servlet. One could dispatch to handler based on the command-line...
  16. Replies
    6
    Views
    6,536

    Thank you very much for this idea, I was using...

    Thank you very much for this idea, I was using MBeans in other projects before to configure parts of the application, but unfortunately this is not an option in this project, since it is required to...
  17. Replies
    6
    Views
    6,536

    Thank you very much for your reply I was as...

    Thank you very much for your reply


    I was as well considering to use existing features as much as possible. However, the problem is that there is already existing applications that are using this...
  18. Replies
    2
    Views
    774

    On the success view jsp you can have a form that...

    On the success view jsp you can have a form that posts back to the URL where your controller is configured to
  19. Replies
    6
    Views
    6,536

    configuration outside ear

    I need to be able to configure my J2EE application after it was compiled and packed.

    Before we used spring, we were reading some property files (and other resources), that kept specific...
  20. Replies
    2
    Views
    1,483

    You could put a ParameterizableViewController in...

    You could put a ParameterizableViewController in front of your JSP if it is just one jsp you want to expose:
    ...
  21. Replies
    3
    Views
    1,209

    You could put the context files into the...

    You could put the context files into the classpath and locate the via the classpath: resource string. You could also locate them with the file: resource string within your file system.

    see...
  22. Maybe you want to have a look into one of the...

    Maybe you want to have a look into one of the books from Rod Johnson. He explains the consequences of such an application architecture very well.



    Using stateless "singleton" service component...
  23. This mail you can find in the Spring Mailing List:

    This mail you can find in the Spring Mailing List:
  24. This issue is fixed in Acegi-1.0.1 that was...

    This issue is fixed in Acegi-1.0.1 that was recently released.
  25. Thanks a lot! I was planning to look into it...

    Thanks a lot!
    I was planning to look into it today.
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4