Java Reference
In-Depth Information
We create two Java projects under Eclipse - data-svc and java-ws. The data-svc project
holds Java code that interacts with the database via JDBC. This project creates a library
called 'data-svc.jar. This library contains four Java classes:
DbConfig.java
DbConnection.java
Employee.java
EmployeeDao.java
The java-ws project, which resulted in a java-ws.jar library, consists of the following Java
classes:
SvrConfig.java
Server.java
EmployeeDocData.java
EmployeeRpcData.java
4.2.1 Class Diagram
A static view of the server application is depicted in the following class diagram.
Search WWH ::




Custom Search