Руководство по эксплуатации BEA WebLogic

Руководство по эксплуатации для устройства BEA WebLogic

Устройство: BEA WebLogic
Категория: Сервер
Производитель: BEA
Размер: 1 MB
Добавлено: 11/5/2014
Количество страниц: 88
Печатать инструкцию

Скачать

Как пользоваться?

Наша цель - обеспечить Вам самый быстрый доступ к руководству по эксплуатации устройства BEA WebLogic. Пользуясь просмотром онлайн Вы можете быстро просмотреть содержание и перейти на страницу, на которой найдете решение своей проблемы с BEA WebLogic.

Для Вашего удобства

Если просмотр руководства BEA WebLogic непосредственно на этой странице для Вас неудобен, Вы можете воспользоваться двумя возможными решениями:

  • Полноэкранный просмотр -, Чтобы удобно просматривать инструкцию (без скачивания на компьютер) Вы можете использовать режим полноэкранного просмотра. Чтобы запустить просмотр инструкции BEA WebLogic на полном экране, используйте кнопку Полный экран.
  • Скачивание на компьютер - Вы можете также скачать инструкцию BEA WebLogic на свой компьютер и сохранить ее в своем архиве. Если ты все же не хотите занимать место на своем устройстве, Вы всегда можете скачать ее из ManualsBase.
BEA WebLogic Руководство по эксплуатации - Online PDF
Advertisement
« Page 1 of 88 »
Advertisement
Печатная версия

Многие предпочитают читать документы не на экране, а в печатной версии. Опция распечатки инструкции также предусмотрена и Вы можете воспользоваться ею нажав на ссылку, находящуюся выше - Печатать инструкцию. Вам не обязательно печатать всю инструкцию BEA WebLogic а только некоторые страницы. Берегите бумагу.

Резюме

Ниже Вы найдете заявки которые находятся на очередных страницах инструкции для BEA WebLogic. Если Вы хотите быстро просмотреть содержимое страниц, которые находятся на очередных страницах инструкции, Вы воспользоваться ими.

Краткое содержание
Краткое содержание страницы № 1

BEA WebLogic

Server
Internationalization Guide
Release 7.0
Document Revised: August 20, 2002

Краткое содержание страницы № 2

Copyright Copyright © 2002 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and documentation is subject to and made available only pursuant to the terms of the BEA Systems License Agreement and may be used or copied only in accordance with the terms of that agreement. It is against the law to copy the software except as specifically allowed in the agreement. This document may not, in whole or in part, be copied photocopied, reproduced, translated, or reduced to a

Краткое содержание страницы № 3

Contents About This Document Audience............................................................................................................ viii e-docs Web Site................................................................................................. viii How to Print the Document............................................................................... viii Related Information..............................................................................................ix Conta

Краткое содержание страницы № 4

message_catalog................................................................................ 2-11 message ............................................................................................. 2-11 messagebody ..................................................................................... 2-12 Simple Text Catalog Example .......................................................... 2-13 Elements of a Locale-Specific Catalog .................................................... 2-14 l

Краткое содержание страницы № 5

Syntax ................................................................................................. 4-5 Options................................................................................................ 4-6 CatInfo Utility ................................................................................................... 4-6 Syntax ................................................................................................. 4-6 Options...............................................

Краткое содержание страницы № 6

-vi Hybrid Templates for FrameMaker 5.5

Краткое содержание страницы № 7

About This Document This document defines internationalization and localization, and explains how to use the templates and tools provided with WebLogic Server to create or edit message catalogs that are locale-specific. The document is organized as follows: Chapter 1, “Overview of Internationalization for WebLogic Server,” summarizes the processes required for internationalization and localization. Chapter 2, “Using Message Catalogs with BEA WebLogic Server,” describes message catalog type

Краткое содержание страницы № 8

Audience This document is written for application developers who must internationalize or localize the message catalogs included in the WebLogic Server distribution for locale-specific administration and management. It is assumed that readers are familiar with the WebLogic Server Platform and know Web technologies, object-oriented programming techniques, and the Java programming language. e-docs Web Site BEA product documentation is available on the BEA corporate Web site. From the BEA Home

Краткое содержание страницы № 9

Related Information For more information in general about internationalization and localization, refer to the following sources: The Java Developer Connection™ at java.sun.com The Internationalization section of the World Wide Web Consortium (W3C) Web Site at http://www.w3.org Contact Us! Your feedback on BEA documentation is important to us. Send us e-mail at docsupport@bea.com if you have questions or comments. Your comments will be reviewed directly by the BEA professionals who create a

Краткое содержание страницы № 10

Documentation Conventions The following documentation conventions are used throughout this document. Convention Usage Ctrl+Tab Keys you press simultaneously. italics Emphasis and book titles. monospace Code samples, commands and their options, Java classes, data types, text directories, and file names and their extensions. Monospace text also indicates text that you enter from the keyboard. Examples: import java.util.Enumeration; chmod u+w * config/examples/applications .java config.xml float

