<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Features</title><link>https://sourceforge.net/adobe/blazeds/wiki/Features/</link><description>Recent changes to Features</description><atom:link href="https://sourceforge.net/adobe/blazeds/wiki/Features/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 05 Mar 2012 08:44:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/adobe/blazeds/wiki/Features/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Features modified by Mayur Kansal</title><link>https://sourceforge.net/adobe/blazeds/wiki/Features/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,4 +1,3 @@
-
 # BlazeDS Features
 
 **Feature** | **Overview**
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mayur Kansal</dc:creator><pubDate>Mon, 05 Mar 2012 08:44:44 -0000</pubDate><guid>https://sourceforge.net5a3afa1ce03762b40e1c5783dd1084095104b1f9</guid></item><item><title>WikiPage Features modified by Mayur Kansal</title><link>https://sourceforge.net/adobe/blazeds/wiki/Features/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,4 +1,3 @@
-[[ include ref='blazeds_rightnav' ]]  
 
 # BlazeDS Features
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mayur Kansal</dc:creator><pubDate>Mon, 05 Mar 2012 08:44:16 -0000</pubDate><guid>https://sourceforge.netaf9c14c409affcac9d829d41977b184289c0f639</guid></item><item><title>WikiPage Features modified by SourceForge Editorial Staff</title><link>https://sourceforge.net/adobe/blazeds/wiki/Features/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,46 +1,23 @@
 [[ include ref='blazeds_rightnav' ]]  
+
 # BlazeDS Features
 
-Feature | Overview
---------|---------
-_**Application Services**_
-
-Remoting
-Remoting provides a call and response model for accessing external data from Flex or Ajax applications. Developers can create applications that make asynchronous requests to remote services, including HTTP services, SOAP-based Web services and direct invocation of native Java objects. Provides transparent data transfer between ActionScript and Java data types, including data structures that use Java 5 enumerations. High-performance binary data transfer between client and server is dramatically faster than textual protocols, such as SOAP or XML.
-
-Proxy Services
-The proxy service helps you get around browser sandbox limitations such as "cross domain restrictions" and the inability to get/set certain request headers and see the response code and response body for errors. NOTE: The Proxy Service is specifically for SOAP-compliant web services and HTTP (REST) services.
-
-Software Clustering
-Supports messaging applications which employ clustering to ensure that messages received by one server in a cluster are forwarded to all subscribed clients connected to other servers. Also supports client-side load balancing so the client can connect to the first available server in a list of URLs.
-
-Action Message Format (AMF) transport protocol 
-
-_**Integration**_
-
-Runtime Configuration
-Server-side APIs that let developers create and delete data services, adapters, and destinations, which can be modified even after the server is started. Easily integrate existing code in a Flex or Ajax application with dynamic component creation at runtime.
-
-Open Adapter Architecture
-Open adapter architecture to integrate with JMS, EJB, ColdFusion components and other data sources. Customizable adapter architecture provides ease-of-connectivity to back-end data systems and applications.
-
-Java Message Service (JMS) Adapter
-Allows Flex applications to publish and subscribe to JMS topics and queues. Java applications can publish messages to Flex and Java code can respond to messages that Flex applications send. Easily integrate RIAs with back end applications and business processes.
-
-Ajax Client Library
-Allows developers of RIAs to create advanced user experiences that blend Flex and Ajax with a common programming model for remoting and messaging. Also supports API access to JMS functionality so Java code can easily receive JMS messages and re-publish these messages for consumption by Flex clients using different topics
-
-Server-side component framework integration
-Developers can directly expose components in their frameworks, such as Spring or EJB, to Flex clients without writing any code.
-
-_**Messaging**_
-
-Publish &amp; Subscribe Messaging over HTTP
-Publish and subscribe to message topics with the same reliability and overall quality of service as traditional thick client applications, enabling the creation of innovative and collaborative experiences. Enables collaboration and data push applications to be built in a reliable manner while preserving the lightweight web deployment model. Applications written using the BlazeDS messaging apis can achieve more scalability without code changing by upgrading to the NIO based channel implementations in LiveCycle Data Services.
-
-_**Administration**_
-
-Administration Console
-Provides ability to view and control performance, resource information, and properties of BlazeDS server configuration and runtime performance.
+**Feature** | **Overview**
+------------|---------
+_**Application Services**_ |  
+Remoting | Remoting provides a call and response model for accessing external data from Flex or Ajax applications. Developers can create applications that make asynchronous requests to remote services, including HTTP services, SOAP-based Web services and direct invocation of native Java objects. Provides transparent data transfer between ActionScript and Java data types, including data structures that use Java 5 enumerations. High-performance binary data transfer between client and server is dramatically faster than textual protocols, such as SOAP or XML.
+Proxy Services | The proxy service helps you get around browser sandbox limitations such as "cross domain restrictions" and the inability to get/set certain request headers and see the response code and response body for errors. NOTE: The Proxy Service is specifically for SOAP-compliant web services and HTTP (REST) services.
+Software Clustering | Supports messaging applications which employ clustering to ensure that messages received by one server in a cluster are forwarded to all subscribed clients connected to other servers. Also supports client-side load balancing so the client can connect to the first available server in a list of URLs.
+Action Message Format (AMF) transport protocol | Provides a very compact binary format for data serialization/deserialization and remote method invocation. Use of AMF can significantly increase data delivery performance compared to applications using plain XML over HTTP or web services.
+_**Integration**_ |   
+Runtime Configuration | Server-side APIs that let developers create and delete data services, adapters, and destinations, which can be modified even after the server is started. Easily integrate existing code in a Flex or Ajax application with dynamic component creation at runtime.
+Open Adapter Architecture | Open adapter architecture to integrate with JMS, EJB, ColdFusion components and other data sources. Customizable adapter architecture provides ease-of-connectivity to back-end data systems and applications.
+Java Message Service (JMS) Adapter | Allows Flex applications to publish and subscribe to JMS topics and queues. Java applications can publish messages to Flex and Java code can respond to messages that Flex applications send. Easily integrate RIAs with back end applications and business processes.
+Ajax Client Library | Allows developers of RIAs to create advanced user experiences that blend Flex and Ajax with a common programming model for remoting and messaging. Also supports API access to JMS functionality so Java code can easily receive JMS messages and re-publish these messages for consumption by Flex clients using different topics
+Server-side component framework integration | Developers can directly expose components in their frameworks, such as Spring or EJB, to Flex clients without writing any code.
+_**Messaging**_ |    
+Publish &amp; Subscribe Messaging over HTTP | Publish and subscribe to message topics with the same reliability and overall quality of service as traditional thick client applications, enabling the creation of innovative and collaborative experiences. Enables collaboration and data push applications to be built in a reliable manner while preserving the lightweight web deployment model. Applications written using the BlazeDS messaging apis can achieve more scalability without code changing by upgrading to the NIO based channel implementations in LiveCycle Data Services.
+_**Administration**_ |     
+Administration Console | Provides ability to view and control performance, resource information, and properties of BlazeDS server configuration and runtime performance.
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Editorial Staff</dc:creator><pubDate>Thu, 23 Feb 2012 20:00:05 -0000</pubDate><guid>https://sourceforge.netb32852a06bbbc63f7cab28167e00b0ba5f32c82b</guid></item><item><title>WikiPage Features modified by SourceForge Editorial Staff</title><link>https://sourceforge.net/adobe/blazeds/wiki/Features/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,65 +1,46 @@
-
-&lt;div class="section"&gt;
-
-  
-
-
-&lt;div class="column" style="display:inline-block; vertical-align:top; width:80%;"&gt;
-
-
-
+[[ include ref='blazeds_rightnav' ]]  
 # BlazeDS Features
 
 Feature | Overview
