Hi,
you can find this sample at glassfish-samples.dev.java.net project..
cvs -d :pserver:username_at_cvs.dev.java.net:/cvs checkout glassfish-samples
rest sample is located at ./ws/javaee6/rest/message-board-war
to proper function you have to set modify properties:
gf location and host
./ws/bp-project/app-server.properties
junit location (v4.0+ is required)
./ws/bp-project/test.properties
then you can run "ant run" in message-board-war directory, sample will
be build, packaged and deployed and main page of the sample will be
opened in your browser (in most cases it would be
http://localhost:8080/message-board-war/ )
it works only with gf build 47+, and jersey 1.1.0,0-0.1 (4/27/2009)+
Regards,
Pavel