问题标签 [atg]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
3715 浏览

atg - 您如何组织您的 ATG 项目?

如果您为 ATG Dynamo 开发,您如何构建您的模块和依赖项?

你如何组织项目?源目录、JAR 配置等。

您如何构建和部署?你用什么工具?

0 投票
3 回答
46085 浏览

java - Oracle ATG 和 Struts 的区别?

Oracle ATG 和 Struts 有什么区别?

0 投票
2 回答
1530 浏览

jboss - 关于 OSGI 问题的 ATG 标签库

我们目前正在创建一个需要在 SLING/OSGI 上使用 ATG 标签库的应用程序,我们已经创建了一个包含这些标签库的包并上传了它,当然这些标签库调用 ATG 类,所以我们使用 sling.properties 文件将它们包含在 bootdelegation 中.

sling.bootdelegation.simple=atg.nucleus sling.bootdelegation.class.atg.nucleus.Nucleus=atg.appassembly,\atg.appassembly.ant,\atg.appassembly.progress,\atg.appassembly.util,\ ... ETC...

首先我们得到这个错误:

org.apache.sling.api.scripting.ScriptEvaluationException: atg/taglib/dspjsp/ImportBeanTag at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:163) at org.apache.sling.scripting .core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:107) 在 org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:226) 在 org.apache.sling.engine.impl.request .RequestData.service(RequestData.java:465)

……

.... 引起:java.lang.NoClassDefFoundError: atg/taglib/dspjsp/ImportBeanTag 在 org.apache.jsp.apps.mygeometrixx.components.contenpage.center_jsp._jspx_meth_dsp_005fimportbean_005f0(center_jsp.java:177) 在 org.apache。 jsp.apps.mygeometrixx.components.contenpage.center_jsp._jspService(center_jsp.java:154) 在 org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) 在 javax.servlet。 http.HttpServlet.service(HttpServlet.java:810) 在

因此,我们将 atg.taglib.dspjsp 添加到要添加到 bootdelegation sling.properties 文件中的包中。

然后我们得到了这个错误:

org.apache.sling.api.scripting.ScriptEvaluationException: atg.taglib.dspjsp.ImportBeanTag at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:163) at org.apache.sling.scripting .core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:107) 在 org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:226) 在 org.apache.sling.engine.impl.request .RequestData.service(RequestData.java:465) ...

引起:java.lang.ClassCastException: atg.taglib.dspjsp.ImportBeanTag atg.apache.sling.scripting.jsp.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:125) at org.apache.jsp.apps。 mygeometrixx.components.contenpage.center_jsp._jspx_meth_dsp_005fimportbean_005f0(center_jsp.java:177) 在 org.apache.jsp.apps.mygeometrixx.components.contenpage.center_jsp._jspService(center_jsp.java:154) 在 org.apache.sling.scripting。 jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

所有这些都在 JBOSS 上运行。

有没有办法避免导致强制转换异常的此类冲突?

0 投票
2 回答
9005 浏览

atg - 如何设置用于 JBoss 的 ATG 开发环境

有人可以解释设置用于 JBoss AS 的 ATG 开发环境所涉及的所有步骤。我的需求很简单,我需要开发和部署一个简单的 J2EE 应用程序,其中包含一些表单和后端逻辑来保存表单中输入的数据。

0 投票
1 回答
283 浏览

apache-flex - 通过 AMF 的 ATG 和 Flex?

使用 flex 构建前端并以 ATG 作为后端并通过 AMF 使用 BlazeDS 或 Live Cycle Data Services 进行所有通信/集成有多容易?

谢谢!

0 投票
1 回答
483 浏览

atg - ATG 搜索 API 从 2006.3 更改为 9.1。我想要 API 差异,以便向他们展示我们需要更改的内容

ATG 搜索 API 从 2006.3 更改为 9.1。我想要 API 差异,以便向他们展示我们需要更改的内容

0 投票
4 回答
3897 浏览

eclipse - 如何从 Eclipse 启动 ATG 应用程序?

如何将 ATG 框架与 eclipse 集成,以便我可以从 eclipse 运行 ATG 应用程序并使用 eclipse 调试插件对其进行调试?您在开发 ATG 应用程序时使用哪些开发工具?提前感谢您的任何帮助。问候!

0 投票
1 回答
46 浏览

java - 找不到 InternationalizationShoppingContextServlet.java

在 ATG 移动服务器模块InternationalizationShoppingContextServlet.java类中缺少?

这堂课有什么影响?

Regds, Sudhahar.S

0 投票
2 回答
1497 浏览

java - how to represent a oracle view with in ATG Repository structure

I have some queries which cross repositories in ATG. I am not aware of a way to link repositories together in order to provide data from one repository to the other. The queries do have some complicity to them such that trying to build them by hand will take a lot of lines of code.

So my thought is that I could just create a view with the query and then attach the repository definition to it. But, what would be the table name that would be required to use based on the DTD for the repository xml file?

Thanks

0 投票
2 回答
1261 浏览

java - 这是一个已知的 IE 错误吗?没有将提交参数传递给请求

如果我们有<form>至少两个<input type="text" ..>, 和一个提交按钮<input type="submit" name="someName" ..>- 那么,当我们在文本字段上按 Enter 时 - IE(我尝试了第 7 版)正确提交表单,并传递submit=someName另一个参数来请求。但是,当只有一个文本字段<input type="text" ..>(+ 任意数量的下拉菜单或复选框或单选)时 - 按“Enter”提交表单而不传递“submit=someName”来请求。

但是有一些java框架(ATG等),通过提交参数处理表单提交,在表单处理程序中调用相应的方法。因此,如果请求中没有提交按钮参数 - 提交处理失败。

你以前见过这样的行为吗?