Adding translation components to a Designer application

The Translation Components (LTC) are programming objects and server-based software services that provide a secure, reliable, and robust environment to connect a set of heterogeneous translation services to HCL software and WebSphere-based platforms such as Domino®, the WebSphere® Application Server, and the HCL Digital Experience Server. The LTC help HCL customers break language barriers with their employees, partners, suppliers, and customers by providing an enhanced set of linguistic services that facilitate the integration of third-party linguistic solutions.

Although primarily designed to work with machine translation software, such as the HCL server-based machine translation engines, the LTC can connect to any third-party translation services that support the Linguistic Services API (LSAPI) developed by HCL.

Because of their open architecture, the translation components allow developers to integrate translation services rapidly and intuitively into Domino® applications, facilitating communication across languages and breaking language barriers in an ever-growing global environment.

The Translation Components consist of the following parts, which provide a connection to a translation connector and its associated services:

  • Domino® Translation Object (DTO)

    The DTO, provided by Domino® software, handles the API calls made from within a Notes® or Domino® application to set up and activate a service request. It communicates with the Translation Services Gateway (TSG).

  • Translation Services Gateway (TSG)

    The TSG serves as a connection between the DTO and the multilingual services provided by the different third-party vendors. When the DTO is asked to provide information about the various services available, it communicates with the specified TSG, which calls each of its services in turn, collates the information, and passes it back to the DTO. When the DTO sends a request to the TSG, the TSG determines which services are required and passes the request to the appropriate services or connectors attached to it. The TSG also acts as a storehouse for various core services provided by Domino® software, such as text filters or the ability to load and unload a service.

Translation Components Features

Features in Translation Components include:

  • Improved install and startup procedures.
  • Certification with Java 1.2 and 1.3.
  • Support for AS400, AIX®, Solaris and Linux platforms.
  • A Web Administrator that allows translation gateways to be remotely configured from a browser.
  • A servlet that allows a translation portlet to be incorporated into applications, making translations accessible to users of browsers or Wireless Application Protocol phones.
  • LiteTransObj (Java), a low-profile version of the existing TransObj class, suitable for use in an applet or mobile device. A core service, ServiceLiteTransObj, supports the LiteTransObj class, creating a micro-http server that listens for LiteTransObj requests and services them. LiteTransObj provides an alternative transport layer to Remote Method Invocation.
  • CLiteTransObj, a C++ / C version of LiteTransObj.

For more information, see the following resources: