Sharing a simple example for dvt:pieGraph that uses manually created GraphDataModel(hand coded data model without using ADF binding).
Download
You can download the sample workspace from here.
Check out PieBean.java to get a feel of implementation.
[Runs with Oracle JDeveloper 11g R2 PS1]
Download
You can download the sample workspace from here.
Check out PieBean.java to get a feel of implementation.
[Runs with Oracle JDeveloper 11g R2 PS1]
3 comments:
Hi jobinesh,
I have a tricky clarification which is not actually related to this post but hoping u can give me a way.
I have a image scanning requirement (from scanners) were I get an image object from the (JTwain) from the scanner in an Applet on client side which needs to be saved in the database.
I came across a way how an applet can communicate with the backing bean using javaScript. But I am not able to send the image object to or from the applet and backing bean.
Any idea how we can achieve this please. with or without javaScript ? preferably without saving them in a temporary location in server.
You may need to try posting image content to a Servlet from the applet code
Hmm... Thank you jobinesh, But how can I get the image object from that servlet and store it in the database.
Post a Comment