Tag Archives: Software Development

Presentation on Using the Embedded JBoss Container

Gave a presentation tonight to the Philly JBoss Users Group about using Embedded JBoss. For the unaware, Embedded JBoss allows a developer to embed much of the functionality of the JBoss application server (EJB, Messaging, JNDI, Security, Transactions) in another application.  A great use for the technology is in the creation of unit tests that

Frustrating Bugs Robbing Me of My Weekend

This Tuesday, I am presenting at the Philadelphia JBoss Users Group on using Embedded JBoss, a very cool way that allows you to do things like test EJBs using JUnit without having to install an application server.  The slides are ready but I wanted to make sure my demos are running.  So I go to

Java Native Access (JNA): What JNI should have been

Just saw the release of the Java Native Access (JNA) library that allows easier access to native shared access.  Instead of annoying JNI adapter code to integrate the libraries, you can now just define an interface and use the JNA classes to manage the translation between the Java and the native code.  It’s easy to use

Onward and Upward. Taking Control of Your Career By Being Your Own CEO

Nowadays, I spend so much time online, that I have little time to do real reading.  But after missing my flight to Boston yesterday, I found myself with a few hours to burn and could actually put a dent in my backlog of Harvard Business Reviews that I had been meaning to get to for

Debugging JavaScript Executing in Java with HtmlUnit

For the past few days, I have been doing a little work with embedded JavaScript within the HtmlUnit project.  HtmlUnit is a really cool project that is a headless web browser written in Java that is really useful if you are trying to do automated testing or web scraping and want to simulate how a real