| Author |
Jsp - Javabean - Jdbc
|
Fouad Fares
Ranch Hand
Joined: Apr 16, 2003
Posts: 38
|
|
Hello, Could you please advise me a sample in how i have to code in java a simple web apps. that have the following components : Jsp page contains 2 fields (first name / Last name) Javabean (set / get methods relative to these attributes) Java class containing jdbc to let user change these attributes stored in the database. We suppose that the database is Oracle type. Best Regards. Fouad Fares
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56164
|
|
|
You'll get better responses if you write your own code and then ask questions on the aspects that are giving you trouble.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Fouad Fares
Ranch Hand
Joined: Apr 16, 2003
Posts: 38
|
|
Dear Sir, In fact i'm not able to link the jsp with the javabean with the jdbc class responsible to make update on database. If You can give me some hint on the skeleton of these classes and how build relation between these classes. Regards.
|
 |
 |
|
|
subject: Jsp - Javabean - Jdbc
|
|
|