ATG Archive

  • How to Setup Debugging in Eclipse for JBoss

    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 configuration and a setting in Eclipse we can toggle breakpoints in our java code so that we can see...

    Project info

  • Hot Deploy Java code/ ATG components on JBoss

    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 the deployment directory. Which is a fine process to go through, but what if you’re developing code and you...

    Project info

  • Setting Database Connections in JBoss/ ATG

    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 setup you specify the JNDI connection name which will then refer to an XML file which makes up part...

    Project info