try {
// Register service
PonyServiceRegistry.registerPonyService(new TradingServiceImpl());
// Start webserver
final ApplicationLoader applicationLoader = new ApplicationLoader();
final HttpServlet httpServlet = new HttpServlet();
httpServlet.setEntryPointClassName("com.ponysdk.sample.trading.client.TradingSampleEntryPoint");
final BootstrapServlet bootstrapServlet = new BootstrapServlet();
bootstrapServlet.addStylesheet("css/sample.less");
bootstrapServlet.addStylesheet("css/ponysdk.less");