Hi, on my project we are migrating from an existing portal to AEM cloud.
The current portal interfaces with a database to retrieve a series of data which is then printed on pages of the site. Currently, the Mybatis framework is used to interact with the database (the current portal does not run in AEM).
In Aem, is it not possible to use Mybatis?what is recommended instead?JDBC?
Thanks all!