Dave's probably right about a missing abstraction.

How about if the RequestManager (That's App1, right?) has a service
for accepting posts from the RequestHandler (App2, right?).  Then you
can deploy new forms to RequestHandler and RequestManager just accepts
any form POST from that application?

RequestManager needs to know what type of interface it's expecting..
so there probably needs to be some commonality between the forms in
RequestHandler.. that's the abstraction that needs defined.

Am I on the right track, or still missing something?

-- 
Greg Akins
http://twitter.com/akinsgre

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to