TU-Berlin-SNET / iosl-2015-osc-tracking

Tracking project for the Internet of Services Lab 2015 project "Open Service Compendium" (OSC)
0 stars 0 forks source link

Have a working Java Servlet and JSP based backend with integrated match maker #18

Open julien-bergner opened 9 years ago

mathiasslawik commented 9 years ago

Hi Julien,

I think it'll be a better architecture, if we integrate the Matchmaker by enabling the OSC to be run under JRuby 9000, and then implement a Rails MatchmakerController which instantiates the Matchmaker through the JRuby <-> Java Bridge functionality.

There are many benefits: we don't need two servers, we can reuse existing Broker functionality, and we can let the backend handle querying the database, instead of sending JSON service data (the services to be matched) to a Jetty server.

Let's talk about this on Wednesday.

Best regards, Mathias