Using Processing to Send Values using the Serial Port to Arduino In this write-up, I’ll show how to create a value in Processing and then send this value over the serial port to the Arduino. In the... Read More
How to Setup Debugging in Eclipse for JBoss This is really useful – only recently found out how to do this and the benefit is enormous. Basically by a small configuration on JBoss’s startup... Read More
Hot Deploy Java code/ ATG components on JBoss Pretty simple, on a production environment you start JBoss with its run file and a series of commands, which then picks up your EAR file from... Read More
Setting Database Connections in JBoss/ ATG ATG communicates to a database via JBoss via a dynamo server setup or in your home/localconfig directory if you’re not using specific dynamo servers. In this... Read More