Can somebody please explain all the steps involved in setting up ATG development environment for use with JBoss AS. My requirement is simple, I need to develop and deploy a simple J2EE applicaiton containing a few forms and backend logic to save the data entered in the forms.
The answer is also in ATG documentation that comes with the product
Installation and Configuration guide: http://www.atg.com/repositories/ContentCatalogRepository_en/manuals/ATG9.1/atginstall/wwhelp/wwhimpl/js/html/wwhelp.htm
and Programming Guide, chapter 3.
At minimum you need:
Set the environment variables to ATG_HOME, ATG_ROOT
Verify that the setup works with MotorpriseJSP - start Solid, deploy EAR file and try it out
Now you are ready to start development. At high level, you want:
I honestly do not see any way how to avoid following the docs. The real answer would be tens/hundreds of pages long.
You should dedicate enough time reading few thousands pages of ATG documentation and trying it out. There are two way how to speed things up: working along with somebody who did it before and knows ATG or attending the ATG training (Boston or SF). Ideally training first and having mentor / working on real project right after that.