Application Bean Node |
The Application Bean node in the Projects window lists the application JavaBeans object. This bean has a runtime scope of Application and is where you store information that you want to preserve across all user sessions, such as an option list for a Drop Down component.
You can right-click the Application Bean node and choose Add > Property to add a bean property to be used to store information.
If you double-click the Application Bean node, the Java Editor opens to allow you to edit the ApplicationBean.java file. Do not edit this file unless you are an experienced developer.
For more information on using bean properties in managed beans like the Application Bean, see the following tutorial:
Getting Started With Java Studio Creator
| Legal Notices. Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. |