All Projects → Adobe-Consulting-Services → Acs Aem Commons

Adobe-Consulting-Services / Acs Aem Commons

Licence: other

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Acs Aem Commons

Asset Share Commons
A modern, open-source asset share reference implementation built on Adobe Experience Manager (AEM)
Stars: ✭ 65 (-83.5%)
Mutual labels:  aem, crx
Accesscontroltool
Rights and roles management for AEM made easy
Stars: ✭ 113 (-71.32%)
Mutual labels:  aem, crx
Gradle Aem Plugin
Swiss army knife for Adobe Experience Manager related automation. Environment setup & incremental AEM application build which takes seconds, not minutes.
Stars: ✭ 145 (-63.2%)
Mutual labels:  aem, crx
wcm-io-caconfig
Context-Aware Configuration for AEM applications.
Stars: ✭ 16 (-95.94%)
Mutual labels:  aem
aem-aws-stack-builder
Adobe Experience Manager (AEM) infrastructure builder on AWS using CloudFormation stacks
Stars: ✭ 36 (-90.86%)
Mutual labels:  aem
awesome-chrome-plugin-recommends
📊Select list of Google browser plugins
Stars: ✭ 31 (-92.13%)
Mutual labels:  crx
Aem Project Archetype
Maven template to create best-practice websites on AEM.
Stars: ✭ 337 (-14.47%)
Mutual labels:  aem
aem-spa-component-mapping
Provides a way to map Single Page Application front-end components with Adobe Experience Manager resource types.
Stars: ✭ 20 (-94.92%)
Mutual labels:  aem
request log analyzer
Extract some performance metrics from the request.log of a CQ/AEM instance. It can be used as an alternative to or in addition to `rlog.jar`.
Stars: ✭ 27 (-93.15%)
Mutual labels:  aem
AEM-DataLayer
Simple DataLayer API for Adobe Experience Manager
Stars: ✭ 33 (-91.62%)
Mutual labels:  aem
aem-cif-project-archetype
Maven template to create new CIF Project AEM projects that follow best practices
Stars: ✭ 20 (-94.92%)
Mutual labels:  aem
Slice
Slice - a framework which simplifies Sling/AEM development by using dependency injection pattern and mapping Sling resources into Java objects
Stars: ✭ 64 (-83.76%)
Mutual labels:  aem
Lol-Mock-API
Mock API Tool
Stars: ✭ 15 (-96.19%)
Mutual labels:  crx
aemtools
AEM Tools is Intellij IDEA plugin containing Adobe Experience Manager related features
Stars: ✭ 49 (-87.56%)
Mutual labels:  aem
Aem Links
Adobe Experience Manager links, cheat sheets and solutions to common problems.
Stars: ✭ 254 (-35.53%)
Mutual labels:  aem
wcm-io-tooling
Tooling for Maven and IDEs.
Stars: ✭ 12 (-96.95%)
Mutual labels:  aem
XSS
development tools
Stars: ✭ 12 (-96.95%)
Mutual labels:  crx
gradle-aem-multi
Example Multi-Module AEM application built by Gradle Build System
Stars: ✭ 31 (-92.13%)
Mutual labels:  aem
aem-osgi-annotation-demo
Demonstrates OSGi Declarative Services Annotations along side Felix SCR Annotations.
Stars: ✭ 42 (-89.34%)
Mutual labels:  aem
AEM-UP
🚀 AEM Author, Dispatcher and Publisher in one VM managed via Vagrant and provisioned via Ansible
Stars: ✭ 18 (-95.43%)
Mutual labels:  aem

ACS AEM Commons

Join the chat at https://gitter.im/Adobe-Consulting-Services/acs-aem-commons

Build Status

Code Climate Issues

Coverage Status

This project is a unified collection of AEM/CQ code generated by the AEM consulting practice.

Building

This project uses Maven for building. Common commands:

From the root directory, run mvn -PautoInstallPackage clean install to build the bundle and content package and install to a CQ instance.

From the bundle directory, run mvn -PautoInstallBundle clean install to build just the bundle and install to a CQ instance.

Using with VLT

To use vlt with this project, first build and install the package to your local CQ instance as described above. Then cd to content/src/main/content/jcr_root and run

vlt --credentials admin:admin checkout -f ../META-INF/vault/filter.xml --force http://localhost:4502/crx

Once the working copy is created, you can use the normal vlt up and vlt ci commands.

Specifying CRX Host/Port

The CRX host and port can be specified on the command line with: mvn -Dcrx.host=otherhost -Dcrx.port=5502

Distribution

Watch this space.

Rules

  • Spaces, not tabs.
  • Provide documentation in the parent org GH project: https://github.com/Adobe-Consulting-Services/adobe-consulting-services.github.io
  • Target AEM as a Cloud Service. AEM 6.5.x only features can still be contributed, but please create a Feature Review Github Issue before working on them to ensure they will accepted. Check the compatibility table for compatibility of older versions.
  • API classes and interfaces must have JavaDocs. Not necessary for implementation classes.
  • Don't use author tags. This is a community project.

Want commit rights?

  • Create an issue.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].