Skip to content

nfriaa/swing-database-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swing-database-starter-1.0.0

A Sample Swing Database / CRUD Application.

contributions welcome Travis license

Description

A sample Swing Database / CRUD Application / MDI (Multi Documents Interface) to help developers quickly start new project... The application is pre-configured with Maven, Log4j and auto load properties files under resources folder.

Dev tools

  • Java
  • JDK 1.8
  • AWT
  • Swing
  • MDI (Multi Documents Interfaces)
  • Maven
  • Log4j
  • Java Properties config files
  • H2 Database
  • MySQL

Demo

The demo folder contain a built final jar with dependencies that you can run to have an idea on the application :

java -jar swing-database-starter.jar &

Clone and create your project

To use this code in your project or to start a new application using this approach you can type in terminal :

$ git clone https://github.com/nfriaa/swing-database-starter /your-local-path/your-project-name

Also in pom.xml file change :

<artifactId>swing-database-starter</artifactId>

To :

<artifactId>your-project-name</artifactId>

;-)

         __      _             
        / _|    (_)            
  _ __ | |_ _ __ _  __ _  __ _ 
 | '_ \|  _| '__| |/ _` |/ _` |
 | | | | | | |  | | (_| | (_| |
 |_| |_|_| |_|  |_|\__,_|\__,_|

Releases

No releases published

Packages

No packages published

Languages