gwt-rpc
Mixing Seam and GWT using the Seam Context-filter
I am trying to add a GWT page to an existing Seam2 application.In the GWT page I am making use of GWT RPC to fetch data from the server.I need to give that GWT servlet access to the Seam conversation[详细]
2023-03-05 07:18 分类:问答GWT RCP - SerializationException
Started a new project from scratch, converted to JPA, my persistence provider is EclipseLink, added the necessary libraries (eclipselink.jar, eclipselink.jar, javax.persistence, mysql-connector-java-5[详细]
2023-03-03 17:41 分类:问答GWT with a Content Management System
I have GWT page with rich functionality. I wanted to use this module in different web sites as a widget. But due to limited flexibility of this module I can\'t change design easily, nor emb开发者_运维[详细]
2023-03-02 04:15 分类:问答gwt-rpc + appengine + persistence using restlet throws exception
I was trying to rebuild the Restlet sample Application for GWT + GAE ( http://wiki.restlet.org/docs_2.1/13-restlet/21-restlet/318-restlet/303-restlet.html ) .[详细]
2023-02-27 05:01 分类:问答gwt-rpc deserialization rpc string
I have gwt-rpc response string, for example: //OK[1,[\"19.04.2011 10:49\"],0,5] I need to deserialize it. In the best way I want to do it with php, but as I know there 开发者_StackOverflow社区are n[详细]
2023-02-26 10:36 分类:问答Transferring Objects between Server and Client using GWT RPC
I am developing an GWT application that uses Hibernate for data persistence on the server side. There are Objects like \"Customers\" with several attributes like Strings, Integers and Dates.[详细]
2023-02-25 19:21 分类:问答gae gwt rpc error 0
sometimes when i call an rpc to my app on Google App Engine, an error is thrown. Normally i would just put the error code out with an Window.Alert(), and then go and read the logs and solve the proble[详细]
2023-02-24 01:08 分类:问答GWT - Throwing an exception vs returning null
Suppose you have a method like this implemented on server side: @Override public User login(String username, String password) throws AuthenticationFailedException {[详细]
2023-02-23 12:21 分类:问答Should a GWT-RPC service use java.io.Serializable as a parameter type?
I am defining a simple \"key-value store\" service in GWT; I will be writing the server but letting others write clients so it should be as simple as possible. I want the client to be able to use Stri[详细]
2023-02-22 10:40 分类:问答GWT: XSRF: Sporadic missing X-GWT-Permutation header
My application receives occasional XSRF Attack errors raised by GWT when RemoteServiceServlet.checkPermutationStrongName() fails to find a X-GWT-Permutation HTTP Header in the HttpServletRequest. When[详细]
2023-02-19 11:03 分类:问答