applet « ldap « Java Enterprise Q&A





1. How to use Java applet to get/restart the services running on a server?    stackoverflow.com

I have a Java Applet that uses LDAP to get a list of all the servers on Active Directory. The Applet puts all of the servers into a drop down list. ...

2. Developing a Java Applet to restrict access to a particular directory tree    stackoverflow.com

I am creating a Java based applet to secure a file system directory(Directory here stands for the folders) tree from being accessed directly. So that user can only use the files ...