BeeSoft®
Since 1992
 

Content

 Welcome
 Products
       Abeona
       Gaia
             News
             Documentation
                   Introduction
                   Swing support
                   Server application
                         Basics
                         Controller
                         Forms
                   Validation
                   XML
                   Logging
                   Utilities
                   Launcher
             License
             Download
       Hephaistos
       JavaGantt
 Services
       Promote your software
 Contact Us
 Links
      
  GaiaI®
© 2012 BeeSoft ®
 

Application

Gaia brings its own application framework. It consists from some abstraction level and from a concrete Swing implementation.

In the current version is this framework usable for small applications with not too big load. It has not optimized the resource usage. We will do it in the next releases.

So this release is suitable for small client / server applications. It offers:

  • the application server to which can your client (currently Swing client) connect
  • class Application to support your appliciation needs
  • class Context to hold user data between client requests
  • abstract controller to process request, forward it to the next controller, return response
  • class FormController to support form-oriented UI with automated data binding

The main advantage of this framework is its simplicity and built-in support for Swing based client / server solutions.