Re: Jawin on Applets
Josh Passenger <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Check out webstart http://java.sun.com/products/javawebstart/ It has the ability to bundle native libraries as part of a webstart package. Its not browser driven though but supports the concept of having the code remotely like an Applet, cached and downloaded on demand from the client. I have written some commerical applet code, content manaegment stuff etc and find the browser usually adds enough instability (especially IE) that you spend most of your time working out kinks in the browser / java interfaces Good luck, Josh