Those are some of my notes on writing a simple android app using IntelliJ IDEA Ultimate. Initially we need Java SDK (1.7 is preferred, since Gradle and the Android SDK does not officially support builds with 1.8 as of the time of writing and there are some issues with it) and the Android SDK By setting up the gradle plugin… Read more →
There are two versions of JBoss: AS (Application Server) and EAP (Enterprise Application Platform). You can read more about the differences here. I will use EAP 6.3.0 and Java 1.8 for this setup. Download and unzip. In my case in c:\jboss-eap-6.3 The first thing you need to do is to add an user, so from elevated prompt run C:\jboss-eap-6.3\bin\add-user.bat and… Read more →