0.0.3 • Published 5 years ago

generator-netbeans-gradle v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

generator-netbeans-gradle

A generator to create gradle build scripts for Netbeans 8.0.2

How to use

  1. Install yo using npm
npm install -g yo
  1. Install generator
npm install -g generator-netbeans-gradle
  1. Enter Netbeans Project Directory and run
yo netbeans-gradle
  1. Follow the prompts on screen

Configuration

This generator generates the gradle files for the following folder structure.

  1. Application Client
  2. Application Interface
  3. Application Files (includes ejb and war)

This generator assumes the following naming convention for ease of use.

Given Project Name is "SampleProject".

  1. ApplicationClient - SampleProjectClient
  2. ApplicationInterface - SampleProjectInterface
  3. Application - SampleProject

The following package conventions is also required 1. SessionBeans - sessionbean 2. Entity - entity 3. Servelets - servlet 4. Message Beans - messagebean

Optional Configuration

  1. Set persistance.xml to use create setting. This is because Virtualbeans internally provides a drop-table option.
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago