| 例文 | 共起表現 |
JAXBを含む例文一覧と使い方
該当件数 : 31件
Binding WSDL to Java with JAXB - NetBeans IDE 6.5/6.1/6.0 Tutorial 例文帳に追加
JAXB による WSDL の Java への結合 - NetBeans IDE 6.1/6.0 チュートリアル - NetBeans
For detailed information on the JAXB architecture, as well as on JAXB as a whole,see Chapter 2: Binding between XML Schema and Java Classes and Chapter 3: Using JAXB in The Java Web Services Tutorial.例文帳に追加
JAXB アーキテクチャーおよび JAXB そのものに関する詳細は、Java Web サービスのチュートリアルの「第 2 章: XML スキーマおよび Java クラスの結合」および「第 3 章: JAXB の使用」を参照してください。 - NetBeans
Right-click the JseSimpleClientReport node and choose New Other XML JAXB Binding.例文帳に追加
「JseSimpleClientReport」ノードを右クリックし、「新規」「その他」「XML」「JAXB 結合」を選択します。 - NetBeans
Then click Next.The New JAXB Binding wizard appears. 例文帳に追加
「次へ」をクリックします。 「新規 JAXB 結合」ウィザードが表示されます。 - NetBeans
You can use the FriendsGetResponse JAXB object to access the underlying XML document. 例文帳に追加
FriendsGetResponse JAXB オブジェクトは、ベースとなる XML ドキュメントにアクセスするために使用できます。 - NetBeans
In this tutorial you use a simpler approach involving JAXB objects. 例文帳に追加
このチュートリアルでは、JAXB オブジェクトを含む、より単純な方法を採用します。 - NetBeans
Lets you import and edit one or more JAXB binding customization files.例文帳に追加
1 つまたは複数の JAXB 結合カスタマイズファイルをインポートおよび編集できます。 - NetBeans
This tutorial shows you how to use JAXB Objects to extract the URL. 例文帳に追加
このチュートリアルでは、JAXB オブジェクトを使用して URL を抽出する方法を説明します。 - NetBeans
Also note that the wizard has put the JAXB libraries on the application's classpath for JDK 5.例文帳に追加
また、ウィザードによって、アプリケーションの JDK 5 用クラスパスに JAXB ライブラリが追加されています。 - NetBeans
Specifies the name of the new JAXB binding, which will be used to identify it.例文帳に追加
新しい JAXB 結合の名前を指定します。 これは結合を識別するのに使用されます。 - NetBeans
The goal of this exercise is to familiarize ourselves with the tools in NetBeans IDE for working with the JAXB wizard's output.例文帳に追加
この課題の目標は、NetBeans IDE のツールに慣れ、JAXB ウィザードの出力を処理することです。 - NetBeans
Use a JSP page instead of JAXB Object to return the chart, as shown in this NetBeans Zone article. 例文帳に追加
この NetBeans Zone の記事に示すように、JAXB オブジェクトの代わりに JSP ページを使用してグラフを返します。 - NetBeans
With an earlier JDK than JDK 6 Update 4, select the Libraries category and import the JAX-WS and JAXB libraries. 例文帳に追加
JDK 6 Update 4 より前の JDK の場合、「ライブラリ」カテゴリを選択して JAX-WS ライブラリおよび JAXB ライブラリをインポートします。 - NetBeans
By default, the compiler strictly enforces the rules outlined in the Compatibility chapter of the JAXB Specification.例文帳に追加
デフォルトでは、コンパイラは『JAXB 仕様』の「互換性」章で説明されているルールを厳密に実行します。 - NetBeans
For JDK 6, the JDKitself provides the JAXB libraries, so no new nodes are added to the Libraries node.例文帳に追加
JDK 6 の場合、JDK 自体が JAXB ライブラリを提供するため、「ライブラリ」ノードに新しいノードは追加されません。 - NetBeans
However, in relation to the JAXB Wizard, only the following are relevant and you can set them using check boxes in the wizard:例文帳に追加
ただし、JAXB ウィザードに関しては、次の項目だけが該当し、ウィザードのチェックボックスを使用して設定できます。 - NetBeans
The Java Architecture for XML Binding API (JAXB) makes it easy to access XML documents from applications written in the Java programming language.例文帳に追加
JAXB (Java Architecture for XML Binding API) を使用すると、Java プログラミング言語で書かれたアプリケーションから XML ドキュメントに簡単にアクセスできるようになります。 - NetBeans
Instead, these lettersform a NetBeans code template, which we will use in the next step.A related code template is 'jaxbu', which stands for 'JAXB Unmarshalling'.例文帳に追加
ただし、次の手順で使用する NetBeans のコードテンプレートになります。 これに関連のあるコードテンプレートは「jaxbu」で、「JAXB Unmarshalling」を表します。 - NetBeans
Any error indicators should disappear.You have now used various tools provided by the IDE for working with JAXB in the editor.例文帳に追加
エラー表示がある場合、消えるはずです。 ここまでで、エディタで JAXB を扱うために IDE が提供する各種ツールを使用しました。 - NetBeans
All the public methods on the class are automatically published as web service operations, and all their arguments are mapped to XML Schema data types using JAXB 2.0.例文帳に追加
このクラスのすべての public メソッドは、Web サービスオペレーションとして自動的に公開され、その引数はすべて JAXB 2.0 を使用して XML スキーマデータ型にマッピングされます。 - NetBeans
Now just type 'cr.', to start using your declaration, and the IDE gives you relevant code completion for your JAXB artifacts (on some systems you may need to press Ctrl-Space):例文帳に追加
この宣言を使用するには、ただ「cr.」と入力します。 このとき Ctrl- スペースキーを押すと、次のように JAXB アーティファクトに関連するコード補完が IDE に表示されます。 - NetBeans
This document shows you how NetBeans IDE 6.1 and 6.0 provide tooling support for JAXB, principally by means of a wizard that turns various types of XML documents into Java classes.例文帳に追加
このドキュメントでは、NetBeans IDE 6.1 および 6.0 の、JAXB に対するツールサポートの提供方法について説明します。 主に、さまざまな種類の XML ドキュメントを Java クラスに変換するウィザードによって行われます。 - NetBeans
A crucial difference from JAX-RPC 1.1 is that all data binding has now been delegated to JAXB 2.0.This allows JAX-WS-based web services to use 100 percent of XML Schema, which results in improvedinteroperability and ease of use. 例文帳に追加
JAX-RPC 1.1 との決定的な違いは、すべてのデータバインディングが JAXB 2.0 に委託されたことです。 これにより、JAX-WS ベースの Web サービスは XML スキーマを 100% 活用でき、相互運用性および使いやすさの向上につながっています。 - NetBeans
When starting from Java technology classes, JAXB 2.0 can generate XMLSchema documents that are automatically embedded inside a Web Service Description Language (WSDL)document, saving users from performing this error-prone integration manually. 例文帳に追加
Java テクノロジのクラスから始めると、JAXB 2.0 は、WSDL (Web Service Description Language) ドキュメント内部に自動的に埋め込まれた XML スキーマドキュメントを生成できるため、ユーザーが手動でこの誤りが起こりやすい統合を実行しなくてすみます。 - NetBeans
In the Java EE 5 platform, the use of annotations has greatly improved and simplified web services support.The following specifications contributed to this area: JSR 224, Java API for XML-Based Web Services (JAX-WS)2.0; JSR 222, Java Architecture for XML Binding (JAXB) 2.0; and JSR 181, Web Services Metadata for the JavaPlatform. 例文帳に追加
Java EE 5 プラットフォームでは、注釈の使用によって Web サービスのサポートが大幅に向上され、簡素化されています。 この領域に関与する仕様には、JSR 224 (Java API for XML-Based Web Services (JAX-WS) 2.0)、JSR 222 (Java Architecture for XML Binding (JAXB) 2.0)、および JSR 181 (Web Services Metadata for the Java Platform) があります。 - NetBeans
| 例文 | 共起表現 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|