Do you know any good tutorials - how to create plug-ins to uDIG application?
There's a tutorial in PDF form here
(retrieved from a tutorial page here that at the time of writing is down. The above tutorial was referenced from the Google cache)
There is a commercial training course available; the first day of which is available onlinelink text or in the eclipse help menu after you have completed the SDK Setup instructions.
These materials cover "day one" setup, produce a plugin, and package up your own custom app. the workbench selection tutorial is not uDig specific - it answers the question of "where to start" when working with the Eclipse RCP platform.
I cannot post more hyper links, check the developers guide for the following pages:
- SDK Quickstart (developers guide, pdf tutorial)
- Plugin Tutorial (developers guide, pdf tutorial)
- Custom App (developers guide, pdf tutorial)
- Workbench Selection (developers guide, pdf tutorial)
If you are an academic the full commercial materials are available; ask your professor to email one of the project steering committee members.
Finally the source code for the tutorials is available in version control; and is actually included in your SDK. You can import these tutorials into your workspace following the instructions here:
- Code Examples (developers guide)
- Training Materials (developers guide)