Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:groovy [2010-03-11 22:24] becki |
becki:linux:groovy [2010-03-15 09:57] (aktuell) becki |
||
---|---|---|---|
Zeile 89: | Zeile 89: | ||
Note that this would have to be done on every system which wants to run a compiled script. Therefore it is better to create a jar file wich already includes the necessary depcendencies. This is described [[groovy>WrappingGroovyScript|here]]. | Note that this would have to be done on every system which wants to run a compiled script. Therefore it is better to create a jar file wich already includes the necessary depcendencies. This is described [[groovy>WrappingGroovyScript|here]]. | ||
- | ===== Groovy with Java Web Start and Apache Pivot == | + | ===== Java Web Start == |
- | FIXME http://www.ibm.com/developerworks/xml/tutorials/x-pivottut/ | + | FIXME Add Groovy specific infos about Java Web Start here. |
+ | |||
+ | See also [[java#java_web_start|generic Java Web Start]] | ||
+ | |||
+ | ===== Apache Pivot == | ||
+ | |||
+ | FIXME Add Groovy specific infos about Pivot here. http://www.ibm.com/developerworks/xml/tutorials/x-pivottut/ | ||
+ | |||
+ | See also generic [[Apache Pivot]] | ||
+ | |||
+ | ==== Java Web Start == | ||
+ | |||
+ | FIXME Add Groovy / Pivot specific infos about Java Web Start here. | ||
+ | |||
+ | See also [[Apache Pivot#java_web_start|general pivot specific things about Java Web Start]] | ||
===== Dynamic Typing == | ===== Dynamic Typing == | ||
Zeile 163: | Zeile 177: | ||
===== Open Questions / To do == | ===== Open Questions / To do == | ||
- | * http://www.ibm.com/developerworks/java/library/j-pg03155/|GroovyServer Pages]] | + | * Grails: http://grails.org/doc/latest/guide/17.%20Deployment.html http://grails.org/Deployment |
+ | * [[http://www.ibm.com/developerworks/java/library/j-pg03155/|GroovyServer Pages]] | ||
* [[http://docs.codehaus.org/display/GROOVY/Extended+Guide+to+Method+Signatures|Named arguments]] are possible. Are they useful? | * [[http://docs.codehaus.org/display/GROOVY/Extended+Guide+to+Method+Signatures|Named arguments]] are possible. Are they useful? | ||
* Final classes can be [[ibm>java/library/j-pg06239.html|extended]] | * Final classes can be [[ibm>java/library/j-pg06239.html|extended]] | ||