The source for the client application is in the client-src directory of the EJB tutorial files, file TestClient.java in the package subdirectory com/sybase/easerver/tutorials/ejb/client.
The client connects to EAServer and calls the Glossary component to create three entries. It then calls the Query component to display all the entries in the database.
No changes are required to the source code unless you need to connect with a different account than the one created in the step “Create a user account”. In that case, edit the source and change the user name and password values.
Build the test client with Ant by running this command in your copy of the EJB tutorial directory:
build client