Senthilkumar Gopal

Musings of a machine learning researcher, engineer and leader

Java Articles


  • Fri 01 October 2010
  • Java

Java Mail Made Easy using Velocity Templates

For an emailing solution we used velocity templates for simpler generation of Java mail templates and data. This post explains the code and the setup to get this in simple steps.

  • Mon 05 April 2010
  • Java

PDF Generation using PD4ML

Our Project required PDF generation at various stages of the application and the uploading the same into the FileNet FTP. PD4ML was used for generation and saving the file locally into the server from which the PDF got generated to the FileNet.

  • Wed 23 September 2009
  • Java

Spreadsheet generation using Java libraries

In a recent working session, some of the best practices for a secure Android application development were discussed. Following were some of the important aspects of the discussion. Other the usual standards of securing the APK and securing the server-side components, some of the development and secure coding practices are listed in this post.

  • Tue 31 March 2009
  • Java

Job chaining using Quartz

This post is about how we used Quartz library to chain jobs rather than scheduling for indeterminate running time. This post explains the development of the Job schedule and the code changes required.

  • Fri 30 May 2008
  • Java

Criteria API in Hibernate

A post about the Criteria API available as part of the Hibernate API. This post also explores how to use the API perform SQL operations in a more object oriented manner.