Hello,
I am pretty much newbie in AEM atm. Working on it few months. My team requested a solution for connecting content of two websites to one database. I assume best way is to import data from AEM to both.
Here is my question, how to import from AEM some data to another site like connecting to the database from the external website.
Regards
Kamil.
Solved! Go to Solution.
"How to import from AEM some data like connecting to the database"
AEM Supports connecting to a Database by using DataSourcePool. This is how you an pull in data from a data base and display it within an AEM page. See this article and video as an example --
If you want to connect to a 3rd party Restful Web Service - you can write a service to do that - see:
AEM supports writing a custom service that can invoke a 3rd party SOAP web service:
Scott's Digital Community: Creating Adobe CQ bundles using Apache CXF that consume web services
As you can see - there are many ways in which you can get external data and display the data in AEM.
"How to import from AEM some data like connecting to the database"
AEM Supports connecting to a Database by using DataSourcePool. This is how you an pull in data from a data base and display it within an AEM page. See this article and video as an example --
If you want to connect to a 3rd party Restful Web Service - you can write a service to do that - see:
AEM supports writing a custom service that can invoke a 3rd party SOAP web service:
Scott's Digital Community: Creating Adobe CQ bundles using Apache CXF that consume web services
As you can see - there are many ways in which you can get external data and display the data in AEM.
Views
Likes
Replies
Views
Likes
Replies