Reputation: 4135
Hi Any one can explain the difference between the LCDS and BlazeDs. Both are supporting HTTPService,Webservice,Remoting service. So why we need BlazeDs or LCDS?
Upvotes: 2
Views: 2176
Reputation: 121
Here is a articles which explains clearly the differnces between LCDS and Blazeds
http://sujitreddyg.wordpress.com/2008/01/31/blazeds-and-lcds-feature-difference/
I used LCDS because it supports PDF generation.
Upvotes: 0
Reputation: 5229
The Adobe comparison page mentions that only LCDS has lazy loading - that sounds rather relevant.
Upvotes: 0
Reputation: 4236
There's a lot of features that are included only in LCDS. Two main ones for me would be PDF generation and Data Management. Both boost the speed an application can be developed. If I remember correctly there is a free single-CPU licence of LCDS which gives you Data Management but still watermarks PDF-s.
To see how Adobe compares them: link
Upvotes: 3
Reputation: 38898
Two things I can think of off the top of my head for needing LCDS over BlazeDS:
That said, BlazeDS has two key advantages over LCDS, at least from my direct experiences:
Upvotes: 2
Reputation: 14004
BlazeDS is free and open source... LCDS is pretty expensive. LCDS also provides a lot of other Live Cycle features that are not included in BlazeDS (Like a better push architecture, can handle more clients, etc).
Upvotes: 0