-
Android Core
Android – Load WebView with ProgressBar
Problem: How to load WebView with ProgressBar? Description: Previously, i have published an article for Android – WebViewClient example where…
Read More » -
Enterprise Java
Isn’t Java a Civilised Language?
A few weeks ago I was given the opportunity to learn iOS programming. My boss decided that I was more…
Read More » -
Enterprise Java
Spring MVC and JQuery for Ajax Form Validation
In this tutorial, we will see how to validate a form on server side using Ajax with Spring MVC and…
Read More » -
Enterprise Java
Spring and Quartz: Multi-Job Scheduling Service
Job Scheduling is so important requirement for the applications. Especially in large-scale projects, working with a lot of jobs can…
Read More » -
Core Java
Customized Internationalization (i18n) in Java
Internationalization (i18n) is very important in our software projects. It brings mainly these benefits: Externalizing UI strings into external files other…
Read More » -
Enterprise Java
Client-side server monitoring with Jolokia and JMX
The choice of Java monitoring tools is tremendous (random selection and order powered by Google): javamelody psi-probe JVisualVM jconsole JAMon…
Read More » -
Enterprise Java
Maven Archetype Creation Tips
I recently needed to create some Maven Archetypes for the Turmeric SOA project. A Maven Archetype for those that don’t…
Read More » -
Best Of The Week
Best Of The Week – 2012 – W08
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Core Java
Java 7: WatchService
Of all the new features in Java 7, one of the more interesting is the WatchService, adding the capability to…
Read More »