tags:

views:

77

answers:

2

Hi all! I wanna build a server web services using J2ee! But I don't know what is best j2ee framework! Plz help me choose the best in many j2ee framework. I attend to interoperability, performance, security and changability.

P/S my server will not using for website but it will using to distribute application (for mobile).

+1  A: 

JAX-WS, JAX-RS, JAXB

keshav.veerapaneni
I think that jax-ws is not a framework ?
Thành Lê
Its a jsr but no less powerful than any third party framewrok, it simplifies both web service creation and invocation a lot. moreover it is supported any j2ee compliant engine hence making your services prortable to any engine. you can as well given a wsdl generate both client proxies and implementation skeletons using tools like eclipse, netbeans etc.
keshav.veerapaneni
A: 

You can check a similar article here

lalit