Feeds:
Posts
Comments

Archive for the ‘Java’ Category

Mostly just a ‘duh’ moment by myself. I was fetching properties out of a database using hibernate objects. In my test scenario I asked if “true” == “true” which does work. However a String object does not always equal a string literal nicely. String JavaDocs

Read Full Post »

LDAP Authentication

Recently I needed a way to build authentication into a Flex application. Instead of using a model baked into the Flex code that need recompilation, or other security concerns with flat files, I built a simple LDAP authentication java file, paired with a .properties file and is called via RemoteObject in flex. I’ve posted code [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.