Forgive me, but stream hub sux. We implemented it in our project, but we gave up on it and replaced it with Lightstreamer which is paid too. Streamhub is not suitable for many users and many messageser/sec. Try using gwt event service. All good push frameworks are paid. Lightstreamer is very good, but you have to implement the GWT intergration yourself. It also have free licence but it is with limited message pushing. I thing 3 messages per sec was max.
On Wed, Feb 3, 2010 at 12:02 PM, [email protected] <[email protected]>wrote: > Kerem Tiryaki thanks for you hint. > i checked the code and understood the concept of doing comet in gwt. > but i found that you've implemented comet yourself , i was looking > for any framework that help me do comet more easily. > recently i found stream-hub and it has community version that will > work for 10 users free , but for more users we have to pay ( and i > dont know how much ). > i'm reading about it and testing it. > if anyone has any info about it i'll be glad to know. > thanks > > > On Jan 31, 8:48 pm, KeremTiryaki <[email protected]> wrote: > > check instant messeger application's source fromhttp://gwtapps.com/ > > it is a book web site... > > I think it is very good. I used that book when I was developing this: > http://tr.im/iflagame > > -- > 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]<google-web-toolkit%[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.
