Have anyone here used DAY CQ? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question 开发者_如何学GoAnyone here develops on DAY CQ? Can advise what is the forum or community to seek for help? I tried to sign up to their google groups but am not able to do so
Day CQ is a Web Content Management platform based on Java and the JCR specification. Contrary to BoltClock, I would still recommend searching for Day CQ as Adobe does not seem to have really re-branded the Day products.
First I would try searching Day's Documentation at http://docs.day.com. Dacare is Day's hub for all of their support and such at http://www.day.com/content/daycare.html, you can find links to support groups, documentation, downloads and etcetera from there.
Google Groups is the right forum: https://groups.google.com/group/day-communique
Day developer web site: http://dev.day.com/content/ddc.html
Actually there is a forum to the one you can go to, it's located under:
http://forums.adobe.com/community/digital_marketing_suite/cq5
So take a look around a see if this helps.
I think the google groups is the most useful, the yahoo one constantly has spam..
Google Groups - day-communique
Yahoo 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)
The forums for developers working with CQ5 are rather scattered about. I have bookmarked this one: http://tech.groups.yahoo.com/group/jcr-crx/, which has seen 22 postings since the first of the year.
There is also a much more forum for users of the open source Apache Jackrabbit, which underlies CQ5's repository: http://blog.gmane.org/gmane.comp.apache.jackrabbit.user.
As Atigar says the Adobe CQ5 users forum is at http://forums.adobe.com/community/digital_marketing_suite/cq5
CQ5 is based on three Apache Software Foundation projects:
http://felix.apache.org/ - the Apache Felix OSGi framework. In general, you don't need to know much about it to develop with CQ5.
http://jackrabbit.apache.org/ - the Apache Jackrabbit JCR content repository, the CRX content repository that CQ5 runs on uses the same core code, with some extensions.
http://sling.apache.org/ - the Apache Sling web framework which CQ5 uses to process HTTP requests, including mapping them to scripts or servlets. Understanding the Sling way of doing things helps a lot in understanding CQ.
These 3 projects all have user mailing lists as well.
There is a LinkedIn group for enterprise users of CQ/AEM as well. See the link:
LinkedIn Adobe CQ Enterprise Users Group
精彩评论