jndi « Development « Java Swing Q&A





1. Can I use ObjectChangeListener to listen for changes on any object?    stackoverflow.com

I've got an Integer called x; if it changes then i would like to update my table in a GUI. To listen to "x" I have tried

ChangeEvent y = new ...

2. JWS & Secure Database Connections using Glassfish V3    stackoverflow.com

I need to distribute my Swing application using JWS. I use JPA and connect to both Postgres and MSSQL. How do I ensure secure database connections? Can I use JDBC Connection Pooling ...

3. Swing-JNDI-LDAP: Is there something wrong related to Swing and LDAP?    stackoverflow.com

Maybe this is a senseless question, but I'm trying to authenticate onto a LDAP server at my organisation and using a simple console application I can log with no troubles but ...

4. Use of Swing with JNDI    coderanch.com