Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel4
typeflat
separatorpipe
 

...

Business Rule

Business rules are used to define a business structure or control/influence a particular aspect of a business.

...

Component

Components in the Carbon platform add functionality to all WSO2 Carbon-based products. For example, the statistics component enables users to monitor system and service level statistics. A component in the Carbon platform is made up of one or more OSGi bundles, which is the modularization unit in OSGi similar to a JAR file in Java. For example, the statistics component contains two bundles: one is the back-end bundle that collects, summarizes, and stores statistics, and the other is the front-end bundle, which presents the data to the user through a user-friendly interface. This component-based architecture of the WSO2 Carbon platform gives developers flexibility to build efficient and lean products that best suit their unique business needs simply by adding and removing components.

...

Port offset can be passed to the server during startup as follows:
./wso2server.sh -DportOffset=3

Alternatively, you can set it in the Ports section of <PRODUCT_HOME>/repository/conf/carbon.xml as follows:
<Offset>3</Offset>

...

Service Group

A service group is a convenient way of deploying multiple services in one service archive file. For more information, see Accessing Service Groups. 

...

SOAP

An XML-based, extensible message envelope format, with "bindings" to underlying protocols. The primary protocols are HTTP and HTTPS, although bindings for others, including SMTP and XMPP, have been written.


WSDL

An XML format allows service interfaces to be described along with the details of their bindings to specific protocols. It is typically used to generate server and client code and for configuration.


WSDL Endpoint

WSDL Endpoint is an endpoint definition based on a specified WSDL document. The WSDL document can be specified either as a URI or as an inlined definition within the configuration.


WSO2 BRS Management Console

WSO2 BRS Management Console is a Web based control panel powered by JSP and AJAX which enables system administrators to interact with a running BRS instance without touching any underlying configuration files. The Management Console allows the users to command and control rule services and much more.


WSO2 Carbon

WSO2 Carbon is the component-based, service oriented platform on top of which the WSO2 products are built. Carbon consists of a collection of OSGi bundles as Carbon components for security, clustering, logging, statistics, management and more. You can build products simply by plugging various Carbon components together using the WSO2 Carbon component manager.