0
votes
1answer
17 views
Is Javaspaces supported on GWT?
Following a suggestion on a related post (see here), I was wondering if Javaspaces technology is supported on GWT?
1
vote
2answers
65 views
Pattern Matching framework?
I will be tackling a Java (GWT) project soon (related question). Maybe I am trying to stretch things here but I was wondering if there is any "pattern matching framework" (don't really know if there …
0
votes
3answers
134 views
How to layout widgets using DockLayoutPanel and UiBinder in GWT 2.0?
I'm trying to get a simple layout working under GWT 2.0 using UiBinder. The layout I'm trying to get is one that mimic Java's BorderLayout in where you can specify different panels in the north, …
2
votes
1answer
427 views
Maven GWT 2.0 and Eclipse
Does anyone know of a good guide for creating a project with the new 2.0 release of GWT using maven and eclipse? I am running into a lot of problems getting them to play nicely together.
For what …
0
votes
4answers
86 views
SmartGWT with GWT ?
Greetings ,
I have been using GWT for few weeks and wanted a rich Table widget.I came across with SmartGWT library.
Can I use SmartGWT widgets same way I develop using GWT or is there any special …
1
vote
3answers
67 views
Client Side sorting + Hibernate Paging?
I use GWT for UI and Hibernate/Spring for buisness-layer.Following GWT widget is used to display the …
1
vote
1answer
40 views
add class name to element in uibinder xml file
The following replaces any current css class names. It appears to call setStyleName.
<g:DecoratorPanel styleName="{style.myCssClass}">
What I really want to do is add a class name, like …
0
votes
4answers
72 views
Check String whether it contains only Latin characters?
Greetings,
I am developing GWT application where user can enter his details in Japanese.
But the 'userid' and 'password' should only contain English characters(Latin Alphabet).
How to validate …
0
votes
2answers
60 views
GWT multi modules for seperate HTML pages?
Greetings all,
I am quite new to GWT and going to develop the UI for user-management application using GWT.
I am planing to use existing module which created using Spring/Hibernate.I figure out how …
0
votes
1answer
56 views
GWT: Timer causes runtime warning.
Hello,
I'm working on my first GWT-based Java project for a school assignment. It's a chat application and the client polls the server for new events, while the server keeps an timer for each user to …
1
vote
1answer
48 views
GWT using domain models /services from external module (jar) ?
Greetings,
We have been using our reusable "user-management" module which was written using Spring/Hibernate(using Doman-Model Pattern).We have used that module in several project integrating with …
0
votes
4answers
88 views
How to query google through desktop java app?
I 'm trying to write a simple java desktop app to query google and get the results.I 've read so many articles in the past few days.I know that I have to do it through the gwt (google web toolkit) …
0
votes
4answers
119 views
java.util.Collections$UnmodifiableMap problem : code included
Hello :-)
I am building a facebook platform web app using GWT and hosting it on App Engine.
I am adding validation code that uses supplied query string parameters in the callback url. GWT allows me …
0
votes
1answer
42 views
Open source software which allows user to draw ER/flow diagrams for my web application
we are developing a web application which allows a user to draw diagrams(flow/ER diagrams) and we need the representation of that diagram in some XML or other formats. How should we acheive this ?? is …
4
votes
3answers
589 views
Client side time zone support in GWT
I'm working on a GWT app where I need to support the following scenario:
The server is located in time zone A
The client's browser is set to time zone B
The GWT app is configured to display date/time …
