Questions tagged [gwt2]

GWT is an open source and free framework made by Google.

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut. It's open source, completely free, and used by thousands of developers around the world.

The coolest thing GWT provides is that it makes the developer create rich web applications without knowledge of JavaScript. It makes developers write code in Java and it compiles into JavaScript specifically made and optimized for each browser, providing cross-browser compatibility and security and raising developer productivity.

GWT 2.x supports:

  • Development mode
  • Layout panels
  • Bundled client resources
  • Editors framework
  • RequestFactory
  • MVP framework
  • Cell widgets
  • SafeHtml

You can find more about it at GWT's official web site.

412 questions
0
votes
1 answer

getvalue of check box on server side in GWT

I am using GWT. I have a chkBox and fileupload which are added to formPanel. after formPanel.submit(); On Server Side I want the value of chkbox so if (item.isFormField()) { if (item.getFieldName().equalsIgnoreCase("chkbox")) { …
GameBuilder
  • 1,169
  • 4
  • 31
  • 62
0
votes
1 answer

Using Objectify For retrieving from Datastore- Error :Did you forget to inherit required module

I am using Objectify for retrieving data From datastore in GWT,But i get the Following Error : [ERROR] No source code is available for type com.logins.entity.experts; did you forget to inherit a required module? I have Client->entity->Server…
Rangesh
  • 728
  • 2
  • 12
  • 27
0
votes
1 answer

Key provider with Postgres and GWT

For my GWT project, I initially constructed a List and a *KEY_PROVIDER* to uniquely identify my records in the List. Now instead of List I have connected to the Postgres database and am wondering as to if I need to pass an object of the ProvidesKey…
Prince
  • 20,353
  • 6
  • 39
  • 59
0
votes
1 answer

Is it possible to make DateBox work in time-zone other than in one that is set in browser?

Is it possible to make DateBox work in time-zone other than in one that is set in browser ? In my case time-zone should change depending on other information in form. Based on info in the documentation there is no built-in way to do that. Could you…
expert
  • 29,290
  • 30
  • 110
  • 214
-1
votes
4 answers

looking for a good java/gwt/js library to create 'rotating bottle' animation

I am looking for a good Java/GWT/Smart GWT or Ext GWT/Javascript library that does the following in a web application- (1) Take an image of a bottle, and rotate it. (2) I should be able to specify angle of rotation, time taken to complete that…
Arvind
  • 6,404
  • 20
  • 94
  • 143
-3
votes
1 answer

No source code is available for type net.sf.json.JSONObject; did you forget to inherit a required module?

I am new to GWT. I have to send a HashMap to GWT server.So i am using JSON. This Hashmap is a property of file. file is send to server using formpanel. I created a hidden widget placed it on Form Panel. and Before formpanel.submit i tried to convert…
NewCodeLearner
  • 738
  • 3
  • 14
  • 38
-6
votes
1 answer

Sample GWT2.5 application

Please give me sample GWT2.5 application with all additional features in 2.5. Please give I've tried it for UiBinder Enhancements. But it is not working. Please reply me as quick as possible. Its urgent The following are the…
Gnik
  • 7,120
  • 20
  • 79
  • 129
1 2 3
27
28