Monthly Archives: January 2008

Integrate Jasper into Spring Framework

http://www.somaco.co.uk/index.php?Itemid=26&id=49&option=com_content&task=view http://dynamicjasperplayground.fdvs.com.ar/ar.com.fdvs.dj.example.djApp/djApp.html http://assets.devx.com/download/16974.pdf

Configuration Management and Monitoring via Spring

Externalize your configuration from war For settings that are going to change across different environments like database connection, you should externalize them from your war file. So, you can have your war be environment agnositic. Then, you can promote via simply copying your war across different environments. In Spring, there are several ways to achieve [...]

Do I need JBoss?

Recently I have been asked, "Why you need JBoss if Tomcat and Spring already give you the stuff for Web application development?".Hmm… Good question. I have kept using JBoss as I used to do EJB development and I found JBoss is a great open source application server. Later, I adopted Spring POJO container and dropped [...]

Planning a Behavioral Marketing Campaign

To have an effective marketing strategy, you should follow the steps below: Audience segmentation Targeting Positioning Audience Segmentation We normally segment our audience based on the following characteristics: Geographical – location like country, dma, city, zip Demograhical – gender, age, income, education, culture and job. Behavioral – online/offline shopping behavior, web usage, website loyalty, prior purchases. Psychographical [...]

How cookie deletion impacts ad network?

More and more people are concerned with privacy and start deleting cookie to prevent being tracked. How will this impact on the ad network? Undercount the conversion (both click and view-based). However, vast majority of conversions (70-90%) occur within 24-hour window of the corresponding click or impression and there are not too many people delete [...]