这里有人在 DAY CQ 开发吗?能指教一下在什么论坛或社区寻求帮助?我尝试注册他们的谷歌群组,但无法注册
8 回答
Day CQ 是一个基于Java 和JCR 规范的Web 内容管理平台。与 BoltClock 相反,我仍然建议搜索 Day CQ,因为 Adobe 似乎并没有真正重新命名 Day 产品。
首先,我会尝试在http://docs.day.com搜索 Day 的文档。Dacare 是 Day 提供所有支持的中心,例如http://www.day.com/content/daycare.html,您可以从那里找到支持组、文档、下载等的链接。
I think the google groups is the most useful, the yahoo one constantly has spam..
Google Groups - day-communique
Other useful stuff...
Current Widgets API -(dev.day.com/docs/en/cq/current/widgets-api/index.html) - used when adding widgets to your dialogs (I don't have enough rep to post as link)
CQ/AEM 的企业用户也有一个 LinkedIn 组。见链接:
正如 Atigar 所说,Adobe CQ5 用户论坛位于http://forums.adobe.com/community/digital_marketing_suite/cq5
CQ5 基于三个 Apache 软件基金会项目:
http://felix.apache.org/ - Apache Felix OSGi 框架。一般来说,使用 CQ5 进行开发不需要了解太多。
http://jackrabbit.apache.org/ - Apache Jackrabbit JCR 内容存储库,CQ5 运行的 CRX 内容存储库使用相同的核心代码,并带有一些扩展。
http://sling.apache.org/ - CQ5 用来处理 HTTP 请求的 Apache Sling Web 框架,包括将它们映射到脚本或 servlet。理解 Sling 的做事方式对理解 CQ 有很大帮助。
这 3 个项目也都有用户邮件列表。
使用 CQ5 的开发人员论坛相当分散。我已经为这个添加了书签:http: //tech.groups.yahoo.com/group/jcr-crx/,自今年第一年以来已经看到了 22 个帖子。
还有一个供开源 Apache Jackrabbit 用户使用的更多论坛,它是 CQ5 存储库的基础:http: //blog.gmane.org/gmane.comp.apache.jackrabbit.user。