Skip to content

yusufsefasezer/YSNoteSOAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages