I think that the software architecture Roo generates is great! I have a scenraio though where I need 2 different web UI's backed by the same domain and deployed on different boxes. How can I best utilize Roo's archticture to deal with this? Traditionally we have used a service layer and then wrapped it with a web service for the remoting but this doesnt seem to fit with Roo's rich domain object approach. What would Roo do?