Displaying 1 result from an estimated 1 matches for "doabil".
Did you mean:
dosbil
2010 Jul 23
1
Strategy for integrating a custom layer of web services?
...by as well) that serves video streams to custom Flash clients.
So this services layer is currently implemented as a small framework
in its own right and everything is initialized when rails starts. The
reason for that is that I had to develop everything under severe time
constraints.
Now that the doability of the project has been validated and we will
very likely stick with rails, I am looking for ways to better
integrate all these components with rails but I do not really know
where to start. Should I pluginify as much as possible? Should I
create some kind of LiveDataEntity - View - Controller a...