GeekArticles
Java
AppletsCreating a Trusted Applet with Local File System Access Rights
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 793 times |
Add CommentFiled in: AppletsBy Olexiy & Alexander Prokhorenko Creating trusted applets with the access rights to the local clients' file system, even to this day remains a vital topic. A number of problems, by virtue of the specificity, can be executed only on the client side. Quite often, programmers unfamiliar with trusted applets technology accept it as an impossibility to work with client files and search for other ways to work. However, such ways exist and can be widely used in most variations. In this...n
Read Article Sponsored Links
Related Articles
• Access WSDL Access WSDL and Generate Axis Stubs to Access the Web Service Remotely
Now for the really cool stuff. As we discussed earlier, we have set up the ServiceMix as a separate web service gateway in front of the actual web service deployment. Now we have to check whether we can access the WSDL from the S ...