Traveling to Japan may lead to a lot of frustration for some people, especially when they are not prepared for the little quirks like language, transportation or accommodation, so I will share my experience in having a lot of fun during my Japan vacation, while mitigating all those problems with proper planning. Plan Visit sites like http://www.japan-guide.com/ where you will… Read more →
I have a Sony camera which is set to shoot in both RAW and JPG formats, so I can decide whether to keep the jpg image or to process it further. Once of the biggest problems that I have is that I always look at the jpg images, and I remove the ones that I don’t need, but the RAW… Read more →
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 →