java - Combing Metro and Jersey -
i've been @ little while , mind has gone mush.
i'm wondering if can me out here. i'm trying make java web service (using own http server , not tomcat), supports metro , jersey. way client can connect web service anyway want whether soap or rest.
i've got metro part down can support doc/lit wsdls , rpc/lit wsdls i've having difficultly understanding jersey part support rest/xml , rest/json
also idea there 1 class endpoint methods written in , other classes extend it.
has used these 2 combined before? can point me direction of decent article or have example yourself?
thanks
metro implementaion of jax-ws used wsdl/soap based webservices. jesery implementation of jax-rs used maily restful based webservices. have used both in same project different purposes. can use apache httpclient restful services, jersery provides lot of useful annotations converting json, xml etc. hope helps.
Comments
Post a Comment