The model does not support Struts 1.1 concepts:
* per-application pluggable MessageResources factories
* per-application controller configuration
Model classes need to be designed, and then integrated
throughout, including struts-config import and persistence.
Logged In: YES
user_id=320603
MessageResourcesConfig added to model. Still need to adjust the
struts-config reader and the persistence manager to deal with it, but this
is a start.
Logged In: YES
user_id=320603
MessageResourcesConfig added to model. Still need to adjust the
struts-config reader and the persistence manager to deal with it, but this
is a start.
Logged In: YES
user_id=320603
Message Resources is done, in persistence, import, and GUI. Per-
module controller configs yet to be done.
Logged In: YES
user_id=320603
This one is close. I've just checked in base GUI classes and all of the
model stuff. Outstanding issues: need a real icon for the tree node (I
just copied something in as a place holder), and I'm not quite sure how
to deal with two integer properties of ControllerConfig -- I did them with
the basic TextHandler and that doesn't quite fly. Part of any alternative
solution may also want to account for a not-set state so that we can
distinguish between the default value and a user-entered value.
Logged In: YES
user_id=320603
By the way, I haven't touched any of the file generation
issues for these. I'm not sure when I'll get to them, but
they should be done before this is closed.
Does anyone else want to pick those up?
Logged In: YES
user_id=320603
I noticed some missing attributes from model elements we'd already
included. Tonight I checked in changes to ExceptionConfig to support
the "bundle" property, and changed persistence, import, and GUI
accordingly. Then I noticed missing "roles" and "className" property
from ActionMapping. I added those properties to the class, but HAVE
NOT YET done persistence, import, GUI. GUI may need some
consideration, since two more properties to ActionMapping makes it
pretty crowded...