You cannot post messages because only members can post, and you are not currently a member.
|
how can applets interact with web site?
|
| |
can applets access the database components of the GWT web site? if so
should the database components also be packaged with the archive
holding the Applet class?
Thanks,
Arun
|
|
Inmortal Applet on IE
|
| |
Helo!
I know, the subject is strange but is that, i have gwtai work very
well on Firefox and Chrome, but in IE is inmortal!!!!
My application have a login and then pass the login parameters to the
Applet.
The applet have a button to logout, when this button is pressed the
application go back to login. In Firefox and Chrome the method destroy... more »
|
|
Call an applet in my Application
|
| |
Hello,
I need to browse folder in my application, so I want to use an applet
with JFileChooser, but I get this error :
Unable to load module entry point class
Source code:
Interface :
package com.dnd.client;
import com.google.gwt.gwtai.applet.cl ient.Applet;
import com.google.gwt.gwtai.applet.cl ient.Archive;... more »
|
|
Umbrella Exception
|
| |
Hi,
I am a newbie, and I tried to implement the GwtAI library so I can use
an applet in my GWT application.
I followed the tutorial for setting GwtAI, but when I start the
application and when I click on the Increment button that is descriped
in the tutorial, I get an Umbrella Exception.
I do not know why I am getting this exception, so I would like to ask... more »
|
|
Need some guidance in integrating Applets with gwt.
|
| |
Hi Guys,
I am trying to integrate my applet with GWT using gwtai. My GWT
version is 2.0.0.4.
I checked out many of blogs and post related to this and did my
coding. But in the end I am getting the same "ClassNotFoundException"
which many other people have got.
My first question is : Is it possible to run an applet in ecllise... more »
|
|
Applet Signing Problem
|
| |
Hi There,
First off, your project is fantastic, good job and I hope you will
continue to work to it.
But I've got a Big Problem to Sign the Applet. I'm working on an
Project Where i have to integrate 2 Applets which are communicate
between each other with InterAppletCommunication.
I have signed the Applets and if they are embedded in normal HTML... more »
|
|
passing in parameters to an applet
|
| |
I react to a discussion "passing in parameters to an applet" (http://
groups.google.com/group/gwtai/ browse_thread/thread/2cd18db28 953f5b4),
where kilkenny suggests to create method createAppletWidget with a Map
parameter, where dynamic parameters could be supplied. I implemented
this method and want to share the code, so it could be incorporated... more »
|
|
Problem to move Gwt-AI-Core.jar.
|
| |
Hello.
Before any question sorry for my bad English.
I have a project using this lib, and in the tutorial put the Gwt-AI-
Client.jar and Gwt-AI-Core.jar in war directory of project like
gwtaidemo project.
I want to move the jar's to war/WEB-INF/lib directory, changing the
annotation to @Archive("WEB-INF/lib/GwtAI-Co re.jar,WEB-INF/lib/GwtAI-... more »
|
|
applet signing
|
| |
Hi there !
Nice project, even if I don't have much experience with applets !
That's why I'm coming here. In fact I don't know how to generate
a .keystore like the one you have in the sample project. Could you
give me some clue?
Thanks !
|
|
|