Home
Music_Metasearch
Music Top Sites
Music Store

AllMusicListings
Concert Listings
Concert Tickets

AllMusicTalk
Chat Rooms
Message Boards

MusicNews
Pop Music News
Pop Music Reviews
Music Business
MP3 News

Community Blogs
Free Member Blogs

AllMusicPages
Free Web Pages

AllMusicBookmarks
Your Bookmarks

AllMusicFun
Musical Postcards
Relationship Test
Tarot Readings
Numerology

Music Auctions
Auctions
Classifieds

Music Apparel
AllMusicSearch Apparel

Music Store
MP3 Players
Audio Equipment
MP3 Software

Musical Instruments

Music Books
Music Magazines

Music T-Shirts

Alternative Rock
Blues
Broadway & Vocal
Children's
Christian & Gospel
Classic Rock
Classical
Country
Dance & DJ
Folk
Hard Rock & Metal
International
Jazz
Latin Music
Miscellaneous
New Age
Opera & Vocal
Pop
R&B
Rap & Hip-Hop
Rock
Soundtracks

Music Videos
Music DVDs

AllMusicSearch Music Directory
Web Directory
AllMusicSearch.com Music Guide

FAQs, Help, and Tutorials (17)

See Also:
Sites:

http://www.juixe.com/techknow/index.php/2006/12/13/embedding-groovy/
» Embedding Groovy Open in a new browser window
   Brief, on embedding Groovy in programs to allow compiling and running Groovy scripts on running systems. TechKnow Zenze.
   http://www.juixe.com/techknow/index.php/2006/12/13/embedding-groovy/
http://jroller.com/pyrasun/category/Groovy
» Exploring the Mysteries of Groovy Properties Open in a new browser window
   Review and tutorial. Pyrasun, The Spille Weblog.
   http://jroller.com/pyrasun/category/Groovy
http://www.ibm.com/developerworks/java/library/j-alj08034.html
» Feeling Groovy Open in a new browser window
   Informal introduction to proposed addition to standard programming languages for Java platform. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-alj08034.html
http://www.scratchprojects.com/2006/07/getting_groovy_part1_p01.php
» Getting Groovy without the Bad Clothes Open in a new browser window
   Introduces dynamically-typed scripting language for Java Virtual Machine, shows how to create a first script. scratchProjects.com.
   http://www.scratchprojects.com/2006/07/getting_groovy_part1_p01.php
http://www.grailstutorials.com
» Grails & Groovy Tutorials Open in a new browser window
   Site that collects tutorials on groovy and grails related topics
   http://www.grailstutorials.com
http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=mastering+grails
» Mastering Grails Open in a new browser window
   A series of IBM developer works tutorials on groovy and grails
   http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=mastering+grails
http://www.ibm.com/developerworks/java/library/j-pg12144.html
» Practically Groovy: Ant Scripting with Groovy Open in a new browser window
   Ant and Maven are common in build processing, but XML is sometimes a less expressive configuration format; Groovy builder utility makes it easy to mix Groovy, Ant and Maven for more expressive, controlled builds. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg12144.html
http://www.ibm.com/developerworks/java/library/j-pg08235/
» Practically Groovy: Functional Programming with Curried Closures Open in a new browser window
   Enhance standard closures with Curry method, invented by Haskell Curry; was in Groovy before JSR compliant releases. By Andrew Glover, Ken Barclay, John Savage. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg08235/
http://www.ibm.com/developerworks/java/library/j-pg03155/
» Practically Groovy: Go Server-side up, with Groovy Open in a new browser window
   Groovlet, GroovyServer Pages (GSP) frameworks are built on Java Servlet API. Unlike Struts and JSF, Groovy server isn't for all uses: it is simple alternate for coding server programs fast and easy. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg03155/
http://www.ibm.com/developerworks/java/library/j-pg07195.html
» Practically Groovy: Groovy's Growth Spurt Open in a new browser window
   With release of a JSR-241 compliant parser, changes to Groovy syntax were formalized. Treats most important changes to syntax, shows handy feature not in older Groovy. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg07195.html
http://www.ibm.com/developerworks/java/library/j-pg01115.html
» Practically Groovy: JDBC Programming with Groovy Open in a new browser window
   Shows how to use GroovySql to build simple data-reporting program. GroovySql merges closures and iterators to ease Java Database Connectivity (JDBC) coding by shifting resource management from coder to Groovy framework. By Andrew Glover. IBM developerWork
   http://www.ibm.com/developerworks/java/library/j-pg01115.html
http://www.ibm.com/developerworks/java/library/j-pg02155/
» Practically Groovy: MVC Programming with Groovy Templates Open in a new browser window
   Views are integral to MVC programming, which is ubiquitous to enterprise programming; shows how Groovy template engine framework simplifies view programming, makes code more maintainable. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg02155/
http://www-128.ibm.com/developerworks/java/library/j-pg04125/
» Practically Groovy: Mark It up with Groovy Builders Open in a new browser window
   Mimic markup languages like XML, HTML, Ant tasks, and GUIs, with frameworks like Swing; useful for fast prototyping; handy alternate to data binding frameworks when needing consumable markup fast. By Andrew Glover. IBM developerWorks.
   http://www-128.ibm.com/developerworks/java/library/j-pg04125/
http://www.ibm.com/developerworks/java/library/j-pg09205/
» Practically Groovy: Of MOPs and Mini-languages Open in a new browser window
   Primer on Meta Object Protocol, an old-is-new way to build programs, languages, and programs as languages. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg09205/
http://www.ibm.com/developerworks/java/library/j-pg10255.html
» Practically Groovy: Smooth Operators Open in a new browser window
   Java bans operator overloading. Groovy does not. Learn everyday uses of 3 types of overloadable operators. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg10255.html
http://www.ibm.com/developerworks/java/library/j-pg05245/
» Practically Groovy: Stir Some Groovy into Your Java Apps Open in a new browser window
   Shows many ways to embed simple, easy-to-write Groovy scripts in more complex Java code; where and when it's useful. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg05245/
http://www.ibm.com/developerworks/java/library/j-pg11094/
» Practically Groovy: Unit Test Your Java Code Faster with Groovy Open in a new browser window
   First installment; shows simple way to unit test Java code with Groovy, JUnit. By Andrew Glover. IBM developerWorks.
   http://www.ibm.com/developerworks/java/library/j-pg11094/

This category needs an editor

Last Updated: 2007-01-08 08:17:18



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by AllMusicSearch.com editors

Free previews by Thumbshots.org