Main > Free Download Search >

Free bzbyte ez ajax software for linux

bzbyte ez ajax

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 263
BZByte EZ Ajax 1.4.523

BZByte EZ Ajax 1.4.523


BZByte EZ Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy. more>>
BZByte EZ Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy. BZByte EZ Ajax is much easier/quicker to use than other frameworks, and all development is done in Java.
We have been developing interactive web applications for several years now. During this time weve learned the best, quickest, and easiest approach. Weve developed a very simple framework which makes it extremely easy and quick to develop small or large robust interactive web applications.
This framework has already been used to develop several commercial web applications. We are releasing BZbyte EZ Ajax under the GPL and also providing FREE (as in beer) Commercial Licenses. We hope developers will take advantage of this software and approach to create great interactive web based applications, easily, quickly, and sanely.
Enhancements:
- Simplified the Virtual Image control. Now you just need to pass in a Virtual Image Provider instead of making a .jsp file and all the other nonsense. The WJPageContext needs to be passed in to the new version. Eliminated the VirtualImageUtil class. Deleted the GetImage.jsp page as it is not needed. Note that each tile may not be the same size. The size passed into the control is a "preferred" tile size. The control will optimize the tile size so that it is evenly fits the virtual area. In some cases the end tiles will be smaller than other tiles. As long as you use the tile size given to your VirtualImageProvider then you dont have to worry about any of this.
- Briefly tested with Firefox 2.0 and everything seems to work fine.
- Tree: Set cellspacing and cellpadding to 0 to remove extra space between tree nodes.
- Tree: Added ability for each node to be represented by multiple rows. This allows inserting addition GUI elememts in the tree under a certain node for advanced GUI behavior (e.g. inline property editor).
- Tree: Changed TreeColumnBuilder to return "" instead of null if a property value is null.
- Tree: Added ability to specify alternate row background colors. The tree automatically handles updating the background color as needed.
- Fixed major bug that set a property on an element but not its attribute (setAttribute) in certain situations. Changed the communcation with the JS Client to allow setting properties and setting attributes explicitly. So the server now tells the client what to do specifically depending on the situation (either setProperty or setAttribute).
- Changed BZInput(HTMLINput also BZButton) add setDisabled(boolean) and getDisabled(). This is the easy way to set these properties withouth having to worry about it. Dont use setAttribute("disabled", some value) anymore.
- Changed BZOption to support setDisabled,getDisabled, setSelected,getSelected. Same thing as BZInput. Dont use the setAttribute method for this anymore.
- Changed DataEntryFormElement: Align field names to top. Added method to add vertical field (where the name is above the field value)
- Fixed bug with text field and text area that once the user modified the value and the server tried to reset the value it did not work.
- Split up key event listeners into up,down,and press. Allows listening to only one of these instead of all 3. In most cases only need one so this is more efficient.
- Text field now generates a property changed event for the "TextValue" property when the value changes on the client via typing. The typical "change event" is seperate from this and occurs only when the browser generates a change event (i.e. when the field losses focus).
- Changed the "error connecting host" message to use a div inserted in the top of the browser. This is to avoid a thousand message dialogs that the user needs to dismiss in some situations.
- Fixed bug with Select Element not showing a selection change made from the server on IE6.
- Changed timer cycle that contacts the host to not start another timer cycle until the current one is done. This is more efficient in batching updates to the server.
<<less
Download (4.1MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1054 downloads
BZByte Ajax 1.4.523

BZByte Ajax 1.4.523


BZByte Ajax provides a Java-based interactive Web toolkit for writing professional interactive apps. more>>
BZByte Ajax provides a Java-based interactive Web toolkit for writing professional interactive apps.
BZByte Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy.
Its a server centric toolkit with the application and development being done on the server, allowing easy development of large applications.
Main features:
- 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 dont rely on the end users 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!
Enhancements:
- Simplified the Virtual Image control. Now you just need to pass in a Virtual Image Provider instead of making a .jsp file and all the other nonsense. The WJPageContext needs to be passed in to the new version. Eliminated the VirtualImageUtil class. Deleted the GetImage.jsp page as it is not needed. Note that each tile may not be the same size. The size passed into the control is a "preferred" tile size. The control will optimize the tile size so that it is evenly fits the virtual area. In some cases the end tiles will be smaller than other tiles. As long as you use the tile size given to your VirtualImageProvider then you dont have to worry about any of this.
- Briefly tested with Firefox 2.0 and everything seems to work fine.
- Tree: Set cellspacing and cellpadding to 0 to remove extra space between tree nodes.
- Tree: Added ability for each node to be represented by multiple rows. This allows inserting addition GUI elememts in the tree under a certain node for advanced GUI behavior (e.g. inline property editor).
- Tree: Changed TreeColumnBuilder to return "" instead of null if a property value is null.
- Tree: Added ability to specify alternate row background colors. The tree automatically handles updating the background color as needed.
- Fixed major bug that set a property on an element but not its attribute (setAttribute) in certain situations. Changed the communcation with the JS Client to allow setting properties and setting attributes explicitly. So the server now tells the client what to do specifically depending on the situation (either setProperty or setAttribute).
- Changed BZInput(HTMLINput also BZButton) add setDisabled(boolean) and getDisabled(). This is the easy way to set these properties withouth having to worry about it. Dont use setAttribute("disabled", some value) anymore.
- Changed BZOption to support setDisabled,getDisabled, setSelected,getSelected. Same thing as BZInput. Dont use the setAttribute method for this anymore.
- Changed DataEntryFormElement: Align field names to top. Added method to add vertical field (where the name is above the field value)
- Fixed bug with text field and text area that once the user modified the value and the server tried to reset the value it did not work.
- Split up key event listeners into up,down,and press. Allows listening to only one of these instead of all 3. In most cases only need one so this is more efficient.
- Text field now generates a property changed event for the "TextValue" property when the value changes on the client via typing. The typical "change event" is seperate from this and occurs only when the browser generates a change event (i.e. when the field losses focus).
- Changed the "error connecting host" message to use a div inserted in the top of the browser. This is to avoid a thousand message dialogs that the user needs to dismiss in some situations.
- Fixed bug with Select Element not showing a selection change made from the server on IE6.
- Changed timer cycle that contacts the host to not start another timer cycle until the current one is done. This is more efficient in batching updates to the server.
<<less
Download (4.5MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
962 downloads
BZbyte Reports 2.0.1 Alpha

BZbyte Reports 2.0.1 Alpha


BZbyte Reports provides a Web-based reporting solution. more>>
BZbyte Reports provides a Web-based reporting solution.
BZbyte Reports is a reliable and easy-to-use reporting application that supports features expected from a reporting tool such as Crystal Reports, MS Access, Jasper, and iReports.
It is completely Web-based and uses dynamic HTML to provide a rich, interactive experience with a standard browser. The server software can be installed on a personal computer or shared on a network server.
Author:
Enhancements:
- This is a milestone release for Technical users.
- It demonstrates some of the new structure and functions but is not complete and is not yet usable for creating reports from end to end.
- This release is an overhaul of the 1.0 version.
- The next alpha release, at the end of October 2005, will allow creating reports from end to end along with many other features.
- Note: This release includes the tomcat app server.
<<less
Download (40.3MB)
Added: 2007-03-07 License: AFPL (Aladdin Free Public License) Price:
962 downloads
myAJAX 6.1.0

myAJAX 6.1.0


myAJAX is an AJAX Javascript OOP implementation. more>>
myAJAX is an AJAX Javascript OOP implementation.
Object myAJAX
PARAMETERS
url = pages URL
urlParameters = pages parameters
method = HEAD, GET or POST with a defaul value of GET
refreshInterval = sets the execution of AJAX request periodically for values not zero; it is expressed in msec.
onProgressFunction = function called on interactive mode
onReadyFunction = function called when servers response is constants.serverStatus.OK
onErrorFunction = function called when servers response is other than constants.serverStatus.OK
InnerHtmlId = is the ID of an html element who will be populated with the text response
PROPERTIES
same as PARAMETRS
METHODS
namedInstance(instanceName) = create and/or just return specified instance name
urlEncode(urlParameters) = encode URL parameters
sendRequest() = performs AJAX request
abortRequest() = aborts AJAX request
onProgressFunction(new String(responseText), new Number(myContentLength));
onReadyFunction(Array(ResponseHeaders) | new myXML() | new String(responseText));
onErrorFunction(new String(statusText),new Number(status));
Object myXML
PARAMETERS
xmlDoc = XML object returned by responseXML
PROPERTIES
same as PARAMETRS
METHODS
rootNodeName = returns root nodes name of the XML document
rootNodeObject = returns root node object of the XML document
nodeObject(nodeName, index=0 | nodeObj) = returns node object of the XML document
nodeValue(nodeName,index=0 | nodeObj) = returns nodes value
nodeAttribute=function(nodeName, index, attribute | nodeObj, attribute) = returns nodes attribute
nodesByTagName(tagName) = returns a list of nodes with specified tag name
Object cookie
PARAMETERS
name = cookies name
PROPERTIES
none
METHODS
set(value, days) = sets cookies value
get() = get cookies value
delete() = delete cookie
Enhancements:
- Adding dragging facility for HTML elements - see `myAJAX.draggable` function.
- Redefine `myXML` object definition into `myAJAX.XML` and `XMLHttp` object definition into `myAJAX.XMLHttp`, while keeping backward compatibility.
- Adding `$getPosition` method for `HTMLElement`.
- Adding `$scroll` and `$getMousePosition` methods for `window`.
- Redesign of `$captureEvent` and `$releaseEvent` methods for `HTMLElement`.
- Renaming `$style` `HTMLElement`s method into `$getStyle`.
- Renaming `$opacity` `HTMLElement`s method into `$setOpacity`.
<<less
Download (0.030MB)
Added: 2007-04-12 License: MIT/X Consortium License Price:
925 downloads
Deck 0.1 Alpha

Deck 0.1 Alpha


Deck is a JavaScript library that aims to provide AJAX-based search and authentication for Horizon Information Portal (HIP). more>>
Deck is a JavaScript library that aims to provide AJAX-based search and authentication for Horizon Information Portal (HIP) on-line public access catalog systems.
Deck is currently alpha-quality, but it is under active development and it can
already be used to build functional web applications.
Enhancements:
- This release provides basic browse and keyword search capability as well as user authentication.
<<less
Download (0.16MB)
Added: 2006-09-07 License: LGPL (GNU Lesser General Public License) Price:
1844 downloads
eZ calendar 2.1

eZ calendar 2.1


eZ calendar provides a calendar extension for the eZ publish CMS. more>>
eZ calendar provides a calendar extension for the eZ publish CMS.
eZ calendar is an eZ publish 2 module that provides an advanced Web based calendar application.
It supports recurring events, comments, groups, types, categories, priorities, status, comments, files, links, sorting, month, week, day, and year views, tooltips, JSCalendar date selection, and new design templates.
It features very flexible security and supports permissions on the groups that can view, add, edit, and delete events.
Main features:
- With eZ calendar you can filter the events based on the event type and for which group of people the event concerns. The eZ calendar features very flexible security and permissions on calendar administration depending on user groups specified in the admin which can view, add, edit, delete events. The public user in the prerequisite group can view either by day, month or year.
- It also supports a new dhtml, css user interphase, advanced repeat event, file/image/map attachments, directions link, html descriptions, multi-tier event groupings and many more features .
- eZ calendar is a powerful component to add into any existing eZ publish installation, especially used for collaborative and informative sites.
- eZ calendar provides calendar features which match most handheld and computer desktop datebook / calendar applications.
- eZ calendar has been extended to support every possible kind of reoccurring event type you can imagine.
- eZ calendar is a standalone module, which depends on the eZ publish framework, modules and classes.
- A special thanks goes out to everyone in the eZ publish user community who contributed to eZ calendars design, development, motivation, funding, testing, extension, feedback and so much more .
<<less
Download (0.46MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
1014 downloads
TopJax 0.2

TopJax 0.2


TopJax is essentially the top Unix utility ported to the Web via AJAX using Sack of Ajax. more>>
TopJax is essentially the “top” unix utility ported to the web via Ajax using Sack of Ajax. It provides the ability to view system processes, sort processes by various fields, pause/unpause monitoring, and hide idle processes.

TopJax is released under the GPL.
<<less
Download (0.011MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1577 downloads
Ajaxdo 1.1

Ajaxdo 1.1


Ajaxdo is a Ajax persistent Data Objects framwork. more>>
Ajaxdo is a Ajax persistent Data Objects framwork.
Ajax Data Objects (ajaxdo) provides an easy database persistency framework for JavaScript objects. Ajaxdo enables runtime loading, saving, deleting, and listing of JavaScript objects stored on the server database.
Using Ajaxdo can dramatically reduce server side code and make a Web 2.0 application port easily from one server-side programming language to another.
Enhancements:
- This release adds a fully functional Java server-side implementation in addition to the pre-existing PHP server-side implementation.
- Ajaxdo enabled applications can now work in a JSP/JDBC environment and port easily from PHP to Java and vice versa.
<<less
Download (0.014MB)
Added: 2006-10-16 License: MPL (Mozilla Public License) Price:
1103 downloads
Apache2::Ajax 0.1

Apache2::Ajax 0.1


Apache2::Ajax is a mod_perl interface to CGI::Ajax. more>>
Apache2::Ajax is a mod_perl interface to CGI::Ajax.

SYNOPSIS

######################################################
# in httpd.conf
PerlLoadModule Apache2::MyAjaxApp
< Location /ajax >
SetHandler perl-script
PerlResponseHandler Apache2::MyAjaxApp
PJX_fn js_function_name perl_function_name
PJX_html Show_Form_sub
PJX_JSDEBUG 2
PJX_DEBUG 1
< /Location >
######################################################

######################################################
# module file Apache2/MyAjaxApp.pm
package Apache2::MyAjaxApp
use Apache2::Ajax;
# use whatever else

sub perl_function_name {
my @params = @_;
# do whatever
return $return_value;
}

sub Show_Form_sub {
my $html = ;
# construct html string
return $html;
}

sub handler {
my $r = shift;
# do stuff
my $ajax = Apache2::Ajax->new($r);
$r->print($ajax->build_html());
return Apache2::Const::OK;
}
1;
##################################################

This module is a mod_perl2 interface to CGI::Ajax, which provides a mechanism for using perl code asynchronously from javascript-enhanced HTML pages.

As well as mod_perl2, this package requires CGI::Ajax, as well as a CGI.pm-compatible CGI module for supplying the param() and header() methods. If available, CGI::Apache2::Wrapper will be used, which is a minimal module that uses methods of mod_perl2 and Apache2::Request to provide these methods; if this is not available, CGI (version 2.93 or greater) will be used.

Setting things up can be illustrated by the following example of CGI::Ajax, which contains a more thorough discussion, as well as a number of illustrative example scripts.

<<less
Download (0.010MB)
Added: 2007-03-19 License: Perl Artistic License Price:
951 downloads
Mila Ajax Map 1.2

Mila Ajax Map 1.2


Mila Ajax Map is an AJAX Web application that may be used with a Web browser to display a network map with monitoring functions. more>>
Mila Ajax Map is an AJAX Web application witch can be used with a Web browser to display a network map with monitoring functions.
How Install
- You need apache, python, python gadfly and cup of coffee.
- At first you need create gadfly db with create_db.py.
- You need determine x and y coordinates for your nodes.
- For each x and y determine node center, i.e x = node x + gif-image size/2. This is center of image. y has same option.
- Write now connections in map.html with jg.drawLine(x,y,x2,y2).
- Write custom tooltips for each node in map.html.
- You can use rrdtools for creating round-trip-time or traffic graffics(see demo page).
- Then copy all from "cgi-bin" and "htdocs" dirs to your apache dirs.
- Add poller.py to crontab (and script for rrd, if you use it). Open http://your.host/map.html and relax.
- You can customize scripts as you want.
Enhancements:
- Changes were made in JavaScript support.
<<less
Download (0.11MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1333 downloads
NVBase 3.1 Beta 4

NVBase 3.1 Beta 4


NVBase is a highly customizable open source enterprise search engine licensed under LGPL. more>>
NVBase is a highly customizable open source enterprise search engine licensed under LGPL. The project comes with several search devices like RSS, HTML, Samba, NNTP, Database and local file systems, agents for passive searching and a seamless integration of popular authentication systems. It uses state of the art technologies like:
- JBoss
- EJB 3
- Lucene
- MyFaces
- Ajax
- Compass
<<less
Download (85MB)
Added: 2007-08-01 License: LGPL (GNU Lesser General Public License) Price:
814 downloads
Sinleb Youtube VideoServer 2.0

Sinleb Youtube VideoServer 2.0


This script allows you to upload the embed code of a video from Youtube.com Video Page into a Mysql database The result is a window player for all videos;using Ajax for displaying videos:You dont more>> <<less
Download (100KB)
Added: -0001-11-30 License: Freeware Price: 0USD
downloads
JustAjax Table 0.7

JustAjax Table 0.7


JustAjax Table project performs all operation with tables on-fly using Ajax requests. more>>
JustAjax Table project performs all operation with tables "on-fly" using Ajax requests.
Main features:
- Supports all popular web browsers.
- Populates the data into the cells automatically .
- On-fly scrolling, sorting, editing.
- PHP/MySQL backend.
- Works with up to 100,000 record tables.
<<less
Download (0.040MB)
Added: 2007-06-08 License: Other/Proprietary License Price:
869 downloads
OpenLink AJAX Toolkit 2.6

OpenLink AJAX Toolkit 2.6


OpenLink AJAX Toolkit in short OAT, offers a broad Javascript-based, browser-independent widget set for building rich UI. more>>
OpenLink AJAX Toolkit in short OAT, offers a broad Javascript-based, browser-independent widget set for building rich user interfaces on all common browsers.
It comes with sample applications for interactive SQL query composition and database design. These applications work against any Microsoft XML for Analysis (XML/A) servers, such as OpenLink Virtuoso and others.
Enhancements:
- This release includes the following new Semantic Data Web technologies: a JavaScript-based Fresnel processor, enabling declarative display templates for RDF Data Sources; an XSLT template for producing HTML from the Fresnel processor; Interactive Query Builder for SPARQL (iSPARQL) with support for INSERTs and DELETEs; an enhanced N3/Turtle parser; and new Navigator UI for the OAT RDF Browser.
- Other fixes and enhancements were made.
- Additionally, there is a new OAT.Notify widget and notification service, facilitating real-time tracking of data sources similar to services such as Yowl and Growl.
<<less
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
502 downloads
DIMP 1.0 Alpha

DIMP 1.0 Alpha


DIMP software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience. more>>
DIMP software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience (thus DIMP... Dynamic IMP).

If you are interested in helping develop DIMP, or just want to ask questions and keep an eye on its progress, be sure to join our mailing list.

<<less
Download (0.30MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
810 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5