Home
 

User login

 
 

Navigation

 
 

Events

« May 2008
SunMonTueWedThuFriSat
123
45678910
11121314151617
18192021222324
25262728293031
 

Assembly Gallery

Welcome To The Cape Clear Assembly Gallery

Average: 1 (1 vote)

Cape Clear Assembly Gallery is an opportunity to share your assemblies with the rest of the Cape Clear community. 

Over the past few months we have awarded iPods to some of the most popular entries. This symbol indicates the winning projects. We still welcome entries to the assembly gallery. However, the competition is now over.


Categories:

Database Out Transport

Average: 1 (1 vote)

Overview

Attached is a project containing a sample transport that allows data in an XML message to be written to a database. The transport is included in a simple assembly that writes XML received over HTTP to the database. For example, it allows XML messages like this one to be inserted into a single database table:


Categories:

Sample assembly that dynamically sets HTTP Basic Auth credentials

Average: 1 (1 vote)

This is an example of an assembly that allows the user to set the basic auth credentials from the payload, as opposed to setting them ad design time inside the assembly.

It uses the following:


Categories:

dynamicTransformDeliver

Average: 1 (2 votes)

Sample assembly that dynamically transforms multipart data.      What this assembly does is allow you to pass a transformation file (textSchema XSD or XSLT) along with source data to transform in a request and deliver it to an SFTP server which is also defined in the request.

Transformer beans


Categories:

Secure Pop3 Email Inbound Transport

Average: 1 (1 vote)

Attached is an example of implementing an assembly with a secured pop3 scheduled in transport.

CC provides the ability to override a transport implemenation for every transport (look for Transport Class in the cc help for further information), and the approach taken in this example is to extend the delivered Scheduled Email In Transport and add the necessary properties to support pop3 over ssl.


Categories:

PDF Generator Web Service using Apache FOP

Average: 1 (5 votes)

Here’s a simple Cape Clear assembly that demonstrates a typical document processing chain. It takes an XML document containing some shipping information detailing items purchased by a customer and generates a corresponding invoice document in PDF format suitable for printing. The assembly highlights how easy it is to write custom assembly components that implement third party libraries – in this case Apache FOP is used to help generate the PDF output.


Categories:

Custom Transport that can send messages to other web services.

Average: 1 (2 votes)

A common requirement for assemblies is the need to send requests between web services. This can be achieved by creating a HTTP-Out transport, but this approach has some drawbacks:


Categories:

Very Simple JSON to XML and XML to JSON Assembly

Average: 1 (2 votes)



Categories:

Custom Mediation Step – You design the API to implement

Average: 1 (1 vote)

Introduction

The attached assembly contains some code that allows you to implement custom mediation steps easier than ever before. There are two significant changes: firstly you don’t have to introduce any dependencies on Cape
Clear APIs and secondly, you can choose how you want the data passed to your code.


Categories:

A Festive Assembly

No votes yet

A Festive Assembly

Follow the lines to work out which present each snowman will receive for Christmas.


Categories:
Syndicate content