Create a Java Bean

show me how icon Show me           tell me more icon Tell me more

  1. In the Applications Navigator, select the project you created and go to dialog or window icon open the Create Bean dialog.
  2. Enter a name for the bean (for example, NameBean) and the package (for example, telnetPackage), select java.lang.Object from the Extends dropdown list, and click OK.
  3. In the editor window, select the Source tab to edit the Java file in the Java Source Editor, if it is not the active editor.
  4. To store the input text, you can add sample code to the JDeveloper-generated code, or alternatively, enter your own code.
    code sample icon Let me use sample code
    tell me more icon Tell me more about what I see in the IDE
  5. From the File menu, choose Save.

cue cards icon Next step