Manual
1. On the Project Explorer frame, right-click the EmpInfoClient and select New > Package.
The New Java Package dialog box appears.
2. In the Name field, enter com.hp.client and ensure that the Source folder is set to
EmpInfoClient/src and click Finish.
Figure 21-10 shows the New Java Package dialog box
Figure 21-10 New Java Package Dialog Box
The package for client project is created.
Creating the EmpInfoClient.java File
To create the EmpInfoClient.java class file under the EmpInfoClient package, complete the
following steps:
1. On the Project Explorer frame, right-click the com.hp.client package and select New > Class.
The New Java Class dialog box appears.
2. In the Name field, enter EmpInfoClient and click Finish.
Figure 21-11 shows the New Java Class dialog box.
Example of Integrating Axis2/Java with Spring 429