For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.
Develop Java adapter code
Learn about implementing the JAX-RS service in the adapter and the Java™ server side API.
- Implementing the JAX-RS service of the adapter
To implement the JAX-RS service of the adapter, we must first implement the JAX-RS application class, then implement the JAX-RS resources classes.- Java server-side API
Java adapters can use the IBM MobileFirst Platform Server Java API to perform server-related operations such as: calling other adapters, getting values of configuration properties, reporting activities to IBM MobileFirst Analytics, and getting the identity of the request issuer.
Parent topic: MobileFirst Java adapters