Simple Blog

Category: Work

Tomcat CAN Accept Apache User

Permalink 03/05/10 12:36, by Jeff, Categories: Work
I've run into this from time-to-time, and usually not had to bother with it as authentication usually happens within an application, but on this project I'm trying to enforce the SSO a bit more, so I needed to get Apache to pass Tomcat the user that it h… more »

Put on the Spot: Biggest Hack?

Permalink 02/25/10 23:04, by Jeff, Categories: Work
Today I had a meet-and-greet with the new client. Not an interview, as I'd already satisfied those curiosities, but just a "meet the team and banter a little bit" ice-breaker. Six new names to remember, with faces to match; a game I know I always lose, b… more »
1 comment »

Another Failure To Use Code Coverage Numbers Correctly

Permalink 02/18/09 16:03, by Jeff, Categories: Work
I've been approached many times at my current gig by members of a related project about how to improve their code coverage numbers. In an abuse of the numbers or a misunderstanding of their purpose, there's a mandate to keep code coverage at 80%. The oth… more »
Leave a comment »

Java Code Coverage for Eclipse

Permalink 11/24/08 22:29, by Jeff, Categories: Work
I didn't write it, but handy to have in your Eclipse is a complete code-coverage tool. Run your JUnit tests with this plug-in instead of straight JUnit, and it'll (try to) let you know where your tests don't hit. It's pretty easy to install. Inside Ec… more »
Leave a comment »

Sun IdM How-to

Permalink 11/18/08 12:34, by Jeff, Categories: Work
Been a while working on the fringes of a Sun IdM project at the office, and after months of banging my head, I find a quick link to the wiki, including an article on how to set up an IdM project (albiet in NetBeans, not Eclipse). more »
Leave a comment »

Autoboxing Foils Me Again

Permalink 04/21/08 12:35, by Jeff, Categories: Work
Autoboxing is a Java helper introduced with the JDK2v1.5 release that allows some common transformations to be handled by the compiler instead of forcing developers to add implicit code. A trivial example of this is transforming between the Integer ob… more »
Leave a comment »

Unit Tests People!

Permalink 04/08/08 16:25, by Jeff, Categories: Work
There have probably been a few rants on this log about bad unit testing. If not, then this one ought to cover all of the bases. I write software. Currently I'm writing J2EE software (enterprise level web-services in Java, for those that don't like acr… more »
Leave a comment »

:: Next >>