Questions tagged [gwt-rpc]

Google Web Toolkit - Remote Procedure Calls

Interesting links

622 questions
-1
votes
1 answer

GWT Openlayer draw circle vector feature

stackoverflow users, I need to draw circle, in GWT wrapper for Openlayer, I have used DrawFeature, ModifyFeature controls, but not able to find control for drawing Circle, or any suggestions with example welcome. For example: import…
Olzhas
  • 235
  • 2
  • 7
  • 21
-1
votes
1 answer

Is there any tool to quickly create RPC classes for GWT?

Is there any tool to quickly create RPC classes for GWT that extends RemoteService, the Async version and the RemoteServiceServlet derived class. The only input should be some functions list and all the wrapper code should be generated. I hope you…
Priyank Bolia
  • 14,077
  • 14
  • 61
  • 82
-2
votes
1 answer

How to Upload a file > 1 MB using GWT

I am new to GWT. I am trying to Upload a file. I need the data and the name of the file on the server side. the file is doc type and can be of size more then 1 MB to 5MB. Plz suggest me How to do it. any sample code will be of great help. Plz dont…
GameBuilder
  • 1,169
  • 4
  • 31
  • 62
-2
votes
2 answers

GWT project in Tomcat which is not directly in ROOT

If I put my GWT project's, named FirstProject, war content directly into Tomcat's ROOT folder. All things, including RPC calls, work fine. my web.xml is:
lembas
  • 377
  • 1
  • 7
  • 21
-2
votes
1 answer

JDO basics: List or array won't retrieve or return with GWT RPC

I've been using Objectify up till now, but now I have to deal with some code using JDO. I'm having problems with basic stuff that is easy with Objectify, specifically: if an object has either a List or an array as a member, I can't get that to…
timmacp
  • 191
  • 1
  • 13
-2
votes
1 answer

GWT CellTable Population

I want to populate the celltable with the data that comes from database through RPC call. Can someone give me an example application which demonstrates this(end to end flow). im bit confused and i am new to this. Thanks for the help
swingmicro
  • 367
  • 1
  • 4
  • 19
-2
votes
1 answer

How Build GWT Application using MVP

I have great experience in programming by using java and other languages. I need anyone who has great experience in using GWT with MVP to explain how to build GWT Application using MVP: View package : explain what should be in view class. Client…
Moe
  • 197
  • 6
1 2 3
41
42