Getting started developing Windchill Event Listeners
Unfortunately, all examples I have seen assume too much background knowledge. They are not for the beginner. Where is the "Getting Started Guide for Developing Windchill Event Listeners"? We need to know:
1) Where to put the source code?
2) Which package to use?
3) Which jar files to include?
4) How to compile it?
5) Where to put the class file?
6) How to register it?
7) How to use xConfManager to update wt.properties?
😎 How to restart Windchill so MethodServer will find it at startup?
😎 How to test and debug the code?
The closest thing I've found is
Windchill Customizer’s Guide (9.1 MR070):
It is an older version when PTC used to support customization. Unfortunately, they now refuse to support it in the versions since then and even obscured all the figures in above document, presumably so you are forced to buy training from them.

