The new netbeans 5.5 or higher interface allows easy creation of a Web CRUD application, using automatic generation templates.
If you have postgreSQL installed, or will do it, I have created a html slide presentation that shows how you can create an application to CRUD (create, retrieve, update and delete) a simple pair of tables, phones and people, that has a 1:N relationship. Well, you may extrapolate from postgres to your favorite database as well, it is not so hard, provided a JDBC3 driver for your database.
I have published the slides here: My PhonesDemo. I am confident you will be able to understand my English text writing, as long as you allow some misspells and other errors here and there :)
If you give it a try, post your comments!
1 comment:
Dear Duó,
You paper about the process of creating a Web CRUD application is really interesting. As soon as I have the time I'll be practicing my programming skills a little bit more through your excellent step by step tutorial.
If the web content were as good and organized as is your paper, everything would be easier for us.
Congrats from your Computer Engineering student and go on producing quality material for all the world's IT lovers.
Leniel
Post a Comment