JBrat is a java framework for developing desktop application in MVC structure.
- Built-in gradle build file
- Customizable file layout
- Router setting for mvc
- Integrate with logger
- Handle I18n in both view template and text
- jbrat-core : include classes for jbrat programming
- jbrat-generator : include the generator of components and project
- Download the zip and extract
- Copy the directory
jbrat-x.x.x
to somewhere else you like - Add the path of
jbrat-x.x.x/bin
into environment variable
- Execute command
jbrat init [project name]
- Execute command
jbrat g view [view name]
- Execute command
jbrat generate view [view name]