Quote:
Originally Posted by joshmoore
As for your architecture, if I were in your position I'd suggest coming up with a stable Ice server, using Spring internally. When it comes time for web services, you can either: - have a Java web container act as a client to Ice
- use Ice's PHP bindings to build a REST interface
- start a second Ice.Communicator within the web/app server using co-location.
Hope that's of some use.
~Josh.
|
Yes, I was already contemplating the first option, but possibly with ASP.NET.
Thank you very much,
Karl