Re: Multiple CRUD/File Maintenance Forms
Jaroslav Tulach <[email protected]> Mon, 16 May 2016 17:32:00 +0200
| Newsgroups | gmane.comp.java.netbeans.education |
|---|---|
| Message-ID | <CAM6-voGjxgkNVh4508RE7hRrwDUWsMbJjicb=h8r90HEWgsyUw@mail.gmail.com> |
--001a114e44165839c00532f7532f Content-Type: text/plain; charset=UTF-8 Hi. have you considered DukeScript? It will help you create desktop Java application which renders through HTML. HTML is a simple markup language so generating the screens (as you mentioned) should be quite easy. DukeScript wizard comes with CRUD template to help you start with skeletal application, see: https://dukescript.com/getting_started.html Everything is smoothly integrated into NetBeans 8.1, and connecting the server backend to MySQL database should be really trivial: https://dukescript.com/best/practices/2016/01/26/jpa-and-dukescript.html I think DukeScript could be good choice for your development. Good luck! -jt 2016-05-16 17:18 GMT+02:00 <[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 > --001a114e44165839c00532f7532f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div><div><div><div>Hi.<br></div>have you considered DukeS= cript? It will help you create desktop Java application which renders throu= gh HTML. HTML is a simple markup language so generating the screens (as you= mentioned) should be quite easy. DukeScript wizard comes with CRUD templat= e to help you start with skeletal application, see: <a href=3D"https://duke= script.com/getting_started.html">https://dukescript.com/getting_started.htm= l</a><br><br></div>Everything is smoothly integrated into NetBeans 8.1, and= connecting the server backend to MySQL database should be really trivial: = <a href=3D"https://dukescript.com/best/practices/2016/01/26/jpa-and-dukescr= ipt.html">https://dukescript.com/best/practices/2016/01/26/jpa-and-dukescri= pt.html</a><br><br></div>I think DukeScript could be good choice for your d= evelopment. Good luck!<br></div>-jt<br><br></div><div class=3D"gmail_extra"= ><br><div class=3D"gmail_quote">2016-05-16 17:18 GMT+02:00 <span dir=3D"lt= r"><<a href=3D"mailto:[email protected]" target=3D"_blank= ">[email protected]</a>></span>:<br><blockquote class=3D"= gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-= left:1ex">I need to create=C2=A0 a data entry enterprise application that c= ontains<br> file maintenance (CRUD) screens for 60 MySQL data files with relations<br> among them (primary and foreign keys...) and the number of fields<br> varies from 4 to 25. So I am looking for some sort of wizard that<br> creates such screens automatically with some data validation since it<br> is relational database. I understand that I still need to do some<br> coding, but things like these are very common (from my experience with<br> other platforms) and most of the coding is automatically generated. I<br> tried the Master/Detail Form, but it doesn't do any validation when you= <br> create a new record especially when you enter a primary key value that<br> does not exist in the other table unless I am missing something!! Since<br> this is a new application, I am open to any Java technology/platform...<br> I appreciate you pointing me to a subject to read about, or an example,<br> tutorial, book,...<br> This is for a Desktop Application (not Web) with MySQL database using<br> NetBeans IDE 8.1.<br> Thank you<br> Bash<br> </blockquote></div><br></div> --001a114e44165839c00532f7532f--