Before you begin
Write code to compose the language-specific strings.Why and when to perform this task
The LocalizableTextEJBDeploy tool is used to create a deployment Java Archive (JAR) file for the localizable text service. You must deploy the enterprise bean in each enterprise application that requires support for localized text.Steps for this task
To deploy the bean on multiple hosts and servers, run the tool for each host and server combination. This action generates a unique JNDI name for each deployment.
After the tool is run, a deployment JAR file is located in the working directory that you specified.What to do next
Using an assembly tool, assemble the deployment JAR file in an enterprise application with other application components.
The same deployment JAR file can be included in several enterprise applications.
Related tasks
Task overview: Internationalizing interface strings (localizable-text
API)
Task overview: Using enterprise beans in applications