Overview
A Java program written in JavaFX framework that made my development work easy when I was in the IBM BEA project.Project nature: Individual (for work purposes)
Year: 2016
Functionalities:
1. Read SQL files, display schema information
2. Generate EJB entity classes with getters and setters (member variables in lowerCamelCase)
3. Generate processor classes with setter methods from the entity classes
4. Read values from specific CSV file with column header
5. Generate CREATE TABLE SQL statement from lists of column specifications stored in text files
6. Generate CSV files with random values (in maximum length of their defined formats)
7. Search column names with partial text
8. Format SQL files with alignment
* This tool can be installed on jPlatform.
Screenshots