Java Reference
In-Depth Information
In order to do this, we need to right-click on the project, select Properties , then select
the Run category.
Then we need to enter the fully qualified name of the class to execute as the value of
the Main Class field under the Client Information section.
The fully qualified name of the main class in the Enterprise Application
Client project can be found by right-clicking on the project, selecting
Properties , then Run .
Once we have done this, we can execute our client by simply right-clicking on the
Enterprise Application Project and selecting Run . After a few seconds, we should see
an information dialog displaying the output of the session bean's method.
 
Search WWH ::




Custom Search