rest - need to make a restful web service call -


have built restful web services using resteasy, want call these web services... did bit of research , came across diff names jersey, restlet,resteasy client framework , few others.. confused 1 of these use.. 1 of these have big advantage on others..

thanks

you can implement hello world applications see 1 easier you.

i tried resteasy , jersey. coding style 90% same 2.

however, simple application resteasy , jersey, returning simple response same uri, resulted: resteasy 20 times faster jersey when number of concurrent users goes up.

although, not mean gonna time, may give idea. used default settings, maybe other settings needs changed better performance in jersey.

jersey able handle maxium of 500 concurrent users, 10 requests each whereas resteasy able perform 2000 concurrent users, 10 per request. @ 500 concurrent users, resteasy performing 18 times faster jersey.

you may want try simple demonstrates needs candidate frameworks see how perform. , in meantime doing this, idea how things work in each of them.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -