knowledge-base Items for Carbon Studio

How to Create and Deploy a CAR File in a Stand-alone WSO2 Server and in WSO2 Stratos

A CAR file, short for Carbon Archive, is just like a zip or jar file tailor-made for the Carbon Platform. It contains one or more artifacts and information about them. A CAR file is generated through WSO2 Carbon Studio. To learn more about a CAR file check out WSO2 Carbon Studio in a Nutshell.  

WSO2 Governance Registry Artifact Deployment

WSO2 recommended approach to deploy Governance Registry artifacts in WSO2 Governace Registry (GReg) is by creating a Carban Application (CApp).

WSO2 Carbon Studio: How to specify the namespace to a synapse artifact (endpoint/sequence/proxy/local entry)

Synapse changed it default namespace from "http://ws.apache.org/ns/synapse" to "http://synapse.apache.org/ns/2010/04/configuration" with its version 2.0 release. So when you are going to create a synapse artifact you need to decide which namespace you are going to use and how to specify it. This short KB tell you how to get it done in easy steps.

WSO2 Carbon Studio: How to point to a resource from your Sequence

Using the registry as a source of data is now becoming a very common practice. In this short knowledge base I'm explaining how you can specify an XSLT to a XSLT mediator. This covers the scenarios where the XSLT is location in the registry or in the local file system.

WSO2 Carbon Studio: How to point to a non-anonymous endpoint from a sequence

Todays style is to write your synapse configuration files independently as much as possible because when things change the updates does not have to propagate through the whole synapse configuration. Even though they are independent, we'll have to connect them together to make it meaningful. In this short KB I'm going to explain the scenario of connecting sequences in Carbon Studio with named or referenced endpoints.

 

How to add a WSO2 Carbon Server to Carbon Studio

WSO2 Carbon Studio is the latest addition to the WSO2 Carbon platform. It is an Eclipse plug-in which facilitates you with an environment to create artifacts that can be deployed in Carbon Servers. The development environment also lets you test the artifact by deploying them in the Carbon Server. This Knowledge Base item takes you through the steps on how to add a WSO2 Carbon Server in to the Eclipse based development environment.

Quick Start on WSO2 Carbon Studio

This short article will guide you how to getting started with WSO2 Carbon Studio. All what you need is to create a Carbon Application Project and you are ready to go.