Answer»
- Add BlazeDS JAR files and DEPENDENT JAR files to the WEB-INF/lib directory from BlazeDS project.
- Add BlazeDS configuration files in the WEB-INF/flex directory from BlazeDS project.
- Define Message Broker SERVLET and a session listener in WEB-INF/web.xml from BlazeDS project.
The Blaze DS uses four main configuration files namely:
- Services-config.xml: The TOP level Blaze Ds configuration FILE, this file usually CONTAINS security constraints, channel definitions and logging settings that each of the services can use.
- Remoting-config.xml: The remoting service configuration file, which defines remoting service destinations for working with remote objects.
- Proxy-config.xml : The proxy service configuration file which defines proxy service destinations for working with webservices and HTTP Service (REST Services)
- Messaging-config.xml: The messaging service configuration file, which defines messaging service destinations for performing publish subscribe messaging.
The Blaze DS uses four main configuration files namely:
|