Skip to content

Kissmda release 2.0.0

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