• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Making a generic call to any legacy application from a runtime configuration

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a question about integration. I am working on a Rest webservice application. My applications calls multiple services. I get the configuration about the endpoint and other information from an XML file. This works as long as it is a http request to a service. But we do have legacy applications that we should call from our rest services. Those legacy applications are exposed as a jar or anything but not http. The details about the jar file will be loaded into the same XML configuration where I have the web services information. I would need to call some of the classes in those legacy apps. What would be the ideal way of leveraging the configuration information and call the legacy apps?

Any help is appreciated.

Thanks,
Padma.
reply
    Bookmark Topic Watch Topic
  • New Topic