Skip to main content
Andreea Frincu
Home
|
About me
|
Welcome to my blog, were I try to share with you from my experience.
All
AEM
JWT
JAVA
Read a json from a file and write it in the file in Java
September 7, 2023
Reading a json object from a file or writing a json object in a file is always a task that you have to do it. Because I was always in the situation...
JAVA
Use sling transformers in AEM
August 18, 2023
Today I want to talk about an interesting problem changing from relative to absolute urls in AEM generated html. When I first heard about this my m...
AEM
JWT token and Spring boot application
May 29, 2023
JWT token is a standard which allows us to transfer JSON objects between applications securely. It is no a way to encrypt the information in order...
JWT
Using HTL in AEM application
November 4, 2020
Today I am going to write about HTL. HTL comes from HTML Template Language and is the recommended server-side template system for the HTML in AEM. ...
AEM
Convert @SlingServlet to @Component
September 22, 2019
Last problem that I had to work was actually to convert all the apache felix annotation to the new R6 OSGI annotation. Anybody who is working in an...
AEM