Hi All,
I need a suggestion from AEM experts. We are working on ecommerce development. We have integrated AEM5.6.1 with Hyris, using custom java REST API's.
Now we are planning to migrate this from AEM5.6.1 to AEM6.1 (jsp to sightly). Can someone please suggest whether this will be feasible approach to migrate this kind of dynamic website where almost each line will have a call to API methods for content rendering.
Thanks,
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Migrating to sightly isn't a problem per se, be it a very dynamic or a static site. It just enforces a strong separation of concerns between the markup creation (by sightly) and the model/the logic (probably implemented using sling models). And that's always a good idea.
kind regards,
Jörg
Views
Replies
Total Likes
If your current application is already built in AEM, nothing wrong in upgrading the version !
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
Migrating to sightly isn't a problem per se, be it a very dynamic or a static site. It just enforces a strong separation of concerns between the markup creation (by sightly) and the model/the logic (probably implemented using sling models). And that's always a good idea.
kind regards,
Jörg
Views
Replies
Total Likes
You are on the correct path - you can port these components to Sightly. In AEM 6.1 - you can use either JSP or Sightly. It supports both ways for component development.
Views
Replies
Total Likes
Thanks.
The environment is already upgraded to AEM6.1 from AEM5.6.1. I wanted to know whether this is a good thought to migrate all components into sightly. Keeping in mind "How much time consuming this will be?", "Is it good to have such kind of dynamic website in sightly?, "Will all functionality work?(such as custom xtypes)?
Regards,
Arnab
Views
Replies
Total Likes
Hi Arnab,
2 different things here..
Sightly : Is the templating engine and it just controls the view script. So even without changing it from jsp to sightly it works as is and going forward any new components can happen in sightly. However, it is good to migrate slowly to sightly to be on safe if the backward compatibility is removed in future versions of AEM.
Xtypes: xtypes really belong to 'dialog' and unless you want to support Touch UI dialog, you dont have to worry about custom xtypes. If you have to create Touch UI dialogs, then you may have to do some rework there.
Both things are not mandatory with the upgrade. Its upto the requirement/business what needs or if you would like to use the new features !
Hope it helps !
Views
Replies
Total Likes
Thanks.
The environment is already upgraded to AEM6.1 from AEM5.6.1. I wanted to know whether this is a good thought to migrate all components into sightly. Keeping in mind "How much time consuming this will be?", "Is it good to have such kind of dynamic website in sightly?, "Will all functionality work?(such as custom xtypes)?
Regards,
Arnab
Views
Replies
Total Likes
Its not required to write component in Sightly when using AEM 6.1. JSP is fully supported.
Views
Replies
Total Likes
Views
Likes
Replies