Re: Pros and cons of multi module applications

2006-11-25 Thread Ted Husted
It's not difficult to migrate. We did the same with three of our appilcations, by combining them in to the single struts-examples application. The session would be shared, so beans with the same name would be a problem, if they shouldn't overwrite each other. Tiles should work just fine with mod

Pros and cons of multi module applications

2006-11-22 Thread Mikolaj Rydzewski
Hi, I've got three similiar web applications (struts 1.3). They are a part of one service, with single-sign-on enabled. It works fine. I wonder how difficult would it be to convert them into one, module aware application. There are session form-beans used. Probably with the same names. Would