Question

I'm developing a RSS feed worklight application which shows some categories of feeds like education, entertainment, sports, technology, business etc.

Upon selecting a category I'm showing the list of websites names from where i'm showing the feeds. I've created many adapters i.e for each individual website of each category, i had created adapter and configuring domain name and path.

Q: Is it possible to show the feeds from a website for which i've not created adapter. is it possible to create adapter dynamically?

Was it helpful?

Solution

In your HTTP adapter's connectivity policy section, you specify the backend server the adapter will be sending its request to.

It is not possible to change this during runtime. So the answer is no.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top