Demux Framework Changelog

What's new in Demux Framework 0.10.1

Dec 10, 2014
  • centralized exception handling support
  • improvements for dialog handling
  • support for AAR packages for Android
  • improved development mode support
  • nnumerous bugfixes

New in Demux Framework 0.10.0 (Nov 20, 2014)

  • simplified views and controllers development
  • common logging support on all platforms
  • Maven archetypes for native code development

New in Demux Framework 0.9.2 (Nov 5, 2014)

  • support for invoking controllers remotely on server side
  • simple HTTP client for invoking remote controllers and handling response
  • out-of-the-box serialization support based on Hessian protocol

New in Demux Framework 0.9.1 (Oct 6, 2014)

  • support for JSF application development
  • Maven archetype for quick start of JSF applications
  • out-of-the box support for PrimeFaces and RichFaces
  • out-of-the box support for Twitter Bootstrap
  • numberous bug fixes

New in Demux Framework 0.9.0 (Jul 4, 2014)

  • native launcher for desktop platforms is completed. Added support for automatic JRE download and installation
  • initial support for web applications development based on Java Server Faces

New in Demux Framework 0.8.5 (May 26, 2014)

  • This release brings major project refactoring and archetype changes.

New in Demux Framework 0.8.4 (Mar 19, 2014)

  • extension mechanism using frgament bundles
  • support for customizing bundle activators
  • refactored desktop components projects to make it more flexible

New in Demux Framework 0.8.3 (Mar 7, 2014)

  • Support for declaring event handlers independently of view
  • Binding properties of UI components to model variables

New in Demux Framework 0.8.2 (Feb 19, 2014)

  • added support to activate or deactivate views as needed
  • DEMUX cache data are stored in user's home directory
  • variaous bug fixes for Java FX version

New in Demux Framework 0.8.1 (Feb 3, 2014)

  • changed resource handling to be compatible with Android native resource system
  • added support for creating views from XML layout files

New in Demux Framework 0.8.0 (Jan 21, 2014)

  • This version brings changes to Android project system

New in Demux Framework 0.7.3 (Dec 9, 2013)

  • This version is focused on desktop native platform integration, adding new features to native launcher

New in Demux Framework 0.7.2 (Nov 25, 2013)

  • This version is focused on improvements for JavaFX desktop applications.

New in Demux Framework 0.7.1 (Nov 11, 2013)

  • This version brings further improvements to extensions system, as well as new bug fixes.

New in Demux Framework 0.7.0 (Oct 28, 2013)

  • The latest version of DEMUX Framework is released, bringing more features and bug fixes

New in Demux Framework 0.6.4 (Aug 1, 2013)

  • DEMUX Framework 0.6.4 is relesed. This is mainly a maintenance release which includes some code refactoring and minor bug fixes. Also, Maven archetypes are updated and mminor bugs are fixed.

New in Demux Framework 0.6.3 (Jul 23, 2013)

  • Improved dialog support on all platforms
  • Splash screen for Android applications
  • Dialog based progress views

New in Demux Framework 0.6.2 (Jul 16, 2013)

  • This release adds support for simplified working with dialogs on JavaFX and Android.
  • Dialogs are seamlessly integrated into MVC pattern.

New in Demux Framework 0.6.1 (Jul 9, 2013)

  • Version 0.6.1 adds support for declarative, annotations-based view and controller registration

New in Demux Framework 0.6.0 (Jul 2, 2013)

  • New Feature:
  • [DMX-18] - Internalization and localization support
  • [DMX-20] - Multitasking support

New in Demux Framework 0.3.0 (May 24, 2013)

  • First publicly available version
  • Implemented MVC framework for JavaFX desktop applications
  • Created Maven archetypes for JavaFX desktop project and bundles