Go AVDN
Play With the Brief Demo
In the Introduction chapter, we see a Brief Demo Application , it can Hot Reload MetaBundles, but unless there is new data, Reload can get nothing changed, and now you are required to provide some new metadata to be reloaded.

Preparation

Choose a text editor to modify XML files. Start a Brief Demo App from local computer.

Modifying The App's MetaBundle

It's easy to modify textual information displayed on the Demo App's UI, as they are loaded from the main class' MetaBundle.

Modifying Java Annotations

You can modify or add annotations for arbitrary Java packages or classes, by modifying their associated MetaBundles.

Automatic Reload

Do I have to press the [Reload MetaBundles] button everytime to reload metadata changes? Of course not, but you should know that...