• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Flex 3 with Java

 
author
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We already use BlazeDS in a Spring/Hibernate Environment. After some optimizations because of serialization/lazy loading issues we are quite happy with the implementation. But, we did not do load tests in the past.

I read some weeks ago that you shouldn't use BlazeDS if you need a highly scalable solution and use Lifecycle instead. What do you think when we should think about a change?
 
Author
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rainer,

BlazeDS or LCDS depends on your application requirements, if you are using traditional http, webservice or amf remoting request and response model then there is no difference between LCDS and BlazeDS because you are still restricted by the your OS, hardware and bandwidth capacity for processing number of requests per second.

Use of LCDS depends of your application requirements e.g. if you are looking for Real Time Messaging Protocol (RTMP), Reliable communications, Data conflict resolution and synchronization, data push and Enterprise document integration such as PDF capabilities then LCDS would be the choice.

Please refer the comparison chart from http://www.adobe.com/products/livecycle/dataservices/compare.html to make a right decision.

Thanks,
 
reply
    Bookmark Topic Watch Topic
  • New Topic