Neeme Praks wrote:
>
> You mean they have the jabber server implemented as servlet? cool.
> I haven't been actively following their development, but the last time I
> checked, the Java side was really quiet... that's why my comment was so
> pessimistic ;-)
>
Nope, that I have a Jabber client implemented as a servlet that I can integrate
in other applications
> Now I checked back and discovered that they have finally made their
> first release and completely redesigned their site...
> I also noticed that they now have a project of implementing Jabber
> functionality as Javabeans, that is also a really nice idea.
>
> So, if they have Javabeans, it shouldn't actually be that difficult to
> write a "Jabblet" (Jabber Portlet) ;-)
>
It all depends what your specifications are, since HTTP is stateless it's quite
a different mode of operation that the stateful connections used by jabber: either
you use an applet to connect directly to the server, or you must "simulate"
persistent connections other a stateless non-persistent protocol.
> But where did you get that Jabber servlet? From CVS? I couldn't find any
> from the downloads page...
>
I wrote it ;)
--
Rapha�l Luta - [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]