Hi everyone, I am very new on Javascript but I have some expericence with jabber integration. This week I started a proyect which aims to create a Framework to develop Web Applications using AjaxTk (for UI) + Jabber (for Sever Comunication)
There is a full-featured jabber client written in javascript at
jwchat proyect try it out at
jwchat
is open source LGPL and its relies on this library
Javascript jabber client which is LGPL too.
I have already developed an Application Framewok in Borland Delphi which comunicates with the server via Jabber so you can access your server from anywhere in the world while you travel. This is quite fast because sockets keep opened and you relies the comunication, authentication and session management to the jabber server (which is quite tested).
More over, with this architecture we have server push, so if something happens on the server or at some client, we can inform instantly to all interested by many to many messages with mu-conference multi-user chatrooms.
Buy now, I am reading the AjaxTk white paper, and I havent did a hellow world form with some widgets yet. I wont use jsp pages with tomcat, just apache and html + javascript + css.
Where can I find simple examples that dont requires jsp. Any information will be apreciated. If someone is interested in this proyect contact me.
Thanks for your time and sorry cause the long text.
Ing. Federico Larsen.