Adobe Experience Manager(AEM), Is Now A Open-Source COMPONENT

Adobe announced their “Core Components” would be open sourced for Adobe Experience Manager Training. These components include:

Page authoring components:


  1. Page component
  2. Breadcrumb component
  3. Title component
  4. Text component
  5. Image component
  6. List component
  7. Sharing component

Form components:


  1. Form container
  2. Form text field
  3. Form options field
  4. Form hidden field
  5. Form button
What does this mean to me or to you? I think it means a lot. In fact, Adobe releasing the AEM core components under an open source license gives me a lot of hope.

First of all, the code is beautiful. I remember learning AEM over three years ago. At that time, my background had been in J2EE, and I was an early convert to Tag Libraries. Needless to say, I was shocked to discover the foundation AEM components were still developed using scriptlets! The code was ugly and quite difficult to follow. I felt sorry for young developers learning how to build components from this confusing web of embedded Java code. The years have been good to AEM. Take a look at the new Image Component via Github. Clean HTML with HTL markup. HTL is used in all of these components.

Take a look at the Image Model as well as its implementation. AEM is no longer using the Java or JavaScript Use-API. They are using Sling Models. Sling Models are pure POJOs, or Plain Old Java Objects. This makes Unit Testing much easier. For more information regarding Sling Models, here’s a link to the documentation: https://sling.apache.org/documentation/bundles/models.html.

With code this clean coming out of Adobe, we can expect new components based upon this code to be cleaner than anything created referencing the earlier foundation components. No longer will you cringe when you open another’s code. If the budding AEM developer has cut his teeth with clean code, there is a good chance the resultant code will also be clean. My mind reels with the possibilities.

Let me take this scenario a step further. What if a developer takes Adobe’s lead and begin to offer his custom component open source? There are too few open source options for AEM components compared to other technologies, like Eclipse/IntelliJ Plugins, JSR 168 and JSR 286 compliant Portlets, and WordPress Plugins.

This leads me to my next consideration… About a year ago I was looking at the stylesheet of AEM’s responsive grid. The code was quite similar to Bootstrap’s responsive grid. This made me wonder why Adobe didn’t just use Bootstrap’s grid. It would make the development of templates based on Bootstrap so much easier. I concluded it was possible Adobe didn’t want to tether itself to Bootstrap. I’m sure there was a licensing consideration involved. I was concerned over AEM’s future. How could Adobe promote AEM as a tool to easily create websites and not provide components based on popular libraries?

Perhaps moving to an open source license is just the beginning? Maybe Adobe is moving towards a “Digital Distribution Model”? Can you imagine a “Component Store” from within AEM, where developers could submit handy components meeting very common requirements? There would be multiple flavors of Rich Text Editors, Responsive Column Controls, and Hero Components. Adobe would be free from a dependency upon a certain version of a JavaScript library. Authors would have a plethora of resources to build the pages they want. This, of course, is wishful thinking. We wouldn’t see anything like this for a few AEM releases. I don’t even know if something like this is on Switzerland’s radar. But now I have hope it could happen. The foundation has been laid and I’m excited to see what will be built on it.

Enroll Here for attending free demo here! Mindmajix

Comments

  1. Nice content.. Thanks for sharing, keep adding more information to the post..
    DevOps Online Training

    ReplyDelete
  2. A very nice piece of blog. As a Qa testing professional I have learned this knowledge from Alphaprimetech.org it helps many students who want online training with IT courses, management courses, medical courses.

    ReplyDelete

Post a Comment