You can edit your EJB 3.1 applications in your source code
by directly modifying your source code and the annotations in the Java™ editor or by using the Annotations
view.
Content assist and EJB 3.1
The content assist tool is a feature of the workbench.
You can type code in your Java editor and the content assist tool recommends possible ways to complete
your code.
Deleting EJB 3.1 beans
Once you have created an Enterprise Java bean, you might want to delete it. The
instructions in this document describe the basic steps that you can
take to delete the bean.
Refactoring EJB 3.1 Java elements
Using workspace refactoring operations, you can quickly
and safely rename code artifacts globally across your application.
The workspace recognizes EJB 3.1 applications and manages changes
to relevant annotations and deployment descriptors.