Search:

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

Search: Search took 0.01 seconds.

  1. Confusion...

    In my opinion, this will just further confuse people.

    I clicked on this thread because I thought it had to do with Matt Raible's project.
  2. Replies
    1
    Views
    876

    SimpleFormController ...

    SimpleFormController

    http://www.springframework.org/docs/api/org/springframework/web/servlet/mvc/SimpleFormController.html

    AbstractFormController (superclass)
    ...
  3. problem was in...

    problem was <DefaultContext cookies="false" /> in the tomcat server.xml...

    I feel pretty ashamed of myself now...
  4. update on the situation.... I just tried the...

    update on the situation....

    I just tried the code at home seems to work......same version of tomcat but different version of jdk (4 at work and 5 at home)...

    Do any of you think the version of...
  5. handleInvalidSumbit in AbstractWizardFormController

    This is driving me nuts...

    I have an AbstractWizardFormController (RegistrationController) with 2 jsps (register1.jsp, register2.jsp) and 1 command object (RegistrationForm).

    I set the...
  6. Thank you!!!!!!!!!!!!

    Thank you!!!!!!!!!!!!
  7. Replies
    6
    Views
    1,250

    I have a Struts application and a Spring...

    I have a Struts application and a Spring application. The point is to avoid having to rewrite one of the applications and make them work together seamlessly...

    I know that you can either choose...
  8. Replies
    6
    Views
    1,250

    I'm hoping it's as simple as putting something...

    I'm hoping it's as simple as putting something like this in my web.xml



    <servlet-mapping>
    <servlet-name>spring</servlet-name>
    <url-pattern>*.so</url-pattern>
    ...
  9. Replies
    6
    Views
    1,250

    Spring MVC & Struts...

    Is it possible to use them concurrently in an application?

    Basically, I have an old struts application, and a new Spring MVC application which I want to put together in one application.
  10. Replies
    1
    Views
    1,001

    Sorry to bring this up again but contrary to what...

    Sorry to bring this up again but contrary to what I mentionned, it seems as though session replication is working intermittently in tomcat for the spring jpetstore, has anyone ever clustered this...
  11. Replies
    1
    Views
    1,001

    Spring + Session Replication

    I'm trying to setup load-balancing with tomcat via mod_jk for one of our spring-enabled applications.

    Now my tomcat setup works fine as I've managed to enable session replication for the sample...
  12. Replies
    4
    Views
    1,516

    Well, my process goes as follows : 1. Delete...

    Well, my process goes as follows :

    1. Delete all rows in database.
    2. Get all rows from other database in a list.
    3. Do the inserts with a for loop.
    4. Commit or rollback transaction depending...
  13. Replies
    4
    Views
    1,516

    Quartz performance

    I have a class that populates data from an external database. About 940 000 rows exactly. If I run the class through JUnit, it completes in less than 10 minutes, however, if I run it through Quartz...
Results 1 to 13 of 13