Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote JALSE server #50

Open
Ellzord opened this issue Apr 30, 2015 · 6 comments
Open

Remote JALSE server #50

Ellzord opened this issue Apr 30, 2015 · 6 comments

Comments

@Ellzord
Copy link
Owner

Ellzord commented Apr 30, 2015

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.

@Ellzord Ellzord added this to the Utility release milestone Apr 30, 2015
@Ellzord Ellzord self-assigned this Apr 30, 2015
@Ellzord
Copy link
Owner Author

Ellzord commented May 3, 2015

Java EE 8 doesn't come out until 2016 - find alternatives.

@mariosk89
Copy link

The most useful link I've found so far
http://martinfowler.com/articles/richardsonMaturityModel.html

@Ellzord
Copy link
Owner Author

Ellzord commented May 4, 2015

Good find - I've done some research too:

WebSockets

  • Tomcat
  • Jetty
  • We don't have to worry about creating Java WebSocket clients (is possible though)

REST

@Ellzord Ellzord removed their assignment May 6, 2015
@Ellzord Ellzord changed the title RESTful JALSE Remote JALSE server May 6, 2015
@Ellzord
Copy link
Owner Author

Ellzord commented May 6, 2015

Tags can be used to state visibility rules?

@Ellzord
Copy link
Owner Author

Ellzord commented May 6, 2015

@mariosk89 @stelioskiayias this may be of interest http://wildfly.org/news/2015/05/05/WildFly-Swarm-Released/

wildfly-swarm

@Ellzord
Copy link
Owner Author

Ellzord commented Jun 29, 2015

There is also http://netty.io/

@Ellzord Ellzord removed this from the Utility release milestone Aug 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants