Hi guys,
I need to maintain a
jsp file. Different actions are taken according to the value of certain condition that i retrieve from a bean object. the first time i did it i ended up with a series of if-else statements and each new case requires the whole logic to be examined again. In one
word this is becoming really tiring and not good at all.
I was thinking if some one can suggest a technology or anything that might ease the problem (xml configurator, tags ... )
thx