Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Connect SAP UI5 app to a Java object

Former Member
0 Kudos

Hi,

We have developed few SAP UI5 applications on CE7.3.1 SP5 platform. Now we have a requirement to connect the application to Java Bean objects and EJBs. What is the best way to achieve this?

regards,

Sujesh

1 REPLY 1

former_member190457
Contributor
0 Kudos

Hi,

I'd expose a REST API e.g. through frameworks such as Apache CXF or Jersey.

Behind the scenes, the EJB might be used.

Regards

Vincenzo