Re: Strategies for Large Struts Application (LONG)

2005-02-18 Thread Illya Kysil
Matthew Hughes wrote: ...[large section removed]... What is the best solution? Put a tag on every page, or insert the context path before every link, image source, frame source. OR I have an idea of using JavaScript to just parse through all the links, image sources, and prepend the context path

Strategies for Large Struts Application (LONG)

2005-02-16 Thread Matthew Hughes
I inherited a rather large Struts application a couple of months ago. It was rather badly organized and almost no test code exists for either the business code or Actions. One of the many problems I have working with this code is that all the Action classes (200+) exist in one flat package with no