Servlet code for both 6.1 and 6.3 | Community
Skip to main content
shaheenas113483
New Participant
May 9, 2019
Solved

Servlet code for both 6.1 and 6.3

  • May 9, 2019
  • 1 reply
  • 1148 views

I need to write servlet code which can run in AEM 6.1 as well as in 6.3. But, as we use Felix in 6.1 and SCR in 6.3 how to write a common piece of code that works for both?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

you can use felix annotations in 6.3 as well. Make sure you have felix scr annotations and other dependencies included in 6.3 projects POM.

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
May 9, 2019

you can use felix annotations in 6.3 as well. Make sure you have felix scr annotations and other dependencies included in 6.3 projects POM.

Arun Patidar