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.
The service in this tutorial will be called via:
- The generic REST endpoint
- Servide side Web-app using a Web Terminal representing Servlet in Java
- Client side Web-app using a JxUxAsset representing JavaScript/HTML5 application
In order to get started please refer to:
- Installing Development Tools where we download, install, and configure the tools we need
- Creating Artifacts where we create a Maven based artifact group and its constituent artifacts (assets)
- Developing Artifacts where we set up our IDE and create our logic in accordance to Braintribe conventions.