I have spent about the past week looking at the JGoodies Binding source code to see what makes it tick as to better understand how I could make advised POJOs work with JGoodies. Since JGoodies used reflection to ensure that a given bean supports bound properties, the advised POJOs can pass the check without any mods to the JGoodies API. Now I need to get my demo together.