Hi all,
i am approaching GWT for the first time, trying to understand how to
implement all functionalities required by my application. I currently
need to access database, so I'll have to create some widget that load
and store data via a servlet; this is not a problem. What I think
might be a problem is scanning and sending all scanned pages to the
server. In order to scan, I have an applet that I currently load via
jnlp since it require a few extensions (JAI and JAI Image I/O). I
could probably load the applet when the GWT application start, but
then, I have to communicate with the applet when the user select to
scan.

I browsed all the archives of this forum and I found how to invoke
applet methods from GWT code, but I failed to find a way to do the
same thing when the applet is loaded via JNLP. Is there any way to
communicate with applet ran via JNLP? Moreover I use JNLP instead of
APPLET because I may specify how much RAM the jvm should use. (I need
a lot of ram for storing buffered images.)

Otherwise, I think I have to load the applet via APPLET tag, but I
have no idea about how to deploy extensions and how to specify -Xmx
using this tag.

Thanks,
Giuseppe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to