Before that we should understand why we should create data visualization using wffweb.
wffweb provides tag and attribute Java classes for generating HTML tag and attribute. The tag and attribute can be modified from the server which will reflect in the client browser page. We don't have to write any JavaScript to do this, that's the main advantage.
Now, let's think about the data visualization ui development in wffweb. Using svg tags and attributes we can create a data visualization UI. It's quite natural that we need to update the UI in real time, that will be easy with svg tags because all we want is to update the svg tag (children tags) and attributes which is very easy in wffweb Java code.
In the FAQs of wffweb it is mentioned. Sample code will be published here later.
wffweb provides tag and attribute Java classes for generating HTML tag and attribute. The tag and attribute can be modified from the server which will reflect in the client browser page. We don't have to write any JavaScript to do this, that's the main advantage.
Now, let's think about the data visualization ui development in wffweb. Using svg tags and attributes we can create a data visualization UI. It's quite natural that we need to update the UI in real time, that will be easy with svg tags because all we want is to update the svg tag (children tags) and attributes which is very easy in wffweb Java code.
In the FAQs of wffweb it is mentioned. Sample code will be published here later.
No comments:
Post a Comment
Have you used java webfirmframework?