Git Integration comes as standard with Intellij IDEA 14.x.x Register GitHub Account in Intellij IDEA Intellij IDEA -> preferences (⌘ Comma)-> Version Comtrol -> GitHub Enter your login and password and click Test.ApplyOK Publish Project VCS -> Import into Version Control -> Share Project on GitHub ShareSelect the files you want to version and... Continue Reading →
Change Code Formatting in Intellij Idea
Preferences -> Editor -> Code Style - Java
Package JavaFX App for the Mac App Store
Yes, it's possible to compile your JavaFX code as a native app, and then code sign it and submit it to the Mac App store. Package your JavaFX App Here are a couple of great links: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.htmlhttps://gist.github.com/jewelsea/5018976 The Shell Script to Package your Code
JavaFX8 EventHandler Inner Class to Lambda
An Exit Menu using EventHandler The same using Lambda Expressions
Send JMS Object Message to ActiveMQ
In this post we are going to send a simple object message to ActiveMQ using JMS. Install ActiveMQ First install ActiveMQ as per my previous post. Start ActiveMQ as per the instructions in the previous Open the web browser and view the queues. There should be no visible queues. Create a Maven Project Create the JMSManager... Continue Reading →
Java Tomcat and Wikis
Here are a number of useful links for Java, Tomcat and hosting Wikis. JSPWiki - http://jspwiki.apache.org MediaWiki - http://www.mediawiki.org PC Review - Wikis - http://www.pcmag.com/article2/0,2817,2399624,00.asp
Find Java Installation Directory on a Mac
Open a terminal Type: /usr/libexec/java_home -v 1.7
Executing a Jar File from Fitnesse
This post follows on from Creating a Simple Java Test Using Fitnesse Create a Test Page that Uses a Jar File Go back to the main web page in Fitnesse and click on the red ? next to SimpleJarTest This will create a new page replace the contents of that page with the following: This... Continue Reading →