Globalyzer API for Continuous Globalization

From Lingoport Wiki
Revision as of 22:47, 2 October 2015 by Masnes (talk | contribs) (Typical Workflow)
Jump to: navigation, search

Introduction

Globalyzer API allows organization to write their own logic in Java around scanning code for i18n issues detection; The wrapping program can then be deployed on a Continuous Globalization system. It allows i18n scanning of source code with all the flexibility and power of Java. For instance, the Java wrapper logic can decide what is to be scanned, with what rule set, and how to consume the results.

This approach is more powerful than using either Globalyzer Command Line Interface or Globalyzer Lite. It does require writing Java code.

Target User

The wrapper application writer will decide who is the target user.

The typical Globalyzer Lite actor is a Continuous Integration system which automates the tasks of scanning source code.

Typical Deployment

The wrapper code on top of Globalyzer API will be deployed as per the Java application.

API for CI.gif

Note: If you add LRM to this picture, the Continuous Globalization system needs to be a Linux machine, preferably Ubuntu.

Typical Workflow

The workflow will be determined by the Continuous Integration system and the written application on top of Globalyzer API.


This requires that the rule sets used to scan the code have been vetted.

Installation Notes

To install the API, login to the Globalyzer server, download the Globalyzer Client installer for the platform you are running on, and run the installer. You will then write a Java program calling the API calls as described on the Globalyzer help pages under help/referenceAPI/toc.html .