[flexcoders] Modules and RSLs Which is Better for Large Database application

2009-04-09 Thread raja_s_patil
Hello, We are in phase of evaluating Flex for converting a large delphi-Firebird Client Server database desktop application to a Web application. Till date we have written a small pilot application and is accepted by almost everybody. In Second Phase of evaluation a doubt about download time is

RE: [flexcoders] Modules and RSLs Which is Better for Large Database application

2009-04-09 Thread Gregor Kiddie
RSLs are only really useful if you are making two or 3 different products and want to share the code between them. For a single product, they offer no discernable value. We actually removed RSLs from our product because they were impacting run-time performance. Modules are excellent though. They