Re: RequestFactoryServlet config and symbolMapsDirectory

2012-01-22 Thread Thomas Broyer
On Sunday, January 22, 2012 5:52:05 PM UTC+1, Stephen Buergler wrote: > > Shouldn't the stuff in > com.google.web.bindery.requestfactory.server.RequestFactoryServlet.ensureConfig() > > be in init() instead so you don't have to call it for every POST? It seems like it could. Feel free to cont

RequestFactoryServlet config and symbolMapsDirectory

2012-01-22 Thread Stephen Buergler
Shouldn't the stuff in com.google.web.bindery.requestfactory.server.RequestFactoryServlet.ensureConfig() be in init() instead so you don't have to call it for every POST? Also is there a reason it doesn't default to looking for the symbolMapsDirectory wherever gwt normally puts them by default