-1

Anyone 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

Shawn
  • 8,374
  • 5
  • 37
  • 60
sds
  • 7
  • 1
  • 2

8 Answers8

3

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.

Dan
  • 364
  • 1
  • 2
3

Google Groups is the right forum: https://groups.google.com/group/day-communique

Christian
  • 3,503
  • 1
  • 26
  • 47
1

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.

atgar
  • 216
  • 1
  • 2
1

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)

Steven Gall
  • 113
  • 7
1

Day developer web site: http://dev.day.com/content/ddc.html

Joseph
  • 806
  • 5
  • 17
  • 34
0

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.

David Gorsline
  • 4,933
  • 12
  • 31
  • 36
0

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.

Bertrand Delacretaz
  • 6,100
  • 19
  • 24
0

There is a LinkedIn group for enterprise users of CQ/AEM as well. See the link:

LinkedIn Adobe CQ Enterprise Users Group

Nev
  • 1,529
  • 21
  • 18