September 02, 2017
Spring - Initializing a Spring Bean
In Spring, it's often necessary to run custom code during a bean's initialization—for example, to validate mandatory properties or ...Read Moreby Phee Jay
August 04, 2017
Groovy - How to Execute Groovy Scripts in Sublime Text?
This article covers the steps to setup Sublime Text to execute Groovy scripts. Read Moreby Phee Jay
August 03, 2017
How to Read Files in Groovy?
This article shows various ways of reading a text file in groovy. Read Moreby Phee Jay
August 01, 2017
How to Create Web Notifications
Web Notifications provide ways for websites to display notifications to users e.g. alerting the user about a business event or success/fai...Read Moreby Phee Jay
July 12, 2017
Spring - Lookup Method or Method Injection
Most common injection mechanisms used in Spring are Constructor and Property injections. In both the mechanisms, the injection happens only...Read Moreby Phee Jay
April 28, 2017
How to Create Custom Namespaces and Handlers in Spring
Custom namespaces in spring are a way to replace the complex bean definitions with a more user-friendly configuration. Spring itself pro...Read Moreby Phee Jay
April 13, 2017
Localization with Spring
Localization enables applications to cater to users of different locations and languages. Spring, as usual, has support for this aspect as ...Read Moreby Phee Jay