Transilvania JUG

Sponsors

Partners

Category Archives: Transylvania JUG

17
Mar
2012
0

Transylvania JUG Meeting #37: JBoss AS 7

Transylvania JUG’s 37th meeting took place on the 13th of March, our guest was Kabir Khan from JBoss. He gave us an update on the current state of JBoss 7. The slides are here If there’s one thing you need … Continue reading

14
Mar
2012
0

Enum puzzler

Let’s suppose we have the following code: enum Case {     CASE_ONE,     CASE_TWO,     CASE_THREE;          private static final int counter;     private int valueDependsOnCounter;          static {   … Continue reading

14
Mar
2012
0

Automaton implementation in Java

This post will address the problem of implementing finite states machines into java. If you don’t know what FSM are or where can be used you may be keen on reading this, this and this. If you ever found yourself in the situation … Continue reading

03
Mar
2012
0

Deserializing arbitrary messages with Google Protcol Buffers

Google Protocol Buffers (shortened protobuf) is data (de)serialization with good speed, size and cross-platform support (it supports Java, C++ and Python out of the box). It can also handle different versions of the same message (as in: old and new … Continue reading

04
Jan
2012
0

Debugging the JVM

In some (rare) cases you might find yourself in the situation that you managed to crash the JVM itself. I most recently managed this by setting the name of a ThreadGroup to null. In these cases it is useful to … Continue reading

Page 1 of 512345