aspose file tools
The moose likes JSP and the fly likes Jsp - Javabean - Jdbc Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Jsp - Javabean - Jdbc" Watch "Jsp - Javabean - Jdbc" New topic
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
    
  13

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jsp - Javabean - Jdbc
 
Similar Threads
simple struts conditional?
simple question
why we need javabeans?
select drop down question
Connection Bean