Category Archives: Java EE

Add Apache Camel and Spring as jboss modules in WildFly

Instructions to add Spring framework and Apache Camel as jboss modules in WildFly. Continue reading

Posted in Java, Java EE, JBoss, Software Development | Tagged , , , | Leave a comment

Java bytecode verification is always REQUIRED

Never disable bytecode verification when running java as may lead you to security problems. Continue reading

Posted in Administration, Java, Java EE | Tagged , , , , , , , | Leave a comment

Never set GC parameter -XX:MaxTenuringThreshold greater than 15

Never set GC parameter -XX:MaxTenuringThreshold greater than 15 as it rapidly leads to heap fragmentation Continue reading

Posted in Administration, Java, Java EE | Tagged , , , , | 2 Comments

Invaluable books for an enterprise software engineer

A list of books that contain essential and advance knowledge that is required to any enterprise software engineer. Continue reading

Posted in Java, Java EE, Release Management, Software Development | Tagged , , , , | Leave a comment

Run JBoss 7 in debug mode

Run JBoss 7 in debug mode and debug application with Eclipse. Continue reading

Posted in Java, Java EE, JBoss, Software Development | Tagged , , , | 7 Comments