简体   繁体   English

vaadin和Google Java应用引擎

[英]vaadin and google app engine for java

I am trying to create the UI for a Google App Engine for Java web app 我正在尝试为Java Web应用程序的Google App Engine创建UI

(1) I tried creating a new Vaadin project- but when I try to run it I always get an error- Google.AppEngine.Datastore class is not recognized. (1)我尝试创建一个新的Vaadin项目-但是当我尝试运行它时,总是出现错误-无法识别Google.AppEngine.Datastore类。 How do I fix this error 我该如何解决此错误

(2) I would like to use Vaadin in an existing Google App Engine web application- how do I do this without going through the new Vaadin Project Wizard? (2)我想在现有的Google App Engine网络应用程序中使用Vaadin-如何不通过新的Vaadin项目向导进行操作? How do I create a vaadin based UI in an existing google app engine application? 如何在现有的Google App Engine应用程序中创建基于vaadin的UI?

(2) I asked the same question and the answer from one of the vaadin team was: (2)我问了同样的问题,vaadin团队之一的回答是:

It might not be so easy to add a Vaadin application to a GWT application. 将Vaadin应用程序添加到GWT应用程序可能并不容易。 The other way around is then again possible. 然后,另一种可能的方法又是相反的。 Maybe you could keep the two applications separate and just embed with an iframe or div the Vaadin app. 也许您可以将这两个应用程序分开放置,而只需将其嵌入iframe或div中即可使用Vaadin应用程序。

https://vaadin.com/de/forum/-/message_boards/view_message/570153 https://vaadin.com/de/forum/-/message_boards/view_message/570153

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM