requestfactory
Are interfaces that extend RequestContext supported with GWT RequestFactory?
Many of my services are just exposed DAO\'s. So I created an interface for these services: public interface DAORequestContext<T extends SRSProxyBase> extends RequestContext {[详细]
2023-03-31 01:12 分类:问答Using GWT-RPC vs RequestFactory for passing large arrays
I am building an application which retrieves data and parses it into a two-dimensional array object before sending it back to the client. The application then uses the data to create an image on HTML5[详细]
2023-03-30 02:27 分类:问答Editing Collections with GWT Editors and RequestFactory
See the orignal question for context. Additional Context: Objectify-Appengine is used for persistence.[详细]
2023-03-29 06:17 分类:问答Can I set a default field value of an EntityProxy?
Say I have this: TimeEntryProxy timeEntry = someRequestC开发者_C百科ontext.create(TimeEntryProxy.class);[详细]
2023-03-27 22:57 分类:问答Annotation Processing in GWT with Maven
I am trying to get my android application to communicate with the server using the same requestfactories my gwt app does. I use maven to build both the android app and the gwt app.[详细]
2023-03-26 01:07 分类:问答How to use RequestFactory: .with(propertyRefs) for composition of objects
I am newbie to GWT andI need your professional advice. 开发者_如何学JAVAMy question is how to use RequestFactory: .with(propertyRefs) for kind of “tree” structures[详细]
2023-03-25 10:51 分类:问答Problem with GWT 2.4 rc1 RequestFactory on tomcat
We have our gwt application working fine on the development mode with gwt 2.4rc1 but when we deployed on tomcat 6 we get the following exception on the server side when the first requestfactory call i[详细]
2023-03-25 07:43 分类:问答GWT / RequestFactory: when retrieving a given list of entities, n +1 SQL calls are executed [duplicate]
This question already has an answer here: Closed 11 years ago. Possible Duplicate: requestfactory and findEntity method in GWT[详细]
2023-03-24 05:42 分类:问答Profiling a GWT application for finding Memory leak
We have a GWT based application deployed on Tomcat. Every other day the application crashes with OutOfMemoryException. So i have started taking the heap dump of the application when it is close to usi[详细]
2023-03-23 02:44 分类:问答AppEngine RequestFactory or "Normal" approach?
This is not really a problem, more like a general X vs. Y question. So I\'m experimenting with c2dm on android using a server written in google app engine. At the moment I\'m using the \"App Engine C[详细]
2023-03-22 03:10 分类:问答