Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-2007, 09:05 PM
sin sin is offline
Member
 
Join Date: May 2007
Posts: 3
sin is on a distinguished road
javabeans?
people, forums, blogs talk about javabeans but I still donīt understand
WHAT IS JAVABEANS?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-15-2007, 07:42 AM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Hello Sin,

As this page describes, it is the component architecture for Java. You can read more details about it there but basically it defines standard rules for Java components and you obey to those rules to have a Java component.

For example, for a visual component, you should define get and set methods of the properties of this component. What does this allow? Think about your favorite IDE (Netbeans, Eclipse, JBuilder..). When you are building your GUIs in your IDE, you can easily change properties of a visual component you used in your forms by entering a new value for that property of the component. What IDE does automatically in the background is to detect properties of that visual component in the background, shows you them in a nice format (e.g. table) and when you enter new values, calling corresponding setXXX method for the property you changed.

And EJB (Enterprise Java Beans) is the server-side component architecture as this web page describes. I am not much experienced on Java EE area but i am sure someone else in the forum can answer your questions about it if you have any questions after reading that page.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
javaBeans with JSP jainpankaj15m Advanced Java 1 07-25-2007 02:15 PM
Exception in JavaBeans bbq Enterprise JavaBeans 2 07-04-2007 09:33 AM


All times are GMT +3. The time now is 04:06 AM.


VBulletin, Copyright Đ2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright Đ2006 - 2007, www.java-forums.org