Open the Base Test Class File
To begin making use of the tutorial data service service, we'll need a place to put source code, as well as a Java source file to make use of the generic data service client and handle some query results. While the client class produced with the service itself can be used for very basic testing, domain specific logic should never be placed in the client when used in a production level system. This is because the client may be regenerated, or have methods added and removed by the Introduce toolkit as changes are made to the service model.
Begin by creating a new source package in the project:
- Open Windows Explorer and navigate to C:\bootcamp\cagrid\Notepad++
- Double-click the "Notepad++" application
- Select Open from the File menu (Crtl+o keyboard shortcut)
- In the Open Dialog, select C:\bootcamp\cagrid\dist\QueryRunner-step1.java