google-code-export / emite

Automatically exported from code.google.com/p/emite
1 stars 0 forks source link

Can we use emite jar other than GWT application?? #346

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Can we use emite jar other to have BOSH connection in applications than GWT?
2) does emite works only with GWT application? (because of some internal 
dependency of emite on GWT)

Can any one plz help me in this. 

Original issue reported on code.google.com by gurupras...@gmail.com on 3 Feb 2011 at 5:45

GoogleCodeExporter commented 9 years ago
Theoretically you can run emite in any environment. In fact, we use j2s to test 
the emite library. In the practice, you will have to re-write a small piece 
(the connector, that uses a browser's HttpRequest object). 
Anyway I think the BOSH technique has sense in a browser context, where 
bi-directional connections are not popular (yet!).
Bests,
Dani

Original comment by danigb on 3 Feb 2011 at 3:59