Your server-side service implementation is a class that extends GWT's
RemoteServiceServlet, which itself extends the Servlet interface. If
you need to perform once-only initialization, you can do so by
overriding the init() method in your class.
Note, however, that init() is probably a bad place to open database
I would like to add some gwt-widgets (e.g. like images) to
PagingScrollTable from google-web-toolkit-incubator. If my
understanding of it is correct, there must be an attribute in my
object for each cell of a row. So, if want to have widgets in my
table, there must be an attribute for this widget, i.e. there must be
[link]()
Gets the current history token. The handler will not receive a
ValueChangeHandler.onValueChan ge(com.google.gwt.event.logica l.shared.ValueChangeEvent)
I'm working on a small GWT application, but I'm experiencing a
problem.
When I add a ClickListener to a ListBox there is no functionality in
Safari and limited functionality in Chrome(both browsers in their
newest versions).
However in IE and Firefox everything is working fine so I'm wondering
But how can I control the merge process?
In my case the code is generated, than i can edit make any changes in
the generated code (which will be preserved by the safe-code-marks)
and then the GWT compiler (or any other compiler) will compile the
code that i wrote.
I don't really know/use Roo, but I used some code generation tools
A while ago I wrote a code generator that allows reuse of code and
Retrieval without losing the customizations made.
Through some markings (in comments) in the code the user can define
If you simply need a dictionary, just use a JavaScriptObject.
Here is a example:
public final native void setValue(String key, String value) /*-{
this[key] = value;
}-*/;
private native static JavaScriptObject _createInstance() /*-{
Recent comments
2 years 45 weeks ago