Skip to content
logoBack to home screen

Docs tagged "Modules"

Information related to Tribefire modular architecture and development.

22 files


Tribefire application structure

Our application consists of these components, which are all platform assetsProjectPlatformModulesPlatform libraries...
Modules

Transient Resources

...
Modules Development

Troubleshooting Tribefire modules

Collection of common issues and pitfalls with hints on suggestions on how to handle them....
Modules

Tribefire module structure

TODO describe the meaning of the files inside a TF module project...
Modules

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

Introduction to modules

Tribefire offers a modular architecture for the developed application, consisting of a single platform...
Modules

Incompatible setup components

...
Modules

Static Resources (Files)

...
Modules Development

Developing Tribefire modules

Let's now have a look at how to integrate our code and data into our Tribefire application in a Tribefire module...
Modules

Developing web application with Tribefire Modules

As we only support a WEB platform for now, this example shows how to build a web application with Tribefire. But ...
Modules

Tribefire module classpath and components compatibility

DEFINITION: We call two modules "conflicting modules" if they depend on different versions of the same artifacts, and we call these dependencies "...
Modules

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

SLF4J API Linkage Error

...
Modules

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