
Abstract
Tool for providing sample data for AEM applications in a simple and flexible way.
By providing JSON mapping file or implementing a Groovy script using WireMock or Moco framework be able to mock your 3rd party services within minutes without a need to set up separate mock servers (infrastructure).
Simply install ready-to-use CRX package on AEM instance and start stubbing!
Main concepts of AEM Stubs tool are:
Simplicity
1. Creating stubs should be as much simple as it is possible,
2. Reusing widely-known and battle-tested stubbing technology (avoiding reinventing a wheel),
Reactivity
1. Trivial tool deployment - installable on AEM via all-in-one CRX package in the time when stubs are actually needed,
2. Trivial stubs deployment - reloading stubs tied to regular AEM application deployment.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni