See the detailed guide on why and how to automate your AEM setup with ease 😉 https://wttech.blog/blog/2023/get-your-aem-together-with-aem-compose/ Direct link to the project on GitHub: https://github.com/wttech/aemc See you at AdaptTo 2023 conference: https://adapt.to/2023/schedule/get-your-aem-together-aem-compose-the-ultimate-devex-tool
Dependencies converter for Gradle & Maven
Simply visit a page with the application: http://gm-deps.neva.zone/ Enjoy! 😉 Any feedback appreciated.
Mocking within minutes on AEM!
Check out an AEM Stubs tool on GitHub page. Simply install all-in-one CRX package grabbed from GitHub releases page and start mocking by simply creating a JSON mapping file or Groovy script file put into your AEM application. Enjoy 😉
Build rapidly AEM applications using Gradle Build System
I’d like to truly encourage all AEM developers that have a chance to setup AEM application build for giving a try to new approach based on Gradle instead of Maven. After about 2 years of battle testing Gradle AEM Plugin, I could definitely say that this is stable and powerful alternative of Content Package Maven Plugin. It is not just building…
Javarel Framework – Web MVC on top of OSGi
Hi! I’d like to share with you results of my years of expertise in OSGi world. Few years ago I decided to learn how to build web application from the scratch using most low-level OSGi components. The road to achieve a working web application using integrated libraries that I like mostly was very exhausting. Incompatibilities related with isolated classpaths, bundle…
Debugging OSGi / Apache Felix / Sling much easier
Dear developers, Basing on my experience, debugging is much easier when we know exact source code which we are using. Sometimes decompilation is a only way to deal with showstoppers. To speed up that process, I invented and implemented a tool that performs it directly on OSGi instance on runtime. Sooner or later… you will need it! Brand new plugin for…
Game dev, one code for almost any platform
Hi again! Today I’d like to show you my latest mini project which I am realizing during my study. I turned back to libGDX – nice, complete Java framework for game development. What is mostly surprising,
Fancy dependency for Laravel
Today, I’d like to share with you my favorite PHP libraries that I am using in my projects. I am quite cautious about quality of vendors that I am using so stability of proposed below are confirmed by myself. Of cource, I am using a Composer… here is a part of composer.json from some package (all of that deps in…
Open source tools for Apache Sling and AEM
Today, Cognifide published their new site named Cognifide Labs which contains libraries and tools which can be deployed on Adobe Experience Manager and on Apache Sling based applications. Try to do not reinvent a wheel, maybe some of them could be useful for you?
Why Laravel?
In most of programming languages we can observe a battle of frameworks.