Author Archives: Nitin Gupta
Ahead of Time Compilation for JavaFX 2.0 applications
6
JavaFX 2.0 Resizing of UI Controls
Resizing of the Root
Everything that extends Region or Control and is set as the root will automatically fit to the Scene. Anything that extends Group will not.
If you do not want the application to resize with the scene, … Read More
OSGi in Practice – Part 2 (Spring DM Server )
This Blog is in continuation of my first blog on OSGi.
In the first part we saw what OSGi is and what benefits it offers. In this section I would like to share my experience in evaluating OSGi for … Read More
OSGi in practice – Part 1
OSGi:
Eclipse IDE is one of the extensively used Java development tool and I have been using it from the start of my Java programming career. One of the key features of Eclipse which impresses me a lot is its … Read More
