HyJavaCharts, HyJavaStock and HyJavaApex are pure Java libraries that can be used by any Java web framework.
As long as your framework can add the generated JavaScript chart options to your markup at page build time then you can use this library. Most (if not all) Java web frameworks will offer some method of adding javaScript to a page.
We have included several example applications showing usage of the HyJavaCharts, HyJavaStock and HyJavaApex libraries with various frameworks. These include:-
- a Spring MVC demo web application;
- a SpringBoot demo web application;
- a JSF demo web application;
- a Struts2 demo web application;
- a basic servlet demo web application;
- a JSP servlet demo web application;
- a Wicket demo web application;
- a Vaadin framework 8 demo web application;
- a Vaadin platform (14+) demo web application;
- a JavaFX1 demo application – with a WebView example;
- a Java Swing1 demo application – with a WebView example; with a JCEF (Java Chromium Embedded Framework) example.
The Java source code for these example applications is available from the Other Downloads page.
1 See limitations and further details on how to use the libraries within JavaFX and Java Swing applications.