-
Software Development
Push your configuration to the limit – spice it up with statistics
So – you built a service with an advanced algorithm that uses some kind of classification in order to detect…
Read More » -
Android Core
2 Android Studio productivity tips you MUST know
This post will handle frequent tasks one usually do in Android Studio: Modifying layout XML files Observing logcat output If you do…
Read More » -
Enterprise Java
Resolve circular dependency in Spring Autowiring
I would consider this post as best practice for using Spring in enterprise application development. When writing enterprise web application…
Read More » -
Enterprise Java
Spring security 3 Ajax login – accessing protected resources
I have seen some blogs about Spring Security 3 Ajax login, however I could not find any that tackles how…
Read More » -
Enterprise Java
DAO layer – Generics to the rescue
Generics can be a powerful tool to create reusable code with the power of compile time verification (type safety..). Unfortunately…
Read More » -
Enterprise Java
Spring Profile pattern example
Recently we were introduced with the concept of Spring Profiles. This concept is an easy configuration differentiators for different deployment…
Read More » -
Agile
Build documentation to last – choose the agile way
Lately I wondered what the best way to document a project is? My documentation experience vary among different tools and…
Read More » -
Enterprise Java
How to change logging level in runtime
Changing the log logging level in runtime is important mainly in production environment where you might want to have debug…
Read More » -
Enterprise Java
Email filtering using Aspect and Spring Profile
During web application development, often the need for sending emails arise. However, sometimes the database is populated by data from…
Read More »