Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eskatos/swing-on-steroids
Swing development on steroïds with Supervising Presenters and Passive Views (aka. MVP), a MessageBus and optionaly Guice or Qi4j
https://github.com/eskatos/swing-on-steroids
Last synced: 4 months ago
JSON representation
Swing development on steroïds with Supervising Presenters and Passive Views (aka. MVP), a MessageBus and optionaly Guice or Qi4j
- Host: GitHub
- URL: https://github.com/eskatos/swing-on-steroids
- Owner: eskatos
- License: apache-2.0
- Created: 2010-10-23T10:28:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-04T13:40:30.000Z (over 12 years ago)
- Last Synced: 2024-10-04T18:59:25.358Z (4 months ago)
- Language: Java
- Homepage: http://eskatos.github.com/swing-on-steroids/
- Size: 688 KB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
swing-on-steroids
=================swing-on-steroids bring Swing development on steroïds with [Supervising Presenters](http://martinfowler.com/eaaDev/SupervisingPresenter.html) and [Passive Views](http://martinfowler.com/eaaDev/PassiveScreen.html) (aka. [MVP](http://en.wikipedia.org/wiki/Model-view-presenter)), a [MessageBus](http://martinfowler.com/eaaDev/EventCollaboration.html) and optionaly [Guice](http://code.google.com/p/google-guice/) or [Qi4j](http://qi4j.org).
A versatile wizard api using the patterns cited above plus a graph model with commodities such as BlockingView easing in and out smoothly thanks to [Trident](http://kenai.com/projects/trident).
The project is hosted in maven central.
[here](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codeartisans.swing-on-steroids%22) you'll find copy/paste dependency snippets.Changelog
---------### swing-on-steroids-1.2 - Released 2011/05/23
- Splitted the codebase in modules so that you can depend on non-ui-related code easily
- Added the ability to set environment variables per forked process in the Fork API### swing-on-steroids-1.1 - Released 2011/02/04
**WARNING:** MessageBus API is not fully backward compatible between 1.1 and 1.0, read the Changelog below.
- Removed callbacks on message publication in MessageBus
- Added EventDispatchThreadConcern for Qi4j
- Moved GuiceHelper from java-toolbox in here, now depending on 1.4### swing-on-steroids-1.0 - Released 2010/11/03
- Initial release