|
|
|
|
Written by Aminur Rashid
|
|
Friday, 26 February 2010 |
In the last JDeveloper> extension for JFX I used the initial release of JavaFX. The support for compiling a javafx file was missing in the extension. Moreover, the extension didn't make use of the JavaFX SDK.
I have finally upgraded the extension, to use the JavaFX SDK. With this, we no longer need to add the ".fx" extension to the list of files to be copied to classpath during compilation.
The extension works on the assumption that an entry in environment PATH is set, which points to <JAVAFX_SDK_HOME>\bin folder.
There is no Drag and Drop support yet. And of course there will be bugs which you can point out or fix.
To use the new extension, please remove the old extension jar from jdev_home\jdev\extension folder and add the new jar oracle.jdeveloper.javafx2.jar to folder. Restart Jdeveloper. [Once more, please do not forget to add <JAVAFX_SDK_HOME>\bin to your system PATH variable].
You can download the JavaFX SDK from javafx website.
Be first to comment this article | Add as favourites (19) | Quote this article on your site | Views: 380 |
|
Last Updated ( Friday, 26 February 2010 )
|
|
Read more...
|
|
|
Written by Aminur Rashid
|
|
Saturday, 20 February 2010 |
JavaFX is an expressive rich client platform for creating and delivering rich Internet experiences. More on JavaFX can be found at http://javafx.com/.
JavaFX was the Official Rich Client Technology for the 2010 Winter Games. [http://www.oracle.com/us/corporate/press/049166]. I forsee the technology getting a push from Oracle specially after the Sun-Oracle merger. Infact I have read somewhere that JavaFX will be same to java Swing, what JSF was to Struts.
And it was surprising to find there is no support in JDeveloper currently for JavaFX. (Offcourse now with Sun deal, Netbean with JavaFX support goes to Oracle but still for the lovers of Jdev its missing.)
Be first to comment this article | Add as favourites (27) | Quote this article on your site | Views: 448 |
|
Last Updated ( Saturday, 20 February 2010 )
|
|
Read more...
|
|
|
Written by Aminur Rashid
|
|
Friday, 28 August 2009 |
|
Oracle had this excellent graph utility in the earlier releases of Jdeveloper. It was Bi-graph, which user can use to represent the data in graphical forms. This has been replaced in JDeveloper 11g by DVT component. However, the new Faces DVT component forces user to use Faces components, which may not be a requirement always. Neverthless, both the components (old BI graph and latest DVT components) are closely tied to the Datacontrols. What if user has Hibernate at the server side and want to use these components. The writeup, descibes one of the different ways, to show the data using BI Graph.
The IDE used was : Oracle Jdeveloper
Idea is to create an oracle.dss.thin.beans.graph.ThinGraph object in the background, set the data from any datasource (dummy data in this example), export the graph as image, and show in the JSP
Be first to comment this article | Add as favourites (47) | Quote this article on your site | Views: 441 |
|
Last Updated ( Saturday, 29 August 2009 )
|
|
Read more...
|
|
|
|
<< Start < Prev 1 2 Next > End >>
|
| Results 1 - 9 of 10 |