IMHO, the fact that Pivot can talk to other Java libraries goes without
saying -- it's Java talking to Java.  And showing that Pivot apps can
communicate over the net also goes without saying -- you're in Java, so you
can use all those libraries.  I personally prefer to keep our demos showing
what *Pivot* can do -- and leave it up to users to realize that it can also
implicitly do anything that Java can do :)

Just my 2c,
-T

On Thu, Oct 15, 2009 at 9:23 AM, Sandro Martini <[email protected]>wrote:

> Hi Greg,
> > I personally see "Comet" as a hack to work around HTML's lack of
> flexibility for communicating with the server. Pivot app's don't really need
> Comet since they can take advantage of much more robust ways of implementing
> push-style apps (XMPP, raw sockets, etc.).
> I agree with you, but Comet can have many ways of connect (from
> clients), and given the fact that's an "hot" thing, maybe some
> experiments from us could be interesting, also to see if all works
> good, at least as in web pages (with tons of hacks and Javascript) ...
>
> Or provide simple demos to show our users that also this stuff is
> available with Pivot.
> As always the problem is the time (and the low priority for it) to
> make it. So my discussion with all us ...
>
> Bye,
> Sandro
>

Reply via email to