Directory groovy/groovy-core/src/examples/swing/

Directory Created:
2004-07-18 21:01
Total Files:
2
Deleted Files:
0
Lines of Code:
372

Browse with ViewVC

[root]/groovy/groovy-core/src/examples/swing

Lines of Code

groovy/groovy-core/src/examples/swing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 13 (100.0%) 539 (100.0%) 41.4
glaforge 2 (15.4%) 210 (39.0%) 105.0
jez 1 (7.7%) 167 (31.0%) 167.0
tug 7 (53.8%) 146 (27.1%) 20.8
dierk 3 (23.1%) 16 (3.0%) 5.3

Most Recent Commits

glaforge 2006-07-28 13:29

Updated old closure notation with pipes instead of arrows.

5 lines of code changed in:

tug 2006-06-09 14:50

Remove all @Property usage

2 lines of code changed in:

dierk 2005-11-13 20:44

fixed problem with moved XmlSlurper package

1 lines of code changed in:

dierk 2005-06-14 22:55

update to JSR Version. (oh, that one was very old...)

5 lines of code changed in:

dierk 2005-06-14 21:37

update Widgets example to latest JSR 02 rules

10 lines of code changed in:

tug 2004-09-30 20:20

did some currying to spice it up a bit

44 lines of code changed in:

tug 2004-09-30 19:29

remove duplicated headers inrtoduced in the last commit

0 lines of code changed in:

tug 2004-09-30 19:28

Replace a java like string concatination with a GString

18 lines of code changed in:

tug 2004-09-30 19:06

Slurp the XML directly from the response rather than creating a String and parsing that

5 lines of code changed in:

tug 2004-09-30 18:45

Deal with the fact that the description element is optional in RSS 2.0

Use XMLSlurper so that we can get rid of redundant [0] in GPath expressions

Also we can ommit the text() call when we want a String

7 lines of code changed in:

tug 2004-09-30 17:05

Modified to use slightly more idiomatic forms of Groovy

70 lines of code changed in:

jez 2004-09-30 11:36

An example of the Bloglines Web Services.



Written by Marc Hedlund <marc@precipice.org>, September 2004.



Used in Marc's article at:

http://www.oreillynet.com/pub/a/network/2004/09/28/bloglines.html



Requirements:

- install Groovy as detailed at <http://groovy.codehaus.org/>.

- put commons-httpclient-2.0.1.jar into GROOVY_HOME/lib

see <http://jakarta.apache.org/commons/httpclient/>.

note: this is currently designed for HttpClient2.x and not HttpClient3.x



To Launch:

groovy BloglinesClient.groovy







Thanks for sharing this example Marc!

167 lines of code changed in:

glaforge 2004-07-18 21:01

Example from Danno Ferrin using the SwingBuilder

205 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT