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 JSF demo web application;
- a Struts2 demo web application;
- a GWT 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 Swing2 demo application – with a WebView example; with a JCEF (Java Chrome Embedded Framework) example.
The Java source code for these example applications is available from the Other Downloads page.
1 JavaFX – to display a chart using a JavaScript charting library you will need to use the WebView component.
2 Java Swing – to display a chart using a JavaScript charting library you will need to use the WebView component or JCEF (Java Chrome Embedded Framework).