Is it possible to use appengine modules and and cloud endpoints?

后端 未结 2 2032
臣服心动
臣服心动 2021-01-24 23:57

Using appengine modules implies creating dynamic web application instead of the usual appengine web application project. Cloud endpoints work well with the usual appengine Web A

2条回答
  •  滥情空心
    2021-01-25 00:25

    The solution to this case is within François POYER answer, but here is a version with no maven assumed.

    If you are using WTP to create and manage your appengine application and EAR:

    1. Ensure you are in the Java EE perspective
    2. Right click on your cloud endpoints project => "Google App Engine WTP" => "Generate Cloud Endpoint Client Library"

    If you do not see Google App Engine WTP and you only see "Google", its likely you have not selected the Java EE perspective.

    You do not have to use maven for this, simply use WTP to create and manage your EARs and appengine applications.

提交回复
热议问题