Hi,
I am trying to figure out if I can configure two html pages map to the same java
source file - the reason is the java source file is doing lots of manipulations
of the objects/code and I don't want to duplicate it in two places -
unfortunately, the code (which I have inheritted,) was not written in object
oriented fashion so refactoring all the code is going to be a lot of work - am
trying to find out the easiest way that I can reuse code that is needed in two
pages that have similar things but flows are different - e.g. one page is
fowarding to a certain page and the other page will forward to another page..

Thoughts on how I can get this to work without having to refactor all the code?

Thx!
Dipita

Reply via email to