Skip to Content
0
Former Member
Aug 11, 2016 at 09:32 PM

How to develop XSA Java module in Multi Target Application?

289 Views

Hello, Is there any detailed sample project like the "Tinyworld" to demonstrate how to use Java module instead of node.js module in a multi-target application for XSA?

There are still many points not clear no me. For example, the document mentions oData can be defined in Java module. But should we still just write something like .xsodata file or we do need to put some Java code? And how to define the database connection? Should we do it by "Binding datasource" after deployment or define db provider in mta.yaml? We must deploy Java module alone or can we bundle it together with other module? And can we develop Java module in WebIDE?

Thanks!