Services Concurrency and HashMap Pavitar Singh·July 2, 2008 In theory everyone knows Hash Map is not Thread Safe and it shouldn’t be used in multi Threaded applications. But still people come out… Read more 1 comment Like
Eclipse Graphical Model Transformation Framework kaniska·June 23, 2008 In a nutshell: GMTF generates an MDA tool to carry out the smooth transformation of models through a rich UI. Problem Space In order… Read more Comment Like
Uncategorized Registering Custom Fonts for Apache FOP Fazal Gupta·April 28, 2008 This is a small article which explains the steps to register custom fonts with Apache FOP engine. Registering custom fonts with Apache FOP becomes… Read more 2 comments Like
Uncategorized ExtJS DataGrid admin·April 14, 2008 In its second innings, World Wide Web has introduced a newer approach to interact, organize & categorize information. With new Web 2.0 sites cropping… Read more 5 comments Like
Uncategorized Spring Bean Creation is Not Thread Safe Pavitar Singh·April 6, 2008 When it comes to Java Concurrency no body[except Doug Lea] is sure of correctness of the code. The major problem faced by developers is… Read more 7 comments 2 likes