Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
与request factoryin相关gwt。
request factory
gwt
如何/在哪里可以查看数据库中的实体记录(不使用任何代码)?
RequestFactory 是关于在您的客户端和服务器之间发送实体和其他对象以及要在它们上执行的操作。一旦对象到达服务器,就由您来管理它们的持久性。您可以使用 JPA、JDO、Objectify、Morphia 等,具体取决于您是否要使用 SQL DB、AppEngine Datastore、MongoDB 等。
RequestFactory 与 GWT-RPC 非常相似,如果这能让您更清楚的话。