Краткое содержание страницы № 11

Convention Usage | Separates mutually exclusive choices in a syntax line. Example: java weblogic.deploy [list|deploy|undeploy|update] password {application} {source} ... Indicates one of the following in a command line: An argument can be repeated several times in the command line. The statement omits additional optional arguments. You can enter additional parameters, values, or other information Internationalization Guide xi

Краткое содержание страницы № 12

xii Internationalization Guide

Краткое содержание страницы № 13

CHAPTER 1 Overview of Internationalization for WebLogic Server The following sections provide an overview of localization and internationalization: About Internationalization and Localization Standards Understanding Localization for WebLogic Server Understanding Message Catalogs Understanding Java Interfaces for Internationalization Main Steps for Creating an Internationalized Message About Internationalization and Localization Standards BEA has adopted the World Wide Web Consortiu

Краткое содержание страницы № 14

1 Overview of Internationalization for WebLogic Server (I18N) refers to the preparation of software so that it behaves properly in multiple locations. Localization (L10N) is the use of locale-specific language and constructs at run time. Internationalization of textual data in WebLogic Server is provided through message catalogs. WebLogic Server supports message catalogs for log messages as well as simple text. Log messages contain data that is written to the log file. This data is predomin

Краткое содержание страницы № 15

Understanding Message Catalogs Understanding Message Catalogs All internationalized text is defined in message catalogs, each of which defines a collection of log messages or simple text. To create an internationalized message, you externalize all message strings in a message catalog so that the strings can be easily converted to multiple locales without changing or recompiling the code. The application code supplies run-time values to the logging methods. The logging methods merge the code

Краткое содержание страницы № 16

1 Overview of Internationalization for WebLogic Server Understanding Java Interfaces for Internationalization WebLogic Server uses the Java internationalization interfaces for providing internationalization and localization. In addition to understanding how WebLogic Server handles internationalization, users should be familiar with the Java internationalization interfaces and the following classes included in the Java Development Kit (JDK): Class Description java.util.Locale Represents a sp

Краткое содержание страницы № 17

Main Steps for Creating an Internationalized Message 2. Run i18ngen to validate the catalog you created or edited in Step 1 and generate runtime classes. The generated classes contain a method for each message. The method is defined according to information specified in the message catalog entry. The methods include Logger or TextFormatter methods, depending on the type of catalog. For details, see “18ngen Utility” on page 4-4. 3. Create locale-specific catalogs as required for the message

Краткое содержание страницы № 18

1 Overview of Internationalization for WebLogic Server 1-6 Internationalization Guide

Краткое содержание страницы № 19

CHAPTER 2 Using Message Catalogs with BEA WebLogic Server The following sections describe message catalogs and how to use them: Overview of Message Catalogs Message Catalog Hierarchy Choosing Names for Message Catalogs Using Message Arguments Message Catalog Formats Overview of Message Catalogs Message catalogs are XML files that contain a description of a collection of text messages, each indexed by a unique idenifier. You compile these XML files into classes during the i18ngen ut

Краткое содержание страницы № 20

2 Using Message Catalogs with BEA WebLogic Server Message catalogs support multiple locales or languages. For a specific message catalog there is exactly one default version, known as the top-level catalog. Then there are corresponding locale-specific catalogs, one for each additional supported locale. The top-level catalog includes all the information necessary to define the message. The locale-specific catalogs contain only the message ID, the date changed, and the translation of the mess


Скачавание инструкции
# Руководство по эксплуатации Категория Скачать
1 BEA WebLogic7 Руководство по эксплуатации Сервер 3
2 Edelbrock 1921 Руководство по эксплуатации Сервер 0
3 Sony VAIO VGF-HS1 Руководство по эксплуатации Сервер 11
4 Sony NAS-SV20DI Руководство по эксплуатации Сервер 1
5 3Com 10031370-01 Руководство по эксплуатации Сервер 1
6 3Com SuperStack 3 Руководство по эксплуатации Сервер 9
7 3Com CS/2500 Руководство по эксплуатации Сервер 11
8 8e6 Technologies 8e6 Enterprise Reporter Administrator Console ER Руководство по эксплуатации Сервер 0
9 Accton Technology Fike Cheetah FS-8700-48 Руководство по эксплуатации Сервер 10
10 Acer AR380 F1 Руководство по эксплуатации Сервер 1
11 Acer Altos G300 Series Руководство по эксплуатации Сервер 4
12 Acer Altos R310 Руководство по эксплуатации Сервер 4
13 Acer Altos G701 Руководство по эксплуатации Сервер 4
14 Acer Altos G300 Руководство по эксплуатации Сервер 0
15 Acer AT350 Руководство по эксплуатации Сервер 2