Sunday, March 25, 2007

Sun Java System Application Server 9.x (glassfish) External JNDI LDAP Resource Part III

I have had a question posed to me about how to use this resource once it is setup. Indeed it would be quite limiting without an example. I have created a stateless session bean (SSB) using JEE5 resource injection to show how to use it. It also has @WebService capabilities for testing. Keep in mind that the application has NO security and is merely provided as an example.

Prerequisites:
  • LDAP Server installed and configured
  • Sun Java System Application Server (glassfish) 9.x
  • External JNDI LDAP resource configured

License: Apache 2.0
Package: EJBLDAPModule.zip

This is a Netbeans 6 project.

2 comments :

Rabid Dog said...

Hi

Thanks for the posts on creating the connections. Unfortunately your ZIP file is missing in action. Any idea where I can get it?

Thanks

John Yeary said...

I fixed the link to point to the correct location. Sorry about that.

Thanks for the reminder to fix it.

Popular Posts