How to connect the database to ember

hi @dknutsen please send example code and structure that contains ember js as frontend and java servlet as backend using jdbc.It will help me a lot.

@KARTHIK_S it sounds like you need more help than what is practical on a forum. I suggest you look for some courses or books. For the ember frontend, Rock and Roll with Ember is a good one. For the backend, the terms you’re looking for are “java servlet” and “headless” or “api-first” or “api-only”.

You’re asking for a full-stack example with exactly the set of technologies that you want to use, but that is over-specific and is going to make it harder to find learning materials and examples. A major point of both java servlets and ember apps is that both speak web standards and don’t care which technology they’re speaking to on the other side. So it will be easier to learn about each separately to build what you want.