whiplash
whiplash

Reputation: 725

javascript library in my Java project?

I am working on a project in Java that involves designing a speedometer. I am looking for any libraries that I can possibly use. However, I found a lot of such "gauge libraries" for javascript. Is there any way I can implement this javascript library in my project Java?

Upvotes: 0

Views: 1207

Answers (1)

Adel Bachene
Adel Bachene

Reputation: 994

I think its all depend on the architecture of your application, for example building a reactive application on the JVM, using a technology like Vert.x will allow you to do that.

I strongly recommend vert.x, you will find a lot of magic there

Upvotes: 1

Related Questions