|
January 04, 2009
category: Java Technology
I wanted to use a template as input for my Code Generator, but the problem was to find one that worked in a stand alone mode, not a web based one. In my research a found few that do what I wanted. Apache Velocity and Eclipse JET/JET2.
I'll explain i...
More »
category: Java Technology
When a developer needs to create applications based on a framework (Struts, for instance), what does he do? Does he read the entire documentation to understand how to benefit from the framework's extension points? What if the documentation is not ful...
More »
category: Java Technology
In this entry, I show how to implement a JTable that allows the user to freeze a column for the horizontal scrolling, similar that what common spreadsheet applications allows you to do. Let me know if you think this JTable is extreme...
More »
|