Due to security reasons we are required to keep all business logic off of the public web server. We do this by using web services to connect to the middle tier.
How could we use StrataFrame to implement this architecture, with BO methods exposed as SOAP web methods to the UI layer?