EJB Remote Invocations over REST

From NovaOrdis Knowledge Base
Revision as of 22:14, 1 May 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

EJB calls can routed over REST invocations by changing "@EJB(lookup = "")" into "@Inject" and adding a RestClientProducer as shown in the example linked below.

GitHub Example

https://github.com/NovaOrdis/playground/tree/master/jee/ejb/ejb-over-rest