RE: newbi javabeans

2001-02-28 Thread guyr

Sure, a javabean is just java code with some method naming structure.  Java
code can call other java code.

-Original Message-
From: teh j [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 28, 2001 6:37 PM
To: [EMAIL PROTECTED]
Subject: newbi javabeans


hello!

I am fairly new to java beans but i was wondering if
it were possible for one java bean to call another
should it need to?
Im fairly certain it is possible 
its just that i havent really seen this done before.

Jason


_
http://invites.yahoo.com.au - Yahoo! Invites
- Organise your Mardi Gras party online!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: newbi javabeans

2001-02-28 Thread Brett W. McCoy

On Thu, 1 Mar 2001, teh j wrote:

 I am fairly new to java beans but i was wondering if
 it were possible for one java bean to call another
 should it need to?
 Im fairly certain it is possible
 its just that i havent really seen this done before.

A Javabean is just a Java class that adheres to a specific design pattern
for public methods and events.  If you have a bean and want to interface
with another bean, you know that the other bean will have defined ways of
manipulating its behavior.

You should probably see
http://java.sun.com/docs/books/tutorial/javabeans/index.html for more
information on Javabeans.

-- Brett
 http://www.chapelperilous.net/~bmccoy/
---
"If that man in the PTL is such a healer, why can't he make his wife's
 hairdo go down?"
-- Robin Williams


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]