codeready CodeReady Workspaces: Consistent Development Environments CodeReady Workspaces helps us stop fighting with inconsistent development environments and focus on writing code.
java How to Deflate a Bloater: The Story of TooLargeHelperImpl Bloaters slow down your business. Work to trim your scope...not your code quality.
BPMS How to Embed a jBPM Process in a Java EE Application jBPM APIs allow you to manage complex processes without a dedicated server
EJB 10 Steps to Fix Remote EJB Issues in JBoss EAP A step by step guide to fix Remote EJB issues in JBoss
java Q&A: How do we remove version information from EJB JNDI names? We can use a maven plugin to remove version information from EJB JNDI names.
java How to Use Remote EJBs in JBoss Pt. 2 It's easy to setup a Remote EJB connection in JBoss. In this section, we learn how to do that.
java How to Use Remote EJBs in JBoss Pt. 1 Remote EJBs help us access components when they run on a different machine