Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.13 KB

YSNoteSOAP

YSNoteSOAP is a JAX-WS/SOAP application for add, list, edit, delete operations notes.

This project developed with Java(21), JAX-WS(SOAP), Hibernate(JPA implementation), HSQLDB and Maven.

How to run

Maven must be installed to run this application.

Server

Run the following commands step by step.

cd server
mvn package
java -jar target\server.jar

Client

Run the following commands step by step.

cd client
mvn package
java -jar target\client.jar

Screenshot

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer