简体   繁体   中英

Is Javaspaces supported on GWT?

根据相关文章的建议( 请参阅此处 ),我想知道GWT是否支持Javaspaces技术?

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM