Tutorial needed for DB to Form display

It would be simply great! if there was a tutorial which walked one through a derby to Form interface application (there are numerous derby to table interface) available

A DB to Form tutorial similar to the: Generating Reports and PDFs (which uses a table layout) and the Corporate Travel tutorial (which also uses a table layout) would be much appreciated..

Thanks for allowing me to comment.

[411 byte] By [farmboya] at [2007-11-26 13:42:25]
# 1

Just to make sure I understand what you are looking for, do you want something along the lines of

http://blogs.sun.com/divas/entry/simple_form_tutorial

that covers updates and deletes. Maybe something like http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/dat aproviders.html#04

?

If not, can you give more detail?

jetsonsa at 2007-7-8 0:00:13 > top of Java-index,Development Tools,Java Tools...
# 2

The simple Form tutorial is ok but not what's needed...

The "data providers" uses EJB instead of the "direct" access to the db

What is needed is for the sample application CRUDForm to be available as a tutorial (build it yourself) project.

Is there anyway you could get the author of the CRUDForm to also provide the app as a tutorial..

Nearly all the tutorials that access databases use tablesI need to learn how to build apps that access db and renderer the db data as forms (text fields) versus table cells/rows..

Thanks... I realize that the folks who author these apps are busy... But I do think it will help many people who are trying to learn java and JSC

Please let us know what your decision is..

farmboya at 2007-7-8 0:00:13 > top of Java-index,Development Tools,Java Tools...
# 3

If it helps - I second the request! I'm very impressed with both the JSC product itself and the tutorials. Very solid.

However, they all focus on using tables and cells, whereas I want to modify the values in different parts of the web page, rather than all in one table. I have dozens of fields to update, and the table/row/cell setup won't work.

Thanks!

DamonLaCaillea at 2007-7-8 0:00:13 > top of Java-index,Development Tools,Java Tools...