DEMUX Framework Changelog

What's new in DEMUX Framework 0.9.0

Sep 8, 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.2 (Feb 20, 2014)

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

New in DEMUX Framework 0.8.1 (Feb 4, 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)

  • more user-friendly Android project layout
  • additional Maven archetype for building bundles for Android platform
  • improvements to Android application bundle loading
  • integration with Maven Android plugin

New in DEMUX Framework 0.7.3 (Dec 10, 2013)

  • Additional configuration options for the launcher
  • Search for JRE installations in common locations on Windows, Linux and Mac OS X

New in DEMUX Framework 0.7.2 (Nov 25, 2013)

  • Support for menus and toolbar
  • GUI construction from FXML files
  • Improvements for visual feedback for long-running tasks

New in DEMUX Framework 0.7.1 (Nov 11, 2013)

  • Ability to define extension callback-specific data
  • Registering resources for extensions
  • Using annotations for extensions definition
  • Improved dynamic view registration

New in DEMUX Framework 0.7.0 (Oct 28, 2013)

  • This version brings an extensions system, which allows customization of 3rd party modules. This feature enhances code reuse and allows existing modules to be shared and customized seamlessly.

New in DEMUX Framework 0.6.4 (Jul 29, 2013)

  • This release includes some major code refactoring and optimizations.
  • Maven archetypes are updated, and minor bugs are fixed.

New in DEMUX Framework 0.6.3 (Jul 25, 2013)

  • This release brings several improvements, such as improved dialog support on all platforms, a splash screen for Android applications, and dialog based progress views.
  • All artifacts are available from the Maven Central repository.
  • Also, a distribution archive is available at the project BitBucket page.
  • API documentation is updated, and can be viewed online.
  • The documentation wiki is also in the process of updating.

New in DEMUX Framework 0.6.2 (Jul 15, 2013)

  • This version adds support for simplified working with dialogs on JavaFX and Android.
  • Dialogs are seamlessly integrated into the MVC pattern.
  • All project artifacts are available in the Maven Central repository.
  • You can also download the project archive from the BitBucket page (see project links).
  • This archive contains binaries, source code, documentation, and examples for usage.

New in DEMUX Framework 0.6.1 (Jul 9, 2013)

  • This version adds support for declarative controller and view registration based on annotations. Some improvements were made to Maven archetypes.

New in DEMUX Framework 0.6.0 (Jul 1, 2013)

  • This version adds support for internationalization and localization, multitasking support with GUI feedback, and several bugfixes.

New in DEMUX Framework 0.5.0 (Jun 13, 2013)

  • Native launchers for Windows, Mac OS X and Linux
  • Support for creating Windows .exe installers
  • support for creating Mac OS X application bundles
  • Support for creating RPM and DEB packages for Linux

New in DEMUX Framework 0.4.0 (Jun 3, 2013)

  • Android development support, including existing MVC framework ported to Android
  • Maven archetypes for Android development
  • support for reusing desktop modules on Android

New in DEMUX Framework 0.3.1 (May 23, 2013)

  • Multiple bugfixes (DMX-3,DMX-7,DMX9)
  • Added AWR splash screen on startup
  • Added support for custom window icons for JavaFX
  • Deployed to Maven Central repository