Re: Jawin on Applets
"Vitaly Shelest(home)" <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <007201c53eaf$6dabed30$660fa8c0@vitallis> |
You can set specific permissions for JAWIN in Policy file and in your applet code use "AccessController.doPrivileged" method for JAWIN calls. It's like AllowPartiallyTrustedCallersAttribute in DOTNET. ----- Original Message ----- From: Roy Collins Newsgroups: gmane.comp.windows.devel.jawin Sent: Friday, April 08, 2005 5:14 PM Subject: Jawin on Applets Has aynone tried making a web applet using jawin? What are the common downfalls? Is this is good way to go? I am assuming the client would have to have Jawin installed so that their JRE could see it. The libraries that Jawin will act on would be located via the registry so that would not be of concern. What would be a good way to have a web based application that uses Jawin but doesnt require the user to setup anything? Is that even possible? Would it be better to distribute a jar and have them run that locally? If you have any suggestions or expirences that would be appreciated. Thanks Roy