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.
Type: Posts; User: l4r5; Keyword(s):
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.
SimpleFormController
http://www.springframework.org/docs/api/org/springframework/web/servlet/mvc/SimpleFormController.html
AbstractFormController (superclass)
...
problem was <DefaultContext cookies="false" /> in the tomcat server.xml...
I feel pretty ashamed of myself now...
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...
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...
Thank you!!!!!!!!!!!!
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...
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>
...
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.
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...
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...
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...
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...