-
+--------|---------
 _**Application Services**_
 
-Remoting 
+Remoting
 Remoting provides a call and response model for accessing external data from Flex or Ajax applications. Developers can create applications that make asynchronous requests to remote services, including HTTP services, SOAP-based Web services and direct invocation of native Java objects. Provides transparent data transfer between ActionScript and Java data types, including data structures that use Java 5 enumerations. High-performance binary data transfer between client and server is dramatically faster than textual protocols, such as SOAP or XML.
 
 Proxy Services
 The proxy service helps you get around browser sandbox limitations such as "cross domain restrictions" and the inability to get/set certain request headers and see the response code and response body for errors. NOTE: The Proxy Service is specifically for SOAP-compliant web services and HTTP (REST) services.
 
 Software Clustering
 Supports messaging applications which employ clustering to ensure that messages received by one server in a cluster are forwarded to all subscribed clients connected to other servers. Also supports client-side load balancing so the client can connect to the first available server in a list of URLs.
 
 Action Message Format (AMF) transport protocol 
 
 _**Integration**_
 
 Runtime Configuration
 Server-side APIs that let developers create and delete data services, adapters, and destinations, which can be modified even after the server is started. Easily integrate existing code in a Flex or Ajax application with dynamic component creation at runtime.
 
 Open Adapter Architecture
 Open adapter architecture to integrate with JMS, EJB, ColdFusion components and other data sources. Customizable adapter architecture provides ease-of-connectivity to back-end data systems and applications.
 
 Java Message Service (JMS) Adapter
 Allows Flex applications to publish and subscribe to JMS topics and queues. Java applications can publish messages to Flex and Java code can respond to messages that Flex applications send. Easily integrate RIAs with back end applications and business processes.
 
 Ajax Client Library
 Allows developers of RIAs to create advanced user experiences that blend Flex and Ajax with a common programming model for remoting and messaging. Also supports API access to JMS functionality so Java code can easily receive JMS messages and re-publish these messages for consumption by Flex clients using different topics
 
 Server-side component framework integration
 Developers can directly expose components in their frameworks, such as Spring or EJB, to Flex clients without writing any code.
 
 _**Messaging**_
 
 Publish &amp; Subscribe Messaging over HTTP
 Publish and subscribe to message topics with the same reliability and overall quality of service as traditional thick client applications, enabling the creation of innovative and collaborative experiences. Enables collaboration and data push applications to be built in a reliable manner while preserving the lightweight web deployment model. Applications written using the BlazeDS messaging apis can achieve more scalability without code changing by upgrading to the NIO based channel implementations in LiveCycle Data Services.
 
 _**Administration**_
 
 Administration Console
 Provides ability to view and control performance, resource information, and properties of BlazeDS server configuration and runtime performance.
