Hi,

There is a pretty good solution for Comet or WebSocket problems:

ATMOSPHERE: https://github.com/Atmosphere/atmosphere

It has a complete example of a chat application with GWT. I test it and it
works very well. See its wiki: https://github.com/Atmosphere/atmosphere/wiki

I wait for its next release to be compatible with GWT 2.5 (latest release
is compatible with GWT 2.4).

It can be integrated with different web (app) servers (like Tomcat or JBoss
AS 7).

Regards.

On Mon, Nov 19, 2012 at 11:32 AM, Oliver Raupach <[email protected]> wrote:

>  Hi,
>
> for the comet part, you only need ActiveMQ and a small Javascript. Have a
> look at this page: http://activemq.apache.org/ajax.html
>
> --
>
>   Oliver Raupach
>
>
>
> Am 19.11.2012 07:27, schrieb Magnus:
>
> Hi Oliver!
>
> Am Freitag, 16. November 2012 22:00:20 UTC+1 schrieb Oliver Raupach:
>>
>>  I've made up a starter project to demonstrate the combination of GWT /
>> JMS / COMET / SPRING / JTA / Hibernate. If you like have a look at Githup :
>> https://github.com/raupach/**gwt-spring-jpa-jta-jms-comet-**hibernate<https://github.com/raupach/gwt-spring-jpa-jta-jms-comet-hibernate>
>>
>> The Projekt did not use 'atmosphere'. It use the Javascript frontend
>> implementation of ActiveMQ. For this, you have a Queue which is directly
>> propagated to the frontend and make use of comet-style transmissions.
>>
>
>  Sounds nice. The project demonstrates many technologies. I would be only
> interested in the comet related part. But it seems there is no minimal
> example for it, is it?
>
>  Magnus
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/hXo7lqDeVyQJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to