Hi All, We are building a business application where the presentation layer is built in Adobe Flex (flash 9) and the business and data tier are written in .NET. The communication between the 2 technologies is achieved using Weborb. This broker generates proxy classes for our .NET classes that are installed in the bin directory of the weborb webapp in iis. The flex code can then use these generated proxies on the client to access the business code. For the data layer we use Linq To Sql. The problem
Read More...