Release NotesContents What's New in BlazeDS 3.2The BlazeDS 3.2 release fixes known issues in the previous BlazeDS release, but adds no new features. This release also includes a documentation update to the "Using the Remoting Service" chapter from the "BlazeDS Developer Guide" describes a resolution to bug BLZ-231 for using the AMFConnection API to call remote objects from Java applications. Download the PDF file to obtain this update. For more information on the AMFConnection Java class, see the AMFConnection API reference. BlazeDS 3.2 Minimum System RequirementsJava Virtual Machines
Application Servers
Flex/AIR Applications using BlazeDS
BlazeDS 3.2 Fixed IssuesThis section describes the issues fixed in BlazeDS 3. BLZ-252 and BLZ-253 In BlazeDS 3, the match-on configuration property lets you set browser-specific limits to streaming channels for the kickstart-bytes and max-streaming-connections-per-session properties. The match-on values are compared against the User-Agent HTTP request header value returned from the browser. Therefore, to configure setting for specific browsers, determine the User-Agent request header value and then set the match-on configuration property accordingly. The match-on value can be a substring of the full User-Agent value. The following examples sets these properties for the Firefox browser: <user-agent-settings>
<user-agent
match-on="Firefox"
kickstart-bytes= "0"
max-streaming-connections-per-session="1"/>
<user-agent
match-on="Firefox/3"
kickstart-bytes= "0"
max-streaming-connections-per-session="4"/>
</user-agent-settings>
If multiple match-on values match the User-Agent HTTP request header value, the one with the longest match is used. In the example above, if the User-Agent HTTP request header value is "Firefox/3", the second match-on property is used since it has a longer match. In this release, you can now specify a match-on value of "*". A match-on value of "*" is the default configuration used to match a client that does not match any of the other match-on values. However, BlazeDS has built-in default settings for Internet Explorer (match-on="MSIE") and FireFox (match-on="Firefox"). Therefore, you must explicitly specify those browsers as the value of the match-on property to override the defaults. You can now include the user-agent-settings property for long polling channels, in addition to setting it for streaming channels, to set the max-streaming-connections-per-session property. The max-streaming-connections-per-session property limits the total number of long polling or streaming connections that can be made from a client to the endpoint in the same browser session. If a long polling channel attempts to connect to an endpoint that is already at the number of connections specified by max-streaming-connections-per-session, the long polling channel will use polling instead. BlazeDS maintains a single setting of max-streaming-connections-per-session. Therefore, set max-streaming-connections-per-session to the same value for all streaming and long polling channels. Other Fixed Issues
BlazeDS 3.2 Known Issues
BlazeDS 3 Release NotesThis section contains the release notes for BlazeDS 3.
Minimum System RequirementsJava Virtual Machines
Application Servers
Flex/AIR Applications using BlazeDS
Known Issues
|
|
Hi ,
I am looking for a helpfile that talks specifically about how flex session works in clustered environment.Also I wanted to know how we do clustering with Blaze DS and Jboss/websphere or any J2EE application server.I am yet to comeup with a clear tutorial on the above.This is an urgent request.A timely help would be appreciated.
Thanks & regards
Manish