Just found something really useful. You can run the JNDI server in JBoss standalone (see this page for details). Why is this useful? UNIT TESTS!!! Now I can unit test my code that looks up things out of JNDI without needing to be on a server. Tre cool! You will also want to check out this page for a code sample of starting up the server within your code. (Be sure to make your server instance static and check in the constructor to see if you need to create one!)
6:06:25 PM comment []