Articles, links etc. Git The Git Parable (thx to Alexander) – a good and easy to understand explanation of the story behind Git and thus also its main goals and concepts. It really helps in understanding what makes Git different from Subversion and thus empowers you to use it to its full capabilities and inContinue reading “Most interesting links of February”
Tag Archives: EJB
Access EJB on JBoss from outside
How to acces an enterprise java bean (EJB) running on JBoss from a standalone application running outside JBoss? In the code you must, among others: Set properties for a naming context and create one to be able to look the EJB up Authenticate by JBoss by means of JAAS To run the application: Set theContinue reading “Access EJB on JBoss from outside”