Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > [ANNOUNCE] Mogwai SwingFramework 0.1 available

Reply
Thread Tools

[ANNOUNCE] Mogwai SwingFramework 0.1 available

 
 
Mirko Sertic
Guest
Posts: n/a
 
      03-27-2005

Mogwai SwingFramework is a MVC framework for building Java2 Swing -
based applications. It is meant to implement the same functionalities
like Struts for J2EE and Web - based applications.

Coding Swing applications the old way means that do do a lot of direct
coupling of your components. There is no clean separation of data
model, controller logic and presentation. Everything is wired together
using the Swing event framework and implementing business logic
directly into your classes.

Implementing design principles like loose coupling of components or
separation of concerns is hard to code and almost not supported by
todays available development tools. Using SwingFramework, you CAN do
loose coupling and use your favorite development environment. You
implement your controller logic and data model in simple POJO's (
Plain Old Java Objects ) and everything else is wired together using
the SwingFramework and some configuration files.

SwingFramework behaves like an IoC ( Inversion Of Control ) container.
It uses dependency injection mechanism and a lot of Java reflections
to couple components together. This couping is configured in xml based
configuration files.

*Swing based IoC
*True MVC
*Easy use
*Highly extensible
*Free

The whole system is implemented in Java and uses state-of-the-art
technology. The current release can be downloaded at
http://mogwai.sourceforge.net

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mogwai ERDesignerNG 3.0.0-M5 available Mirko Sertic Java 5 10-15-2011 12:50 PM
[ANNOUNCE] Mogwai ER-Designer 0.9.9 and KIAS 0.1 available for download ! Mirko Sertic Java 0 11-30-2006 02:43 PM
[ANNOUNCE] Mogwai Swing DataBinding available for download Mirko.Sertic@web.de Java 0 04-01-2006 07:00 AM
[ANNOUNCE] Mogwai ER-Designer 0.9.7 and FormMaker 0.6 available Mirko.Sertic@web.de Java 0 11-18-2005 01:24 PM
[ANNOUNCE] Mogwai ER-Designer 0.9.4 released Mirko Sertic Java 0 03-24-2005 06:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57