StrataFrame Forum

Sharing BO between WinForm & WebForm?

http://forum.strataframe.net/Topic5848.aspx

By Ben Hayat - 1/15/2007

Let's say you have developed a WinForm application. And you have created lots of business rules and validations with each BO. Then you decide to develop similar application in ASP.Net as WebForm. Can the same BO that was created be shared between the two applications? And live as sharable for duration of development? This way we maintain only one set of BO codes!
By StrataFrame Team - 1/16/2007

Yes, that is what the business objects are designed to do; it's the recommended practice.  In fact, we do that with most of our business objects, including the ones that are shared between the MyAccount area of the SF website and our internal CRM system.
By Ben Hayat - 1/16/2007

Ben Chase (01/16/2007)
Yes, that is what the business objects are designed to do; it's the recommended practice. In fact, we do that with most of our business objects, including the ones that are shared between the MyAccount area of the SF website and our internal CRM system.




Excellent!