Assembly Gallery
User login
Navigation
Assembly Gallery
Welcome To The Cape Clear Assembly Gallery
Submitted by admin on Fri, 2007-10-19 13:03.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.
Database Out Transport
Submitted by jpasley on Fri, 2008-02-01 14:18.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:
Sample assembly that dynamically sets HTTP Basic Auth credentials
Submitted by armin.taghinia on Thu, 2008-01-31 23:06.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:
dynamicTransformDeliver
Submitted by davebrown on Thu, 2008-01-31 20:55.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
Secure Pop3 Email Inbound Transport
Submitted by armin.taghinia on Thu, 2008-01-31 20:49.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.
PDF Generator Web Service using Apache FOP
Submitted by dohalloran on Wed, 2008-01-30 17:12.
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.
Custom Transport that can send messages to other web services.
Submitted by fsomers on Thu, 2008-01-24 17:21.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:
Very Simple JSON to XML and XML to JSON Assembly
Submitted by mike.reidy@gmail.com on Thu, 2007-12-20 16:23.Custom Mediation Step – You design the API to implement
Submitted by jpasley on Wed, 2007-12-19 15:50.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.
Subscribe to Feeds
Developer News
Forums
Blogs
