AlphaLolz
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.
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Not a problem, glad to help!
ASKER
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.