Joe Yuen wrote:
I have an application that currently is implemented using struts
1.2.8  + spring 1.2.8 + hibernate. What would be the advantages to migrate this
> to a struts 2 + hibernate solution?

Er, huh?

In my experience it's *spring* that sits at the core of an app. That's the thing that doesn't go away.

The web-framework (s1, webwork, s2, jsf, wicket), the persistence technology (hibernate, jpa backed with hibernate, ibatis, etc.) should all sort of orbit around the spring core, swapping in a new web-framework should be way easier if you keep your spring core around.

Why would you cut Spring out of the mix when you move to S2?

- Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to