Adding services
The following topics describe how to add services to your Leap applications.
- Setting up your development environment
The HCL Leap runs within an OSGi framework environment. Code that extends the Leap needs to be packaged within OSGi bundles to run. Any Java™ development environment can be used to create custom bundles, but using the Eclipse IDE built-in OSGi tooling is recommended to minimize effort and errors. - Providing Groups of Dynamic Services
You can develop, deploy, and use Service Catalogs and Service Catalog Groups within theHCL Leap environment. - Service Oriented Architecture – Service Transport
HCL Leap has a powerful, and extensible, Service Oriented Architecture (SOA) integration feature. The foundation of this feature is the Service Transport.
Parent topic: Extending