Connecting with MongoDB in Javascript without NodeJs

3.4k views Asked by At

I have an UI5 Application [Mobile-Fiori], and I would like to connect it with MongoDB to get JSON data to be displayed in my views.

I know it would have been possible if I used Node.js with the package Mongoose, but for my applications developed locally, I use Eclipse with Tomcat Server.

I wonder if this is possible in this way.

Thanks

1

There are 1 answers

5
matbtt On

Yes it is possible, e.g. with Spring Data MongoDB.