DJ Corpuz

Greenhorn
+ Follow
since Dec 05, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by DJ Corpuz

Yup you can create it in the same level as the struts.xml

here is what my struts.properties looks like

struts.objectFactory = spring
struts.devMode = true
struts.enable.DynamicMethodInvocation = false
struts.custom.i18n.resources=messages
struts.mapper.class=com.springstruts2.web.struts.action.Mapper
struts.multipart.parser=org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest
struts.multipart.maxSize=102400000
struts.multipart.saveDir=c:/export
16 years ago
I'm currently using spring in one of my projects that I'm doing. Now Struts 2 has come into the picture as our Software architect said that its one of things that we could use in our project. I was hoping if someone could help me better understand how to tie up Spring and Struts 2 together. BTW were also using Hibernate that's tied up with Spring. So any help would really be appreciated

Thanks!
16 years ago