upload
Sun Microsystems Inc.
Industry: Computer
Number of terms: 4807
Number of blossaries: 1
Company Profile:
Sun Microsystems is a multinational vendor of computers, computer software and hardware, and information technology services.
JSP 要素を JSP コンテナーに指示を与えるし、は、変換時に解釈されます。
Industry:Computer
JSP 要素を暗黙的オブジェクトおよびその他のサーバー側オブジェクトに基づいて行動することができますまたは新しいスクリプト変数を定義することができます。要素の場合、開始タグ、ボディ、および終了タグ; XML 構文を使用します本体が空の場合も、空のタグ構文を使用できます。タグ プリフィックスを使用する必要があります。標準およびカスタムのアクションがあります。
Industry:Computer
書き込みが発生するまでにローカル ・ キャッシュからの読み取りによってキャッシュ コヒーレンスを保持します。変数の値を変更するには、執筆プロセッサは最初に他のキャッシュ内のすべてのコピーを無効にします。執筆プロセッサは別のプロセッサ求める変数までのローカル コピーを更新する自由です。執筆プロセッサ バスとコピー; かどうか確認するすべてのキャッシュ チェックの無効化信号を問題します。もしそうなら、彼らは単語を含むブロックを無効にする必要があります。このスキームで複数の読者は、1 つのライターだけができます。書き込みを無効に、バスを使用しますのみ、最初の書き込み; 他のコピーを無効にします。ローカルそれ以降の書き込みはバス交通、バスの帯域幅に対する需要削減で起因しません。キャッシュ、キャッシュの局所性、一貫性、偽共有、書き込み更新を参照してください。
Industry:Computer
A JSP declaration, scriptlet, or expression whose syntax is defined by the JSP specification and whose content is written according to the scripting language used in the JSP page. The JSP specification describes the syntax and semantics for the case where the language page attribute is "java".
Industry:Computer
Web アプリケーションを実行することができます JSP コンテナーの分配としてタグ付けし、は別のホスト上で実行している複数の Java 仮想マシン間で広がっています。
Industry:Computer
バッキング bean のプロパティを参照する JavaServer に直面している EL 式です。コンポーネント タグは、この式を使用して、bean プロパティに関連付けられているコンポーネントの値や、コンポーネントのインスタンスをバインドします。コンポーネント タグを指す場合、値属性を介してプロパティ、コンポーネントの値をプロパティにバインドされます。コンポーネント タグそのバインディング属性でプロパティを参照する場合、コンポーネント自体プロパティにバインドされます。
Industry:Computer
Web サービスにクライアントが呼び出すことができますメソッドを宣言する Java インタ フェース。
Industry:Computer
In the Solaris environment, function calls inside libraries are either mt-safe or not mt-safe; mt-safe code is also called "re-entrant" code. That is, several threads can simultaneously call a given function in a module and it is up to the function code to handle this. The assumption is that data shared between threads is only accessed by module functions. If mutable global data is available to clients of a module, appropriate locks must also be made visible in the interface. Furthermore, the module function cannot be made re-entrant unless the clients are assumed to use the locks consistently and at appropriate times. See also single-lock strategy.
Industry:Computer
JavaServer に直面している UI コンポーネントのセットの出力をレンダリングできる Java クラスです。
Industry:Computer
単一ロック戦略スレッド、アプリケーション内のどのスレッドが実行され、スレッドはブロックの前にロックを解放するたびに、アプリケーション全体に単一の相互排他ロックを取得します。単一ロック戦略、単一ロックを同期するシステムのすべてのモジュールとライブラリからの協力が必要です。任意の時点では、1 つのスレッドを共有データにアクセスできる、ため各スレッドがメモリの一貫性のあるビュー。この戦略は、ユニプロセッサの非常に効果的な共有メモリは、ロックが解放され、ロックが他のスレッドを実行できるように十分に頻繁に解放前に一貫性のある状態に配置されます。さらに、ユニプロセッサ システム ロックはほとんど I/O 処理中に削除されない場合は同時実行が減少しました。マルチプロセッサ システムでシングル ロック戦略を適用できません。
Industry:Computer