weblogic « jersey « Java Enterprise Q&A





1. Why does JAXRS Jersey create temp directories on the app server?    stackoverflow.com

I am running Jersey on a weblogic server and I noticed a few extra folders were created. The folders look like this,

n179u/.tld_cache/jersey-server-1.0.3.1.jar/META-INF/taglib.tld
and contain the files
crc.ser and des.ser
So, my question is ...

2. Using Jersey and RESTful web services with Weblogic    stackoverflow.com

I am new to using the Jersey framework and developing a web service. I am using Weblogic v 10 as the app server for an existing project and trying to start ...

3. How do I build a single access web service?    stackoverflow.com

I have a Jax-RS Jersey web service on Weblogic. It runs fine but returns a large amount of data. The problem is if I have more that 4 calls for the ...

4. Weblogic REST Client with Jersey HTTPS: Handshake failure    stackoverflow.com

Setup: WL 9.2 + Jersey 1.1.5.1 on WL's Jrockit. Picked Jersey 1.1.5.1 because newer versions require Java 6, I believe. Weblogic EJB acts as REST Client and keeps getting this error:

ClientHandlerException: ...

5. how to use json with jersey client to .net REST svc with weblogic?    stackoverflow.com

My local tech stack is wl 9.2, jersey 1.1.5.1. The remote REST svc is in ASP.net, and the response in the request body is described in a document as

{
   ...