| |
BZbyte Ajax
Developing professional interactive web applications should be easy and quick.
After trying to use a lot of existing frameworks to develop a full scale professional application, we where
driven to develop BZByte Ajax.
Overview
What's the big deal with BZByte Ajax?
Its pretty simple, works, easy/quick to develop, and you can build very large professional applications.
The BZByte Ajax framework is used by creating a Document Object Model (DOM) on the server using Java instead
of on the web browser via Javascript. An application manipulates the Java DOM and this is synchronized
to the client. The framework optimizes web browser updates (from server to browser), event updates (from browser to server),
and allows javascript functions to be executed from the server.
The system works very well and has many benefits.
- Its very simple/quick to develop GUIs. Many developers know DOM/HTML features which are
directly applicable in BZByte Ajax.
-
No Remote interfaces to worry about. All updates are GUI driven and handled by the framework, therefore you do not need any
exposed code or remote interfaces for your application. Not exposing app interface/code over the net is more secure
and protects your intellectual property.
- It runs fast. GUI updates are fast and don't rely on the end user's potentially slow computer.
-
You can write large/complex applications easily. There is no limit to how big/complex your application is. All
code stays on the server. You can add pieces as you go
and also share them with other developers
-
Controls are provided. Tree, Tabs, Spitters, Menus, Toolbars, Popups, Buttons, and more are provided. You can add more easily.
-
Its free for commercial or open source use. Source code is always available and there are no
license fees!
Sample controls
Image Buttons
Multi Column Tree
Splitters
Popup Windows
Menus and Toolbars
Tabs
[ Demo ]
[ Download ]
|