David H. Young wrote:
Thanks David... I'm speaking to a group that's dominated by jboss
developers... All I'm looking for are URLs that are supported by an
xmlc/jboss implementation on the server side.
You've intrigued me with the "struts+xmlc" reference. Are the two
integrated in your design? Or sitting side-by-side?
Well, we don't use any JSPs. I guess I'd say they're integrated.
Struts Actions are responsible for invoking a PresentationObject which
in turn is responsible for using an XMLC generated file to produce the
actual output. The bulk of the work has not been on Struts integration,
but refactoring presentation code into reusable objects. (Yes, I know
about Barracuda). The one thing we didn't do, but could have, was to
make actions that are specifically focused on presentation, which would
make them integrate a bit more like JSPs.
Thanks,
David
|