1

Following a suggestion on a related post (see here), I was wondering if Javaspaces technology is supported on GWT?

Community
  • 1
  • 1
jldupont
  • 93,734
  • 56
  • 203
  • 318

2 Answers2

0

no. but it's possible to implement it on GWT. not sure anybody did that.

irreputable
  • 44,725
  • 9
  • 65
  • 93
0

Well, it depends on what you mean by "supported on GWT." GigaSpaces - built on JavaSpaces - can easily deploy GWT applications internally, and it's also easy for the server side of a GWT application to connect to a GigaSpace. (See http://openspaces.org/display/GDO/GoDo+-+Goods+Donation+System for an example of an application that does this - it was an OpenSpaces award winner.)

If you mean "direct from the client," well, it's likely to be POSSIBLE, but at that point you're not using the client side of GWT - you're using Java on the client.

Joseph Ottinger
  • 4,911
  • 1
  • 22
  • 23