can u exactly tell me how the JavaBeans Works... i m somewhat confused. Thanking u?

dragen_gto

New Member
Here is an extremely high level overview

JavaBeans (all Java) is a high-level program, and really it works more like a scripting language.

You will code a page/program and when the user calls it the Java Server will catch the call, pull the file, comile and process it as needed and then send to the user the finished product.
 

Beatmaster

New Member
Javabeans are used to create reusable pieces of software, typically used in generic programs.

Check out http//docs.rinet.ru/JavaBeans/html/ch01.htm#Heading1
 
Top