iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Seam + Groovy + Maven : Nice Simple Hibernate POJOs
Being a long weekend, I had a couple hours yesterday to mess around with my Maven build in the hopes of integrating Groovy and ridding myself of a lot... more »
0 commentsSave Tags: frameworks, groovy, tools
How to publish your own book
Lessons learned from a DIY programming book publishing project.
0 commentsSave Tags: books, how-to, opinion
Groovy Metaprogramming - Adding Behavior Dynamically
I've been fascinated with languages like Ruby and Groovy ever since being exposed to their dynamic capabilities. I remember attending a No Fluff Just... more »
0 commentsSave Tags: groovy
Design Patterns Reconsidered
This talk has two parts. In the first, we look at what patterns are, why some people criticize design patterns, and why these criticisms do not... more »
0 commentsSave Tags: how-to, java, methodology
Testing inside a servlet with Ant, TestNG, and Groovy
In a previous post, I talked about how I run my TestNG unit/integration tests from within an EJB. The EJB implemented the old 2.0 standard, which... more »
0 commentsSave Tags: frameworks, groovy, tools
Uploading files to a groovlet
Groovlets, could be the coolest thing since sliced-bread … except for the fact that it does n’t seem to support fileupload! what? why? is there a... more »
0 commentsSave Tags: frameworks, groovy
GraphicsBuilder: Substance based filters
Continuing with the Substance related additions, it is now possible to use Fractal Flames as texture filters. I was very impressed by Kirill's demo on... more »
0 commentsSave Tags: groovy
JSyntaxPane with more Languages
Support for SQL and Property files added. Fixed Java and Groovy String escape sequences. Better Undo / Redo that groups edits.
0 commentsSave Tags: groovy, gui, java
Breaking out of closures
coming from java I’m used to using break & continue to manipulate loops. Groovy doesn’t allow these keywords, so iterating with closures presented a... more »
0 commentsSave Tags: groovy
Don't call it a static or dynamic typed language!
I don't think the use of statically typed or dynamically typed language is particularly useful or informative. I think a much better term is... more »
5 commentsSave Tags: groovy, java, other languages, ruby
GraphicsBuilder: More Shapes!
Kirill has been busy lately updating Substance with new features, a recent post on his blog shows button shapers in action. Suddenly realized that... more »
0 commentsSave Tags: frameworks, groovy
"Inject" session into Grails Service
I was looking for a way which can inject a "session" instance into Grails Service. Of cause, only service which is "session" scope can be this... more »
0 commentsSave Tags: frameworks, groovy
Grails & JMS Revisited: Topic instead of Queue
Following a question onto my post Grails Service, JMS and an MDB, I was amused and pleased to find that the grails site for the JMS Plugin had been... more »
0 commentsSave Tags: frameworks, groovy
Book Review: Groovy Recipes
I just finished reading Groovy Recipes book by Scott Davis so I would like to share my opinion about the book. Book is excellent "I'am in a Hurry"... more »
0 commentsSave Tags: books, groovy, reviews
Don't call it a static or dynamic language!
Well this one guy asked me a standard question, 'what are the advantages and disadvantages of statically typed versus dynamically typed languages?'... more »
2 commentsSave Tags: groovy, java, opinion
Reading up on Groovy and Grails
The good thing about Groovy is its likeness to Java, and reading Groovy code should pose no difficulty to a seasoned Java programmer who’s taken a... more »
0 commentsSave Tags: books, frameworks, groovy
Syntax coloring for the Swing editor pane
Ayman Al-Sairafi has a very useful project called JSyntaxPane which provides syntax highlighting capabilities for the JEditorPane Swing component,... more »
0 commentsSave Tags: gui, java
Implementing Interfaces in Groovy
The groovy.util.ProxyGenerator class provides a way to implement any interface or extend a class. Here is an example showing how to implement the... more »
0 commentsSave Tags: groovy
Rapid Web Application Prototypes with Maven and Groovy
Utilizing both Maven and Groovy you can rapidly prototype web apps, and in this blog I'll walk you through exactly how to do that. First we are going... more »
0 commentsSave Tags: frameworks, groovy, tools
Bug Or Feature, You Decide: Groovy MetaClass Programming
Those Groovy adepts who want to skip to the punchline can check out my best-seller JIRA ticket: “ExpandoMetaClass sometimes, but sometimes... more »
0 commentsSave Tags: groovy
Groovy Builders Primer
Groovy lends itself to be extremely useful as a builder for all sorts of data structures. This article intends to investigate why that is. What... more »
0 commentsSave Tags: groovy
Introduction to Grails presentation and example
I gave an introduction to Grails presentation last night at the Charleston SC Java Users Group. I figured I’d post the presentation here for all to... more »
0 commentsSave Tags: frameworks, groovy, how-to
Groovy Science Expression Validation (Part 2)
Finally! Instead of writing this entry a week ago like I said I would, I kept pushing it aside in favor of pushing ahead on the project.
0 commentsSave Tags: groovy
LiquiBase 1.7.0
It is LiquiBase 1.0's first birthday, but you get the gift: LiquiBase 1.7.0 is now available. LiquiBase is a Java-based LGPL-licensed database change... more »
0 commentsSave Tags: database
Putting Proxy-o-Matic to work
This little piece of code should create an instance of something (an unknown class) that implements the MouseListener interface, in other words, it... more »
0 commentsSave Tags: groovy
via