Skip to content

Instantly share code, notes, and snippets.

View paulgrimaldo's full-sized avatar

Paul Fernando Grimaldo Bravo paulgrimaldo

View GitHub Profile
@liweinan
liweinan / gist:2622424
Created May 6, 2012 13:58
RESTEasy Code Reading
# Two different startup procedure
The one is to use ConfigurationBootstrap.
The other one is to use javax.ws.rs.Application as servlet name.
TODO: add more informations/code details on it.
# Startup Procedure