I have a Jersey client that is hooked up using Guice. Really hooked up :) The resources are also created using Guice.
This is what I\'m trying to do: @Path(\"/finder\") public class Finder { @Path(\"/{name}\") public Proxy find(@PathParam(\"name\") String name) {
After searching online this is a question I have been unable to find an answer for. My Web Application is deployed to the tomcat server i know this is all working as the index.jsp displays the text. b
Hi I\'m using GigaSpaces XAP which basically uses Spring and ApplicationContext to do all it\'s init and config etc... At some point in time during the loading of the web application a \"cache\" or wh
I have a problem with glassfish to serve swf files. In my application there is a little swf file to use TableTools plugin on datatable and when I try to open this page with any browser everything goes
This is what I\'m doing: $ wget wget --no-check-certificate --quiet \\ https://repository.jboss.org/nexus/content/groups/public/com/sun/jersey/jersey-server/1.4/jersey-server-1.4.jar
I have a simple Jersey jax rshello world application that I am trying to deploy to my tomcat server so i can call the resource url and check and see if it gives me the required output butwhen i set th
I\'ve been trying to choose which technology to use for a REST application and have found 4 candidates:
I\'m trying to create REST services using Jersey (builtin) on Glassfish. I installed GlassFish Server Open Source Edition 3.0.1 (build 22). This is my web.xml:
I have two simple resource classes in my Spring configured web service application. The root one (/reports) works correctly while any path after that returns a 404.Here are the resource classes: