View Single Post
  #7 (permalink)  
Old 05-15-2008
kwaclaw kwaclaw is offline
Registered User
 
Name: Karl Waclawek
Organization: Toronto Star Newspapers Ltd.
Project: Proof of concept
 
Join Date: Sep 2004
Location: Oshawa, Canada
Posts: 123
Quote:
Originally Posted by joshmoore View Post
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
__________________
Karl Waclawek
The Toronto Star - http://www.thestar.com
Reply With Quote