SyntaxHighlighter

Showing posts with label Funny. Show all posts
Showing posts with label Funny. Show all posts

Monday, December 30, 2013

The Silly Season

The Silly Season

i've been busy moving, and playing around with a few things and will be back to posting (hopefully) before the year is out.

happy holidays! ~incomplete

Friday, June 21, 2013

When you get a Pull Request without Tests

When you get a Pull Request without Tests


a little friday humor from a colleague - very good!

Devops Reactions 

Monday, October 1, 2012

Hibernate 4 and WebSphere / JTA

Hibernate 4 and WebSphere / JTA


when looking through to debug some code recently i came across this...


package org.hibernate.service.jta.platform.internal;

public class WebSphereExtendedJtaPlatform extends AbstractJtaPlatform {

 ...

@Override
@SuppressWarnings( {"UnnecessaryBoxing"})
public Object getTransactionIdentifier(Transaction transaction) {

// WebSphere, however, is not a sane JEE/JTA container...

return Integer.valueOf( transaction.hashCode() );

}


 ...
}


brilliant!

Tuesday, August 7, 2012

Wednesday, June 20, 2012

Java Heist Youtube (NSFW)

Some Fun - Java Heist (NSFW - Language)

full credit to a colleagues referral to this great youtube clip