unsubscribe

2009-05-05 Thread Brian Williams
-- Brian E. Williams Senior Application Developer The Archer Group 233 King Street Wilmington, DE 19801 w: 302.429.9120 x225 f: 302.429.8720 http://www.archer-group.com --

Getting Restlet resources injected with Guice

2008-12-19 Thread Brian Williams
Hi Everyone. I'm attempting to use Guice with Restlet to inject session beans from EJB3 so that unit and module testing will be easier down the road. I found this helpful site with some code examples for getting started on this:

updated to 1.1.0 final and getting new error

2008-10-29 Thread Brian Williams
I have a restlet application inside a J2EE ear that connects to java beans and displays representations of them. All was working as I expected. I updated to the latest jars: org.restlet.jar com.noelios.restlet.jar com.noelios.restlet.ext.servlet_2.5.jar Now, when I browse to one of the pages

Browse a Directory from a web application inside jboss

2008-10-21 Thread Brian Williams
); router.attach(/garages, GarageResource.class); router.attach(/files, application); return router; } } Thank you all for your time, Brian Williams -- Brian E. Williams Senior Application Developer The Archer Group http://www.archer-group.com