Introduction

This section of the documentation will describe how to use each features of Jujunie Integration project. We are trying to be as complete as possible, but as often the same person who made an enhancement made the documentation, this person sometimes forget that the intended audience have not the same "background".

That why please do not be ashamed to report any part of the documentation that you misunderstood, and we'll try to make it better.

General Assumptions

Web application and batch process

Jujunie Integration is a web application, and almost all the features have a web front end for the user to use it. But most of the time, you may want to use a feature as or in a batch process.

Originaly, Jujunie Integration integrated a "client" command line application to interact with the server. There was 2 major problem with this solution:

  • We lost one of the biggest benefit of a full web solution: the unicity of deployment, as when the server version changed, you had to deploy the web client everywhere it is needed
  • This client application was nothing more than a wrapper arround an HTTP client. It is always a bad idea to rewrite existing applications, and there is fantastic command line oriented HTTP client, like CURL that will allow you to build your HTTP queries in your batch processes
Knowing this, in the user guide we will describe all the parameters required for a feature, allowing you to configure your own HTTP client. Anyway, it is always a good idea to first test your process using the basic web front end provided in Jujunie Integration.

Types and Formats

The following table shows how type should be text formatted, has most of the parameter will be provided as text

Type Format
Date yyyy-mm-dd where yyyy is the year, mm the month (01 to 12) and dd the number of the day in the month (01 to 31). Exemple: 2006-07-10
Boolean true or false