All Projects → nateyolles → aem-akamai-replication-agent

nateyolles / aem-akamai-replication-agent

Licence: other
How to create custom replication agents in AEM using Akamai as an example.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to aem-akamai-replication-agent

aem-intellij-plugin
IntelliJ Platform plugin for AEM (Adobe Experience Manager).
Stars: ✭ 26 (-21.21%)
Mutual labels:  aem, adobe-experience-manager
burp-aem-scanner
Burp Scanner extension to fingerprint and actively scan instances of the Adobe Experience Manager CMS. It checks the website for common misconfigurations and security holes.
Stars: ✭ 60 (+81.82%)
Mutual labels:  aem, adobe-experience-manager
wcm-io-wcm
Extensions for AEM authoring and AEM applications.
Stars: ✭ 17 (-48.48%)
Mutual labels:  aem, adobe-experience-manager
aem-docker-getting-started
Getting started guide for development with Adobe Experience Manager and Docker.
Stars: ✭ 38 (+15.15%)
Mutual labels:  aem, adobe-experience-manager
wcm-io-caconfig
Context-Aware Configuration for AEM applications.
Stars: ✭ 16 (-51.52%)
Mutual labels:  aem, adobe-experience-manager
gradle-aem-multi
Example Multi-Module AEM application built by Gradle Build System
Stars: ✭ 31 (-6.06%)
Mutual labels:  aem, adobe-experience-manager
aem-dispatcher-experiments
Experiments to demonstrate the impact of the Dispatcher and it's configuration parameters.
Stars: ✭ 41 (+24.24%)
Mutual labels:  aem, adobe-experience-manager
aem-clientlib-async
Create AEM clientlibs that can output 'async', 'defer' and 'onload' attributes on your HTML script elements.
Stars: ✭ 45 (+36.36%)
Mutual labels:  aem, adobe-experience-manager
wcm-io-tooling
Tooling for Maven and IDEs.
Stars: ✭ 12 (-63.64%)
Mutual labels:  aem, adobe-experience-manager
aem-osgi-annotation-demo
Demonstrates OSGi Declarative Services Annotations along side Felix SCR Annotations.
Stars: ✭ 42 (+27.27%)
Mutual labels:  aem, adobe-experience-manager
aem-touch-ui-validation
AEM Touch UI Validation Library
Stars: ✭ 40 (+21.21%)
Mutual labels:  aem, adobe-experience-manager
aemscan
Adobe Experience Manager Vulnerability Scanner
Stars: ✭ 161 (+387.88%)
Mutual labels:  aem
NetStorageKit-Golang
Netstorage API for Golang
Stars: ✭ 17 (-48.48%)
Mutual labels:  akamai
AkamaiOPEN-edgegrid-java
Java library for Akamai OPEN EdgeGrid Client Authentication
Stars: ✭ 37 (+12.12%)
Mutual labels:  akamai
Zee5
Just a simple shit but no one knows
Stars: ✭ 29 (-12.12%)
Mutual labels:  akamai
jstackSeries.sh
Script for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
Stars: ✭ 28 (-15.15%)
Mutual labels:  aem
aem-stubs
Tool for providing sample data for AEM applications in a simple and flexible way. Stubbing server on AEM, no separate needed.
Stars: ✭ 40 (+21.21%)
Mutual labels:  aem
wp-akamai
No description or website provided.
Stars: ✭ 21 (-36.36%)
Mutual labels:  akamai
akamai-collector
Akamai sensor data collector with API and database support!
Stars: ✭ 60 (+81.82%)
Mutual labels:  akamai
SSSG-Ninja
All-in-one tool for site shield security group management
Stars: ✭ 16 (-51.52%)
Mutual labels:  akamai

AEM Custom Akamai Replication Agent

This project is a demonstration on how to create a custom replication agent in Adobe Experience Manager. The full description can be found at http://www.nateyolles.com/blog/2016/01/aem-akamai-custom-replication-agent.

Modules

The main parts of the template are:

  • core: Java bundle containing the custom TransportHandler and ContentBuilder classes
  • ui.apps: contains the custom replication agent component and template

Requirements

The project was created and tested with the listed requirements although it can easily be altered to work with other versions.

  • Java 1.7
  • AEM 6.1

How to build

To build all the modules run in the project root directory the following command with Maven 3:

mvn clean install

If you have a running AEM instance you can build and package the whole project and deploy into AEM with

mvn clean install -PautoInstallPackage

Or to deploy it to a publish instance, run

mvn clean install -PautoInstallPackagePublish

Or to deploy only the bundle to the author, run

mvn clean install -PautoInstallBundle

Maven settings

The project comes with the auto-public repository configured. To setup the repository in your Maven settings, refer to:

http://helpx.adobe.com/experience-manager/kb/SetUpTheAdobeMavenRepository.html
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].