I just installed Glassfish V2 on my local machine just to play around with it.
I was wondering if there is a way to retrieve a param passed in by the GET HTTP method.
For instance,
http://localhost:8080/HelloWorld/resources/helloWorld?name=ABC
How do I retrieve the "name" param in my Java code?