0
votes

I am creating application which should be plugin upgradable. Problem is that every plugin should consist of some client code and there should also be some sort of adapter which will fetch data to application from 3rd party site/api/... So my problem is how do I add new adapter to server programmatically when someone deploy new plugin?? Is it possible? Or is there better architectonic approach?

1
Yetti, if my answer below helped you resolve your problem, please mark it as Answered.Idan Adar

1 Answers

1
votes

Using Worklight Studio (plug-in for Eclipse), you cannot programmatically add adapters.

If you are using Worklight 6.2, you can explore the newly released Worklight CLI, which is a command line interface to create projects, applications, adapters, environments, etc... perhaps you could devise a way to intergrate this into a build a system of your own that will fit your needs.