This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes Using current struts 1.x projects in struts 2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Using current struts 1.x projects in struts 2" Watch "Using current struts 1.x projects in struts 2" New topic
Author

Using current struts 1.x projects in struts 2

Matthew Scott
Greenhorn

Joined: Jun 19, 2008
Posts: 4
I apologize that this has already been answered, but in regards to applications already developed in Struts 1.x, will they function the same if switched to Struts 2?
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

No, they are entirely different frameworks.

There's no reason they can't exist side-by-side in the same application. There is also a Struts 1 plugin for Struts 2 that allows the use of S1 action classes, but it doesn't let us use S1 tags, so I'm not sure it's worth it.

Dave
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Using current struts 1.x projects in struts 2
 
Similar Threads
struts 1 to struts 2
Struts 1.x Vs Struts 2.x
How to get file path in Struts file upload tag
Difference between struts 1.1 and 1.2
Struts 1.x