문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top