--- Richard Sayre <[EMAIL PROTECTED]> wrote: > I dont see any need for .NET interoperability in the > future, but it would hurt to have that option.
I like your typo more than what you actually meant ;) > After talking briefly with a more experienced analyst, he mentioned > that SOA might be worth checking out. I am kind of getting away from > a struts topic now but, since I am designing this system from scratch, > and it has to communicate with a J2EE / Struts that we currently have > in place is SOA a good solution? Another thing to look at is the RESTful plugin. It allows the same action to serve back data in different formats depending on (well, I'm simplifying) the extension used to call the action. This means your action could return JSON, XML, HTML, heck, CSV, depending on how it was called. This is a lighter-weight approach to SOA that allows for a pretty high degree of flexibility; it can be used to feed AJAX components, Flash apps, plain-old-websites, testing, etc. and can serve as a stepping stone* to more elaborate SOA architectures if it turns out more is necessary. Dave * RESTful Plugin: the Gateway Drug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]