Projects tagged ‘web’ and ‘xmlhttprequest’


Jump to tag:

Projects tagged ‘web’ and ‘xmlhttprequest’

Filtered by Project Tags web xmlhttprequest

Refine results Project Tags ajax (7) javascript (6) xml (6) xslt (3) framework (3) j2ee (3) dom (3) java (3) ria (2) programming (2) dhtml (2) jsp (2)

[8 total ]

33 Users
   

DWR (Direct Web Remoting) is Easy Ajax for Java DWR enables Java code on the server and JavaScript code in a browser to interact and call each other as simply as possible, making it easy for ... [More] developers to add data into web pages. DWR generates JavaScript to allow web browsers to securely call into Java code almost as if it was running locally. It can marshall virtually any data including collections, POJOs, XML and binary data like images and PDF files. All that is required is a security policy defining allowed actions. With Reverse Ajax, DWR allows two-way interaction: browser calling server and server calling browser. DWR supports Comet, Polling and Piggyback as ways to publish to browsers. [Less]
Created over 3 years ago.

4 Users
 

This javascript function creates an auto-complete field powered by PHP or whatever language you may want to use as your backend provider. It implements easily and is totally customizable.
Created over 2 years ago.

3 Users
   

Open Source framework designed to build easily Web 2.0 applications, based on a "Client/Server" principle, using J2EE (Servlet, JSP, JDBC), lightweight clients and AJAX technology (XML requests via HTTP)
Created about 1 year ago.

2 Users

Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT ... [More] transformations, XPath queries etc and comes especially handy for people doing what is lately known as "AJAX" development. [Less]
Created over 3 years ago.

1 Users
 

Another aproach of combining existed AJAX frameworks under single Application Markup Language. WAML - Web Application Markup Language. WAML allows you to define your web application appearance and ... [More] functionality by using simple XML like syntax mixed with HTML. The idea behind WAML is to simplify application functionality definition and provide flexible access to UI objects, data and communication services. WAML functionality build on top of existed AJAX frameworks available for public use. [Less]
Created over 2 years ago.

1 Users

This project aims to:Deliver unobtrusive standard-compliant (W3C) cross-browser implementation of the XMLHttpRequest 1.0 object Fix ALL browsers quirks observed in their native XMLHttpRequest object ... [More] implementations Enable transparent logging of XMLHttpRequest object activity Browser quirks fixed: Browser Name Problem description All browsers missing static members (UNSENT, OPENED, HEADERS_RECEIVED, LOADING, DONE) Internet Explorer All / Opera All missing EventTarget interface implementation new Internet Explorer missing native XMLHttpRequest object support Internet Explorer 6.0 memory leak caused by onreadystatechange handler (on-page) Internet Explorer 6.0 memory leak caused by onreadystatechange handler (inter-page) Internet Explorer All connections leakage between pages new Internet Explorer All onreadystatechange wrong execution context Gecko All onreadystatechange wrong execution context Internet Explorer All readystatechange OPENED fired twice Gecko All readystatechange OPENED fired twice Gecko All missing readystatechange calls in synchronous requests Gecko All unnecessary readystatechange DONE call when request aborted Gecko All annoying ">parsererror /<" document for invalid XML documents Internet Explorer All empty documents for invalid XML documents Opera 9.x empty documents for invalid XML documents Internet Explorer 6.0 cached document is not checked against modification date (uncomment in source to use) Internet Explorer All responseXML is not properly initialized for application/xxx+xml responses Safari 3.0 sending document created/modified dynamically chunks serializing Internet Explorer All custom Content-Type overridden when sending XML nodes How To Use: ... ... Known issues:implementation doesn't throw errors on accessing status and statusText properties in an inappropriate moment of time Links to online resourcesXMLHttpRequest object implementation explained [Less]
Created about 1 year ago.

0 Users

Emle - Electronic Mathematics Laboratory Equipment has the mathematics equivalent of physical science lab equipment. HTML, XML, Javascript, XSLT. Works in Firefox.
Created about 1 year ago.

0 Users

Event based Web framework for Struts programmers that do not want to migrate to JSF.
Created over 3 years ago.