All Questions
1 question
-1
votes
1
answer
230
views
How to implement a calendar event-driven workflow in Java
The project I work in requires me to write a service in Java that acts as a calendar. It should be possible to put events on the calendar, at a specific point in time.
And there should be a process ...