Skip to content

Instantly share code, notes, and snippets.

View paulgrimaldo's full-sized avatar

Paul Fernando Grimaldo Bravo paulgrimaldo

View GitHub Profile
@paulgrimaldo
paulgrimaldo / gist:83cb7612d3374f875508f7396edb22b3
Created November 17, 2020 19:35 — forked from liweinan/gist:2622424
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