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.

  1. add endpoints-framework-guice dependency.
  2. add instance of endpointsmodule guicefilter.
  3. additionally bind guicefilter /_ah/api/* in web.xml work around legacy url resolution issue.

Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -