Groovy Console Template - plugin detail
Project template for Groovy console application.
Verifications for NetBeans versions
Plugin is not subject to any verification |
Introduction
A project template for creating a console application on the NetBeans Platform via Groovy.
Go here to get started: http://netbeans.dzone.com/news/how-create-modular-groovy

Creates a new empty NetBeans Platform Application. Only the Runtime Container (i.e., the 5 modules that every application needs) is used in this application, together with a sample module that is coded in Groovy. The Groovy JAR itself is also included, in a separate module. The build.xml of the sample module includes a Groovyc Ant target that is called automatically when the application is built. The application assumes that you want to code in Groovy only, i.e., no support is provided for joint Java-Groovy compilation. The template is the starting point for your own modular console applications in Groovy.
What's new in this version
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.