Even Java Desktop applications can use web services, and in this article, we will take a look at how to make a call to a SOAP web service and receive a response. For this simple example, we will make use of “The Naked Web Service” which was produced as an earlier article.
Continue reading “Java client calling SOAP web service”Monitor folders for changes
This is a simple bit of code to monitor a directory and send a signal when something changes within that folder.
The purpose of this project is to be able to monitor one, or more, directories so that the application is notified anytime a new file is added to the directories under observation. Continue reading “Monitor folders for changes”