Whether i can use emberjs with java for creating single page website?

Hello,

I am looking to develop a single page website consisting of a menu bar. Instead of migrating to a new page, it will scroll down below. I am using Java JSP and Servlets as programing paradigm and Hibernate for ORM.

I need to know whether Ember JS be used fir such application. Are there UI components available.

Any suggestions

You can get that behavior with a smooth scroll library. As for the SPA itself, that’s what Ember does best, and it can be completely client-side, depending on the needs of your app. If you need some server-side functionality, node.js is a great fit.