jsni
JSNI - invoke Java method from JS function
I am trying to invoke a java method right from my JSNI function but for some reason it never works. What am I doing wrong here? :([详细]
2023-03-19 07:53 分类:问答GWT JSNI and return function - need advice
I was looking all around the samples but still can\'t get it... How to write such kind of function in JSNI as[详细]
2023-03-18 10:36 分类:问答GWT XMPP client using GWT-Strophe
I\'m using GWT-Strophe to connect to my XMPP server.Things are going well and I am able to connect to my XMPP server and send other users messages. I\'m having a problem with receiving messages. I\'m[详细]
2023-03-18 08:24 分类:问答Sending Javascript to GWT JSNI
I know how to call Javascript from GWT.But I have a javascript function that returns a string so, how could I when that function is called 开发者_开发技巧send it to GWT.[详细]
2023-03-17 18:16 分类:问答Problem integrating JavaScript into GWT with JSNI
I am trying to create a simple binding for WebSockets for GWT using JSNI, but I keep getting an exception every time a JSNI method is invoked. The simplified class definition is as fallows:[详细]
2023-03-15 20:09 分类:问答My GWT app isn't running a native function off of a JSNI call. Any takers?
I\'m attempting to run a native Java function off of a JSNI call in my GWT app.It looks something like this:[详细]
2023-03-14 10:15 分类:问答GWT JSNI BOOLEAN
Here\'s my code: package com.eggproject_hu.WPECommerceAdminSales.client; import java.lang.Boolean; import com.google.gwt.core.client.GWT;[详细]
2023-03-11 21:24 分类:问答Calling a GWT Java function from an html script tag
I have a GWT project and I would like to add a script tag to the main html file of the GWT project that calls a Java function located in my client code.[详细]
2023-02-19 22:18 分类:问答GWT 2.x $entry function
Cannot find any developer information about this function. I just know that i开发者_运维知识库t\'s suggested to wrap JSNI JavaScript calls to Java methods with this $entry function. I found that it ca[详细]
2023-02-19 21:11 分类:问答How to use Java varargs with the GWT Javascript Native Interface? (aka, "GWT has no printf()")
I\'m trying to quickly learn GWT as part of a new project.I found out that GWT doesn\'t implement Java\'s String.format() function, so there\'s no printf()-like functionality.I knew that some printf()[详细]
2023-02-13 07:08 分类:问答