cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tutorials for Creating a full stack CAP application using separate layers of UI5, node.js and HANA

max_mueller007
Explorer
0 Kudos
579

Hello,

I am looking for tutorials, where I can build separate modules for Node.Js, UI5 and HANA, and then connect them together to form a fully fledged application, based on a use case from one of the previous projects I was a small part of, so as to upskill myself and apply the knowledge in my future projects. 

However, I could not find any tutorials, for connecting separately created modules to this purpose. 

 

Could anyone please help me with the same, where I can find the relevant resources?

 

Many thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

martinstenzig
Contributor

Did you have a look at https://github.com/SAP-samples/cloud-cap-samples/? SAP uses as an example of how you can structure different component in different projects (even though in this example it is in on repo).  

You can have a look at he CAP website or DJ Adams posts and videos to learn more about plugins. 

I personally use the plugin mechanism to string together 9 modules. 

If you don't want to deploy them together but see each one as a standalone micro service that build on it, you can use the MTA and some destination magic to make that happen.