Projects tagged ‘library’ and ‘xmlhttprequest’


Jump to tag:

Projects tagged ‘library’ and ‘xmlhttprequest’

Filtered by Project Tags library xmlhttprequest

Refine results Project Tags javascript (4) framework (4) ajax (4) programming (3) xml (3) dom (2) api (2) dhtml (2) html (2) ria (2) development (2) json (1)

[5 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.

21 Users
   

qooxdoo is a comprehensive and innovative Ajax application framework. Leveraging object-oriented JavaScript allows developers to build impressive cross-browser applications. No HTML, CSS nor DOM ... [More] knowledge is needed. It includes a platform-independent development tool chain, a state-of-the-art GUI toolkit and an advanced client-server communication layer. It is Open Source under an LGPL/EPL dual license. [Less]
Created over 3 years ago.

1 Users

Created about 1 year ago.

0 Users

With it you can split your class in files for each method and load just the ones you need.
Created 11 months ago.

0 Users

Com o ajaxGateway é possível via javascript realizar requisições por XMLHttpRequest de arquivos em subdomínios diferente. A ideia é ter os XML em subdominios diferentes exemplo.: HTML-> ... [More] http://www.domain.com De onde a requisição sera feita. XML-> http://xml.domain.com Destino da requisição Em breve disponibilizarei mais informações referente o ajaxGateway. instruções para execução junto com teste: Faça o download que acompanha um diretório de testes Descompactar em um servidor web Altere o hosts de sua maquina apontando os subdomínios abaixo para o lugar que esta o ajaxGateway sub1.domain.com ipDoServidorWeb sub2.domain.com ipDoServidorWeb É estritamente necessário que o arquivo ajaxGateway.html esteja na raiz do servidor, caso esteja utilizando apache pode-se utilizar um 'alias' no httpd.conf Exemplo.: Alias /ajaxGateway.html C:\web\ajaxGateway\ajaxGateway.html Execute no navegador: http://sub1.domain.com/ajaxgateway/test/?xml=http://sub2.domain.com/ajaxgateway/test/teste.xml [Less]
Created 11 months ago.