Docs tagged "Modules"
Information related to Tribefire modular architecture and development.
22 files
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
			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
			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
			Static Resources (Files)
	  	
	  				...
	  			
	  			
	  				Modules
	  				Development
			Transient Resources
	  	
	  				...
	  			
	  			
	  				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
			Creating Artifacts
	  	
	  				The first part of Tribefire development is the creation of an artifact group and its constituent artifacts...
	  			
	  			
	  				Modules
	  				Development
			Incompatible setup components
	  	
	  				...
	  			
	  			
	  				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
			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
			Tribefire application structure
	  	
	  				Our application consists of these components, which are all platform assetsProjectPlatformModulesPlatform libraries...
	  			
	  			
	  				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 development
	  	
	  				Tips and tutorials on various aspects of module development....
	  			
	  			
	  				Modules
	  				Development
			Introduction to modules
	  	
	  				Tribefire offers a modular architecture for the developed application, consisting of a single platform...
	  			
	  			
	  				Modules
			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
			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
			Debugging Tribefire Projects
	  	
	  				This page explains how to set up and run your Tomcat-based Tribefire application from Eclipse....
	  			
	  			
	  				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
			Developing Tribefire Artifacts
	  	
	  				Having created and built our artifacts, it's time to develop them!...
	  			
	  			
	  				Modules
	  				Development
			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
			SLF4J API Linkage Error
	  	
	  				...
	  			
	  			
	  				Modules