yusufsefasezer / YSNoteSOAP

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

Home Page:http://www.yusufsezer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://www.yusufsezer.com

License:MIT License


Languages

Language:Java 100.0%