| Author |
calling bean from a servlet
|
Nidhi Singhal
Ranch Hand
Joined: Sep 19, 2004
Posts: 89
|
|
hi, i have servlets and some bean classes containing business logic. i want to know how to call beans from a servlet. thanks.. Nidhi
|
 |
Sandeep Deshmukh
Greenhorn
Joined: Dec 06, 2004
Posts: 16
|
|
Hi nidhi To use a bean include that bean package in your classes directory, import that package into servlet and you can use the bean classes as you do in jsp. Sandeep
|
Java and Oracle Programmer
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
It is the same as you use beans in your simple normal java class.
|
 |
Nidhi Singhal
Ranch Hand
Joined: Sep 19, 2004
Posts: 89
|
|
|
thanks..
|
 |
 |
|
|
subject: calling bean from a servlet
|
|
|