https://github.com/src-mgra/my-calendar-service
MyCalendarService is a soap JAX-WS webservice with a year/month/weekday-view
https://github.com/src-mgra/my-calendar-service
calendar calendar-api calendar-service calendar-view jax-ws monthcalendar webservice year-calendar
Last synced: 2 months ago
JSON representation
MyCalendarService is a soap JAX-WS webservice with a year/month/weekday-view
- Host: GitHub
- URL: https://github.com/src-mgra/my-calendar-service
- Owner: src-mgra
- License: mit
- Created: 2017-10-31T20:57:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T12:41:30.000Z (over 7 years ago)
- Last Synced: 2025-06-21T12:06:52.800Z (4 months ago)
- Topics: calendar, calendar-api, calendar-service, calendar-view, jax-ws, monthcalendar, webservice, year-calendar
- Language: Java
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyCalendarService
MyCalendarService is a soap JAX-WS webservice with a year/month/weekday-view
Call URL with Param:
http://localhost:4435/calendarservice Param
Param = 18-10-2017-J
________________________________--> methode show
--> Parameter dateval = dd-mm-yyyy-t
t = J --> year-view /
t = M --> month-view /
t = W --> weekday
________________________________See details of implementation (without webservice) here:
https://github.com/src-mgra/MyCalendarService/blob/master/src/calendarservice/ShowCalImpl.java