Documentation
-
Integrating milton into your project
Milton can be implemented in different ways with servlet containers using plain old web.xml, and by supporting frameworks such as spring MVC and Restlet And you can even use milton without any servlet container. It can easily be integrated with most ...
-
Resource Implementation
Once you've integrated milton into your project and runtime, you need to implement the application logic which milton will use Milton has two frameworks for implementations The Resource API. You implement the various resource capability interface ...
-
Compatibility
Webdav (files) Milton is compatible with all major OS webdav clients, including Windows explorer, Mac Finder, Gnome Nautilus, KDE Dolphin, etc This also includes major office productivity suites, such as MS Office and Open Office Carddav (contacts ...
-
Milton Java WebDAV Server Library Troubleshooting
If you experience any issues with the library you may use HTTP debugging proxy to capture traffic, examine failed requests and error messages as well as you may examine your web server logs. Using Fiddler You may also use an HTTP debugging proxy to ...