-
Enterprise Java
A clean approach to Wicket models
One of the core concepts of Apache Wicket web framework is the model and IModel as its programming interface. Wicket components rely heavily on…
Read More » -
Enterprise Java
Reasons to consider spring-boot for your next Spring based application!
Spring-boot provides a quick way to create a Spring based application. There are some very compelling reasons to consider spring-boot…
Read More » -
Enterprise Java
Batch Writing, and Dynamic vs Parametrized SQL, how well does your database perform?
One of the most effective database optimizations is batch writing. Batch writing is supported by most modern databases and part…
Read More » -
Core Java
Java 7 vs Groovy 2.1 Performance Comparison
I haven’t used Groovy for 2 years, since my last touch with Grails. I get stuck in (hard)core Enterprise Java,…
Read More » -
Android Core
Android Geofencing with Google Maps
A geofence is a virtual perimeter of interest that can be set up to fire notifications when it is entered…
Read More » -
Enterprise Java
Spring Interview Questions
Also check our latest article 69 Spring Interview Questions and Answers – The ULTIMATE List. 1) What is Spring? Answer:…
Read More » -
Android Core
A Few Tips for Beginning Android Development
Here are some tips from my personal experience so far with Android development. The number of tips is actually ten, so…
Read More » -
Scala
Future Composition with Scala and Akka
Scala is functional and object-oriented language, which runs on the JVM. For concurrent and/or parallel programming it is a suitable…
Read More » -
Android Core
Creating a Google TV Sliding Navigation Menu
The standard design pattern for Google TV apps is generally to use the LeftNavBar library. Unfortunately there isn’t an apklib…
Read More »