Hello Community!
I am working on a tutorial (Adobe Experience Manager Help | Persisting Adobe Experience Manager data in a relational database ) and have a question.
At following section, seemed like I need add some application logic to the CQJDBCProject.
I still new to the AEM and I just want to know how to make a form and store/retrieve the data to/from MySQL.
So, I don't mind using default class. As the note mentioned, there is a default class but when I open the page, it jumped to unsupported versions of AEM.
I know I'm using AEM 6.3 and this is tutorial for 5.5 / 5.6.
Does anybody know newer version of this tutorial or have the jar file I need to carry on this tutorial?
Thanks!
Ryu
Solved! Go to Solution.
Hi
here is latest Adobe Article. I tried this for 6.1 and it worked.
Article explains clearly about datasourcepool and also how to use jdbc jar file
for more ref check this out : Adobe CQ/Adobe AEM: How to Integrate 3rd party Jar file in CQ / WEM
~Manoj
Hi
here is latest Adobe Article. I tried this for 6.1 and it worked.
Article explains clearly about datasourcepool and also how to use jdbc jar file
for more ref check this out : Adobe CQ/Adobe AEM: How to Integrate 3rd party Jar file in CQ / WEM
~Manoj
Thank you Manoj!
Let me try the tutorial and I will follow up this topic!
Cheers,
Ryu
Views
Replies
Total Likes
Here is the latest DataSourcePool article for 6.3 -- Scott's Digital Community: Creating a Mail List Component for the Experience Manager Toy Store Site
Views
Replies
Total Likes
This article builds an HTL component that posts data to a Sling Servlet where a DataSourcePool is used to update a MySQL database, You still need to wrap the Database driver file into an OSGi bundle and deploy to AEM. Otherwise it will not work,
Views
Replies
Total Likes