|
Move beyond the standard java tools and start using a powerful package, which reduces your development time. The Wingz kernel offers conveniance classes which help you with everyday tasks, a dynamic Table Object for easy database access, a fast plugable communications layer ... all the tools missing from the java platform!
Rich Client Platform
Like a skycrapper, an application needs good fundation.ZPlatform provides you with a good skeleton for your application. The one that will let you remain concentrated on features rather than making you waste your time trying to develop the base of your application.
Do not reinvent the wheel
The Z Rich Client Platform is an product that solve these issues by providing a core infrastructure that not only provides the day to day services a rich client application developer needs, but also providing a suggested path to guide you down the road of designing your application. Furthermore ZPlatform provide a viable option for developers that need both a platform and a 'best-practices' guide for constructing professional Swing applications quickly. Using ZPlatorm you can focus your time on killer-features instead of application plumbing.
read more
Table : Light Database objects
Most applications have to read data from a SQL database. Translation from your database structure is made easier and dynamic by using Wingz Table.
With Wingz Table you don't have to write any SQL request. Wingz does it for you!
Retrieve data from any source and turn it into Java objects that can be consumed by the user interface (AWT/JFC). With the ability to integrate into n-tier application development, Wingz Data Models are essential to any Java application solution.
read more
Adapter : Ready-to-use import or export plugins
Wingz Adapters let you convert data from one format to another. Using the ZDynaModel you can support many standards. Several adapters are included in import and export, everything from xml to csv.
You can easily build complex adapters by chaining simple adapters. Yet another solution for making complex tasks with simple tools!
ZCom : Client-Server communication
In an Enterprise Internet Application, communicating with the server-side is the key point of your n-tier architecture.
ZCom easily connects streaming data over from network to front-end applications,with minimal code.
Designed to be quickly and simply used by business tier developers.
read more
Wingz Utils : Solve missing holes in Swing
From ZArrayList to ZUIManager , wingz utilities help you to achieve your goals faster and let you be concetrated on your killer features.
read more
Foxtrot
Foxtrot created by Simone Bordet, is a small but powerful framework for using threads with the JavaTM Foundation Classes (JFC/Swing). The Foxtrot API is based on a new concept, the Synchronous Model, that allow you to easily integrate in your Swing code time-consuming operations without incurring in "GUI-freeze" problem, typical of Swing applications.
BrowserLauncher
BrowserLauncher by Eric Albert is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the givenURL.
|