Java Wikipedia API 3.0.7 released
The main purpose of the Java Wikipedia API (Bliki engine) is the rendering of the Wikipedia (aka Mediawiki) syntax into HTML.
0 commentsSave Tags: eclipse, frameworks, java, tools
Understanding the Java closures debate
With three proposals vying for inclusion in Java 7, understanding closures and the arguments for and against their inclusion in the Java language is... more »
0 commentsSave Tags: java, trends
Java Reporting – Part 3
Through the previous articles (Part 1 and Part 2) we've covered the Jasper introduction, architecture, environment, and finally we managed to run a... more »
0 commentsSave Tags: java
10 Different Charting Solutions
10 Different charting solutions for the web using JavaScript, Flash, Silverlight, and Java. Surprisingly no mention of Google Charts.
0 commentsSave Tags: flash-flex, java, javascript
Java Reporting With Jasper Reports - Part 2
Welcome back to Java Reporting series. For those who didn't read the introductory article; have a look here before we get started. Today we're going... more »
1 commentsSave Tags: java
Dilbert and the Complicated JDK Slide
This Dilbert comic strip reminded me of a drawing I did a while back to try and explain the critical nature of our bug tracking system, and how all... more »
0 commentsSave Tags: humor, java, tools
Updated Substance 5 documentation
The following documentation has been updated to reflect the latest stable drop of 5.0dev: * Skin overview document, along with sample... more »
0 commentsSave Tags: gui, java
Getting Started with Grails (video)
In this presentation from QCon San Francisco 2007, Jason Rudolph gives an overview and demonstration of Grails.
4 commentsSave Tags: frameworks, groovy, java, open source
Groovying XML
A quick tutorial on XML processing using Groovy.
0 commentsSave Tags: groovy, how-to, xml
SqlSheet 0.1.0 released
There are a number of similar JDBC-Excel driver out there, but most seem to be nearly abandoned. Moreover, they all either use native pieces, are... more »
0 commentsSave Tags: database, java, open source
First experience with Groovy and Grails support in NetBeans 6.1
Recently many blog postings related to NetBeans with Groovy and Grails integration appeared on groovyblogs.org. See Guillaume Laforge's Groovy /... more »
0 commentsSave Tags: frameworks, groovy, opinion, tools
SwingX : One View to Rule Them All
One View to Highlight them All, One View to Filter them All and in SwingX Bind them. Centralize the filtering and highlighting in a View that is... more »
0 commentsSave Tags: gui, how-to, java, open source
Auto-scrolling in Swing applications
Auto-scrolling is a feature that can be found in most mainstream modern applications. Pressing the middle mouse button transfers the application into... more »
0 commentsSave Tags: gui, java, open source
Differences between source level 1.5 and 1.6 in NetBeans
When you create a new project you can specify the source level and the JDK to use with it. This is an important fact because depending on the source... more »
0 commentsSave Tags: frameworks, gui, java
Java SE 6 Update N build 13 has arrived, new Java System properties introduced
Hello guys, just to point you out this new update for Java SE 6 update N b13. It works flawlessly.
1 commentsSave Tags: announcement, java, unix-linux
Log4J the groovy way...
While developing around now or then one wants something printed out at the console of his/her IDE. Well, with Groovy, it's easy: println "Hello... more »
0 commentsSave Tags: frameworks, groovy
Drop Down Buttons in Swing: A New Alternative
The literature on Drop Down Buttons in Swing, as this search of Google reveals, is not extensive. And what there is is dated. Here I give a brief... more »
0 commentsSave Tags: java
A Practical Example of Application Tuning
Mike Brunt, of Alagad, discusses how he tuned an application by working with the myriad of JVM settings. Examples complete with charts and config... more »
0 commentsSave Tags: coldfusion, frameworks, java, server
Controlling Lego Mindstorms with Java (Lejos)
I just had the chance to play around with Bryan E. Smith's Lego Mindstorms robotics kit. We installed Lejos and I was coding programs directly from... more »
0 commentsSave Tags: frameworks, java
Generate a PDF book with groovy and iText
A short guide to generating pdf content using the iText library through groovy. The article demonstrates and ad hoc text format that is parsed in... more »
0 commentsSave Tags: how-to, java, other languages
Import XML to your database using Groovy
Article describing how easy it is to import XML content into database by using classes from groovy.sql.Sql package.
1 commentsSave Tags: database, java, other languages, xml
via