java - Example for using Guice with Endpoints Frameworks for App Engine version 2 -
does know example using guice new google endpoints frameworks app engine version 2.
in documentation
migrating endpoints frameworks app engine
guice mentioned @ end of docu. missing full example web.xml, appengine-web.xml, module class , eclipse.
- add
endpoints-framework-guicedependency. - add instance of
endpointsmoduleguicefilter. - additionally bind
guicefilter/_ah/api/*inweb.xmlwork around legacy url resolution issue.
Comments
Post a Comment