如何设置 ATG 开发环境以与 JBoss 一起使用
有人可以解释一下设置 ATG 开发环境以与 JBoss AS 一起使用所涉及的所有步骤吗? 我的要求很简单,我需要开发和部署一个简单的 J2EE 应用程序,其中包含一些表单和后端逻辑来保存表单中输入的数据。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
答案也在产品
安装和配置指南附带的 ATG 文档中:
http://www .atg.com/repositories/ContentCatalogRepository_en/manuals/ATG9.1/atginstall/wwhelp/wwhimpl/js/html/wwhelp.htm
和编程指南,第 3 章。
至少您需要:
将环境变量设置为 ATG_HOME、ATG_ROOT
验证该设置适用于 MotorpriseJSP - 启动 Solid,部署 EAR 文件并尝试一下
现在您已准备好开始开发。 在高层,您需要:
老实说,我没有看到任何如何避免遵循文档的方法。 真正的答案将有数十/数百页长。
您应该花足够的时间阅读数千页的 ATG 文档并进行尝试。 有两种方法可以加快速度:与以前做过并且了解 ATG 的人一起工作,或者参加 ATG 培训(波士顿或旧金山)。 理想情况下,首先进行培训,然后再有导师/从事实际项目。
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.
访问 ATG 文档并加入 ATG 社区 https://community.atg.com/community/catalyst< /a>. 他们有你的问题的文档。
Get access to ATG documentation and join ATG community at https://community.atg.com/community/catalyst. They have docs to your questions.