Skip to content
logoBack to home screen

Docs tagged "Development"

Contained topics: Transient Resources, Creating Artifacts, Dynamic CSA Initializers, Developing Tribefire Artifacts, Installing bt-ant-tasks, Debugging Tribefire Projects, ...

13 files


Transient Resources

...
Modules Development

Creating Artifacts

The first part of Tribefire development is the creation of an artifact group and its constituent artifacts...
Modules Development

Dynamic CSA Initializers

Dynamic CSA Initializer is effectively a custom initializer type registered from a module which processes one or more files as its input....
Modules Development

Developing Tribefire Artifacts

Having created and built our artifacts, it's time to develop them!...
Modules Development

Installing bt-ant-tasks

bt-ant-tasks is a set of libraries for Ant build system. Having installed Apache Ant, you can install ...
Modules Development

Debugging Tribefire Projects

This page explains how to set up and run your Tomcat-based Tribefire application from Eclipse....
Modules Development

Static Resources (Files)

...
Modules Development

Controlling Module Classpath

As mentioned in the module classpaths documentation, the setup process tries to promote jars (from a module to the main classpath) as much as possible for optimization. There are, however, some reasons to prevent that, and the modules offer configuration options to do so....
Modules Development

Installing Development Tools

You need a set of tools before you can start to develop with Tribefire. On Windows, it's best to install all tools ...
Modules Development

Executing REST Calls on Developed Platform

This page explains how to execute REST calls on Tribefire platform developed as described in Developing Tribefire Artifacts...
Modules Development

Tribefire module development

Tips and tutorials on various aspects of module development....
Modules Development

DCSA Configuration

For Tribefire to use DCSA instead of just CSA we need to configure a DCSA Shared Storage. As always with Tribefire, we do this by providing a combination of a denotation instance and an expert bound from a module....
Modules Development

Developing with Tribefire

Hello, welcome to the Tribefire tutorial!In this tutorial we're going to create a Tribefire service where the user can specify a sentence and gets the processed sentence back, transformed to UPPERCASE or lowercase....
Modules Development