Blackdrag's View
A bit Groovy Programming, a bit Java and other things too
Friday, September 22, 2006
Annotations in Groovy
›
Annotations are thought for providing MetaData. Such MetaData can be used by the compiler or other processing tools by using the source, the...
1 comment:
Monday, September 11, 2006
Groovy on Speed - a "fast mode" for Groovy
›
fast mode? What's that? The Problem: Did you ever try to meassure the performance of groovy? It is a quite difficult task. Because of th...
2 comments:
Saturday, September 09, 2006
Remote Closures
›
a better RMI? The discussion about closure support in Java is going on. Well, Groovy does have Closures and I like them much. But I asked my...
1 comment:
Friday, September 08, 2006
Getting a Groovy S.O.D.A
›
For all who don't know S.O.D.A., it is a query language for object databases. SODA is used by the successful db4o project - a object or...
4 comments:
Friday, September 01, 2006
Non Local Transfers in Groovy: A 90% Solution
›
The discussion about supporting break/continue and return in Closures is a old one. I was always looking for a 100% solution that just work...
1 comment:
Tuesday, August 22, 2006
Groovy and Scala Multithread Actors
›
Parallel exection of Methods. In my last blog entry I used a MetaClass to change the method execution modell. Some days ago a paper surfac...
2 comments:
Iterative Method Execution Modell in Groovy?
›
I wonder if that is possible... what? uh, sure, you don't know what I mean. Ok, let us see... def foo(){ bar() } def bar(){ foo() } Yo...
1 comment:
‹
›
Home
View web version