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 factoryいgwtます。
request factory
gwt
(コードを使用せずに) データベース内のエンティティ レコードを表示する方法/場所は?
RequestFactory は、エンティティやその他のオブジェクトを、それらに対して実行するアクションとともに、クライアントとサーバーの間で送信することに関するものです。オブジェクトがサーバーに到着したら、それらの永続性を管理するのはあなた次第です。SQL DB、AppEngine Datastore、MongoDB などを利用するかどうかに応じて、JPA、JDO、Objectify、Morphia などを利用できます。
RequestFactory は、GWT-RPC と非常によく似ています。