We have developed an application with DNN framework and llblgen Self-servicing components. We want to to expose some of our business logic components as webservices. Here are my queries regarding this:
Is it advisable to expose llblgen objects as parameters and return values in webservice?
Which mode is more suibable for webservices - SelfServicing components or Adapter components?
As we already have developed our application with Self-servicing components, can we add a new set of llblgen components in Adapter mode? In other words, can we have both Self-servicing and Adapter mode components side-by-side within the same application?
If adapter mode is the one to go ahead for webservices, how easy it is to convert the existing Serf-servicing components?