In my previous blog post Troubleshoot a DXA Java Module , I presented a solution for a very specific issue with loading a DXA Java module. Then I had the idea for this blog post -- write a short tutorial on how to write a DXA module. What follows are the steps to create a new DXA Java module (I am using DXA v1.5). In this post, I present the Content Manager items needed for the new module. In fact, these are the minimum items and properties needed for having a new working DXA module. In next post Creating a DXA Java Module (part 2) , I present the Java code and configuration needed to run the new DXA module in a web-application. 1. Create a New Module in Tridion Content Manager I am using DXA reference implementation, and I created a new module called Emerald, next to the Core module of the reference implementation. Create the following Tridion folder structure starting from Folder Emerald : 2. Create Module Configuration Component In Folder Admin , create new Componen...
talk is cheap. show me the code.