You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dr. Jawa edited this page Jan 14, 2014
·
15 revisions
Extension Mechanism with Event, Event Bus and Listener: we added extension mechanism.
With this you can do following things:
Define your Event
Publish your Event through Event Bus
React to the Event with Listener. Example can be found here:
With the extension mechanism we implement an import statements optimizer.
Now the generated codes don't use fully qualified name, instead they use
import statements.
pic
Some bug fixes and enhancements for KissMDA Simple Java Cartridge (see the closed issues below).