Multiple CRUD/File Maintenance Forms
<[email protected]> Mon, 16 May 2016 15:18:34 +0000 (UTC)
| Newsgroups | gmane.comp.java.netbeans.education |
|---|---|
| Message-ID | <[email protected]> |
I need to create a data entry enterprise application that contains file maintenance (CRUD) screens for 60 MySQL data files with relations among them (primary and foreign keys...) and the number of fields varies from 4 to 25. So I am looking for some sort of wizard that creates such screens automatically with some data validation since it is relational database. I understand that I still need to do some coding, but things like these are very common (from my experience with other platforms) and most of the coding is automatically generated. I tried the Master/Detail Form, but it doesn't do any validation when you create a new record especially when you enter a primary key value that does not exist in the other table unless I am missing something!! Since this is a new application, I am open to any Java technology/platform... I appreciate you pointing me to a subject to read about, or an example, tutorial, book,... This is for a Desktop Application (not Web) with MySQL database using NetBeans IDE 8.1. Thank you Bash