Link to home
Start Free TrialLog in
Avatar of AlphaLolz
AlphaLolzFlag for United States of America

asked on

Most portable framework for Java Web Services

We're wanting to put together a web service that we can deploy on various systems at our company.

We use JBoss, WebLogic (Oracle Fusion now) and WebSphere and sadly enough Netweaver (for our SAP environment).

Not wanting to maintain a pile of different sets of code we're trying to figure what framework or technique would give us the best range of application platforms on which to deploy this java web service.

What would be the best approach to creating a web service that would work across this range of application servers?  We're also going to need to use MTOM for file upload/dnload in the same platforms.
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AlphaLolz

ASKER

Thanks.

I was thinking JAX-WS might be ideal (not being a fan of what I've seen to date with restful), but I'll check on JAX-RS as well.
Not a problem, glad to help!