Open Ellzord opened 9 years ago
Java EE 8 doesn't come out until 2016 - find alternatives.
The most useful link I've found so far http://martinfowler.com/articles/richardsonMaturityModel.html
Good find - I've done some research too:
Tags can be used to state visibility rules?
@mariosk89 @stelioskiayias this may be of interest http://wildfly.org/news/2015/05/05/WildFly-Swarm-Released/
There is also http://netty.io/
A remote JALSE server that allows instances of the model to be manipulated via REST and WebSockets (JSON based).
REST would be used to pull down detailed information (sync state, web statistics and specific entity details).
WebSockets would be used to stream attribute changes and when entities are created and killed (after sync).
NOTE: there is a need for user/client authentication or state the model is globally exposed and mutable.