Hi.
Does someone know an ajax framework that works ?
I tried ht-simple-ajax and cl-ajax but nothing.
Thanks
|
|
0
|
|
|
|
Reply
|
fbogdanovic (89)
|
4/8/2011 10:32:20 AM |
|
H> Does someone know an ajax framework that works ?
What is "ajax framework"?
Do you realize that you do not need a framework to do ajax? What you need is
a HTTP-XML-RPC or HTTP-JSON-RPC server.
You can easily do it with Hunchentoot + cl-json-rpc and a bit of glue code.
Then you just write JS (or Parenscript) code which calls that RPC server.
That's all.
But maybe you want a complete GUI solution. There are many different things
for many different purposes.
H> I tried ht-simple-ajax and cl-ajax but nothing.
You weren't able to install and run it, or it is not what you want, or what?
|
|
0
|
|
|
|
Reply
|
udodenko (1040)
|
4/8/2011 4:13:32 PM
|
|
On 04/08/2011 06:32 AM, Haris wrote:
> Does someone know an ajax framework that works ?
> I tried ht-simple-ajax and cl-ajax but nothing.
Kenny was raving about qooxlisp. You might try that.
- Daniel
|
|
0
|
|
|
|
Reply
|
dherring1 (548)
|
4/9/2011 3:34:13 AM
|
|
On 04/08/2011 11:34 PM, D Herring wrote:
> On 04/08/2011 06:32 AM, Haris wrote:
>> Does someone know an ajax framework that works ?
>> I tried ht-simple-ajax and cl-ajax but nothing.
>
> Kenny was raving about qooxlisp. You might try that.
See also Parenscript and Suave.
- Daniel
|
|
0
|
|
|
|
Reply
|
dherring1 (548)
|
4/9/2011 3:35:50 AM
|
|