September 18, 2009
Poll Result: Java Is Most Preeminent in Europe.
Some voters in this past week's java.net poll questioned whether the question could be answered, but the result showed that a plurality of voters considered Europe to be region where Java has the greatest market share among competing technologi...
More »
September 17, 2009
Sun Collaborates with Software Freedom International to Connect More than 25,000 Developers and Students in 30 Countries for Software Freedom Day 2009. Building on its commitment to empower developers and students across the globe, Sun Microsystems, Inc. (NASDAQ: JAVA) is sponsoring more than 300 community style events in more than 30 countries for Software Freedom Day (SFD) on September 19, 2009. W...
More »
|
 |
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 »
|