Introducing ‘adm4EE’: Manage Java EE Application Servers

Today I would like to announce a new project I have started at bitbucket: adm4EE I want to create a JavaFX  based management tool to ease the daily business of Java EE Application Server admins. “A tool to manage App Servers? What about the already existing admin consoles?” The aim is to keep the UI as… Continue Reading Introducing ‘adm4EE’: Manage Java EE Application Servers

FontAwesomeFX: 4.0.1 support

Refer for latest updates here. Hi, I just have updated FontAwesomeFX to support currently released FontAwesome 4.0.1 with all of it’s 369 Icons. Please note that some enum values have been changed, e.g. former AwesomeIcon.SIGNOUT is now AwesomeIcon.SIGN_OUT. Also I have added some convenience methods to the helper class: AwesomeDude.setIcon(TreeItem treeItem, AwesomeIcon icon) { AwesomeDude.setIcon(TreeItem… Continue Reading FontAwesomeFX: 4.0.1 support