Zemian Blog: A Programmer's Journal

My personal journal on software development and practical programming.

Thursday, November 29, 2012

A very light Groovy based web application project template

›
You might have heard of the project Grails is a Groovy version of Ruby on Rails like framework that let you create web application much more...
2 comments:
Friday, November 16, 2012

Use cygpath with -p option for your Java CLASSPATH conversion

›
I just noticed that Cygwin's cygpath command supports -p option. This is a real gem when writing Java wrapper script that needs to cov...
Saturday, November 3, 2012

What does UTF-8 with BOM mean?

›
Believe it or not, There is no such thing as Plain Text! All files in a modern Operating Sytems (Windows, Linux, or MacOSX) are saved ...
Sunday, October 28, 2012

A simple way to setup Java application with external configuration file

›
Many Java applications would deploy and run it with some kind of external configuration files. It's very typical that you would want a s...
Thursday, October 25, 2012

Simple Variable Substitution in Java String

›
When I wrote about how to improve the Java Properties class using Props , I've shown a feature where you can use variable substition suc...
Tuesday, October 23, 2012

Exploring different scheduling types with Quartz 2

›
We often think of Cron when we want to schedule a job. Cron is very flexible in expressing an repeating occurance of an event/job in a very ...
Monday, October 15, 2012

Running maven commands with multi modules project

›
Have you ever tried running Maven commands inside a sub-module of a multi modules Maven project, and get Could not resolve dependencies for ...
‹
›
Home
View web version

Contributors

  • Unknown
  • Unknown
Powered by Blogger.