Hi,
I have the following servlet that returns:
response.setContentType("text/plain;charset=UTF-8");
out.write("{\"XXX\":1}");
...
My Html is
$(document).ready(function(){
$.getJSON("http://localhost:8080/getData";,
function(json){
alert("getJSON Server Data->"+json);
Hi
I work for some time with JBoss Richfaces and I like it for several
reasons.
However now it was requested to study the integration of JBoss
Richfaces and JQuery. I saw in the Richfaces demo that's already some
kind of integration between the two (Richfaces and JQuery).
However, from your poin
2 matches
Mail list logo