-
-
-
-&lt;/div&gt;
-
-  
-[[ include ref='blazeds_rightnav' ]]  
-
-
-&lt;/div&gt;
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SourceForge Editorial Staff</dc:creator><pubDate>Thu, 16 Feb 2012 21:45:06 -0000</pubDate><guid>https://sourceforge.net8205692d22c8d1e308022423121c99e3c1312113</guid></item><item><title>WikiPage Features modified by Mayur Kansal</title><link>https://sourceforge.net/adobe/blazeds/wiki/Features/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,22 +1,20 @@
 
-
 &lt;div class="section"&gt;
 
   
 
 
 &lt;div class="column" style="display:inline-block; vertical-align:top; width:80%;"&gt;
 
 
 
 # BlazeDS Features
 
-Feature
-Overview
+Feature | Overview
 
 _**Application Services**_
 
-Remoting
+Remoting 
 Remoting provides a call and response model for accessing external data from Flex or Ajax applications. Developers can create applications that make asynchronous requests to remote services, including HTTP services, SOAP-based Web services and direct invocation of native Java objects. Provides transparent data transfer between ActionScript and Java data types, including data structures that use Java 5 enumerations. High-performance binary data transfer between client and server is dramatically faster than textual protocols, such as SOAP or XML.
 
 Proxy Services
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mayur Kansal</dc:creator><pubDate>Wed, 15 Feb 2012 06:12:54 -0000</pubDate><guid>https://sourceforge.nete1f6435dadb944dbd4a86a608f6104f974adddb1</guid></item><item><title>WikiPage Features modified by Cory Johns</title><link>https://sourceforge.net/adobe/blazeds/wiki/Features/</link><description>

&lt;div class="section"&gt;

  


&lt;div class="column" style="display:inline-block; vertical-align:top; width:80%;"&gt;



# BlazeDS Features

Feature
Overview

_**Application Services**_

Remoting
Remoting provides a call and response model for accessing external data from Flex or Ajax applications. Developers can create applications that make asynchronous requests to remote services, including HTTP services, SOAP-based Web services and direct invocation of native Java objects. Provides transparent data transfer between ActionScript and Java data types, including data structures that use Java 5 enumerations. High-performance binary data transfer between client and server is dramatically faster than textual protocols, such as SOAP or XML.

Proxy Services
The proxy service helps you get around browser sandbox limitations such as "cross domain restrictions" and the inability to get/set certain request headers and see the response code and response body for errors. NOTE: The Proxy Service is specifically for SOAP-compliant web services and HTTP (REST) services.

Software Clustering
Supports messaging applications which employ clustering to ensure that messages received by one server in a cluster are forwarded to all subscribed clients connected to other servers. Also supports client-side load balancing so the client can connect to the first available server in a list of URLs.

Action Message Format (AMF) transport protocol 

_**Integration**_

Runtime Configuration
Server-side APIs that let developers create and delete data services, adapters, and destinations, which can be modified even after the server is started. Easily integrate existing code in a Flex or Ajax application with dynamic component creation at runtime.

Open Adapter Architecture
Open adapter architecture to integrate with JMS, EJB, ColdFusion components and other data sources. Customizable adapter architecture provides ease-of-connectivity to back-end data systems and applications.

Java Message Service (JMS) Adapter
Allows Flex applications to publish and subscribe to JMS topics and queues. Java applications can publish messages to Flex and Java code can respond to messages that Flex applications send. Easily integrate RIAs with back end applications and business processes.

Ajax Client Library
Allows developers of RIAs to create advanced user experiences that blend Flex and Ajax with a common programming model for remoting and messaging. Also supports API access to JMS functionality so Java code can easily receive JMS messages and re-publish these messages for consumption by Flex clients using different topics

Server-side component framework integration
Developers can directly expose components in their frameworks, such as Spring or EJB, to Flex clients without writing any code.

_**Messaging**_

Publish &amp; Subscribe Messaging over HTTP
Publish and subscribe to message topics with the same reliability and overall quality of service as traditional thick client applications, enabling the creation of innovative and collaborative experiences. Enables collaboration and data push applications to be built in a reliable manner while preserving the lightweight web deployment model. Applications written using the BlazeDS messaging apis can achieve more scalability without code changing by upgrading to the NIO based channel implementations in LiveCycle Data Services.

_**Administration**_

Administration Console
Provides ability to view and control performance, resource information, and properties of BlazeDS server configuration and runtime performance.



&lt;/div&gt;

  
[[ include ref='blazeds_rightnav' ]]  


&lt;/div&gt;


</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cory Johns</dc:creator><pubDate>Fri, 10 Feb 2012 21:22:03 -0000</pubDate><guid>https://sourceforge.net6598cf8f7157eb1b9e86724d78942ea1434deea9</guid></item></channel></rss>