| 例文 |
entity beanの部分一致の例文一覧と使い方
該当件数 : 16件
When developing for the J2EE 1.4 platform, when you created entity beans you placed them in an EJB module even when the application was a simple web application.Each entity bean required several interfaces, and you had to configure the deployment descriptors in ejb-jar.xml to define the entity beans,the interfaces, persistence and finder queries for each entity bean.例文帳に追加
各エンティティー Bean は複数のインタフェースを必要とし、 ejb-jar.xml で配備記述子を設定して、エンティティー Bean、インタフェース、各エンティティー Bean の持続性および検索クエリーを定義する必要がありました。 - NetBeans
The container discovers the entity beans at runtime. 例文帳に追加
コンテナは、実行時にエンティティー Bean を検出します。 - NetBeans
managed bean elements, converter elements and navigation rules for the entity in faces-config.xml 例文帳に追加
faces-config.xml 内にクラスの管理対象 Bean 要素、コンバータ要素、およびナビゲーション規則 - NetBeans
From the Persistence category, select Session Beans for Entity Classes and click Next. 例文帳に追加
「持続性」カテゴリから「エンティティークラスのセッション Bean」を選択し、「次へ」をクリックします。 - NetBeans
In this exercise we will create a simple servlet for displaying our data.We will use annotations to call our entity bean from our servlet. 例文帳に追加
この課題では、データを表示するための簡単なサーブレットを作成します。 注釈を使用して、サーブレットからエンティティー Bean を呼び出します。 - NetBeans
Because entity beans are simple Java technology classes, they can be packaged virtually anywhere in a Java EE application.例文帳に追加
エンティティー Bean は Java テクノロジの単純なクラスであるため、Java EE アプリケーション内の任意の場所でパッケージ化できます。 - NetBeans
You will also notice that much of the boilerplate code commonly found in entity beans is gone.Methods such as ejbRemove, setMessage, setSessionContext, ejbActivate, and ejbPassivateare no longer needed in your entity class in Java EE 5. 例文帳に追加
また、エンティティー Bean に一般的に見られるボイラープレートコードの多くが消えています。 Java EE 5 のエンティティークラスでは、ejbRemove、setMessage、setSessionContext、ejbActivate、および ejbPassivate のようなメソッドは必要ないためです。 - NetBeans
Creating the Entity Classes 例文帳に追加
エンティティークラスの作成 J2EE 1.4 プラットフォームで開発を行うときは、アプリケーションが単純な Web アプリケーションであっても、作成したエンティティー Bean を EJB モジュールに配置していました。 - NetBeans
With these simple packaging rules, you no longer have to make an EAR file to use entity beans from a web application or application client.例文帳に追加
これらの簡単なパッケージング規則を使用すれば、Web アプリケーションまたはアプリケーションクライアントからエンティティー Bean を使用するために EAR ファイルを作成する必要はありません。 - NetBeans
Because entity beans are POJOs, they can be serialized and sent across the network to a different address space and used in a persistence-unaware environment.例文帳に追加
エンティティー Bean は POJO であるため、シリアライズしてネットワークを介して別のアドレス空間に送信し、持続性を意識しない環境で使用することができます。 - NetBeans
For example, entity beans can be part of an EJBJAR, application-client JAR, WEB-INF/lib,WEB-INF/classes, or even part of a utility JAR in an enterprise applicationarchive (EAR) file. 例文帳に追加
たとえば、エンティティー Bean は、EJB の JAR、アプリケーションクライアントの JAR、WEB-INF/lib、WEB-INF/classes の一部にできます。 あるいは、エンタープライズアプリケーションのアーカイブ (EAR) ファイル内のユーティリティーの JAR の一部にすることさえできます。 - NetBeans
In Java EE 5, instead of creating entity beans and putting them in the EJB module,you can use simple entity classes, and the entity classes can be placed anywhere in a Java EE 5 application.Writing classes for Java EE 5 applications is also easier than it was for the J2EE 1.4 platform because you can use annotations to define components and inject resources.例文帳に追加
Java EE 5 では、エンティティー Bean を作成して EJB モジュールに配置する代わりに、簡単なエンティティークラスを使用でき、そのエンティティークラスは Java EE 5 アプリケーションのどこにでも配置できます。 また、Java EE 5 アプリケーションのクラス作成も、注釈を使用してコンポーネントの定義やリソースの注入ができるため、J2EE 1.4 プラットフォームよりも容易です。 - NetBeans
In Java EE 5, instead of creating entity beans and putting them in the EJB module,we can use simple entity classes, and the entity classes can be placed anywhere in a Java EE 5 application.Writing classes for Java EE 5 applications is also easier than it was for the J2EE 1.4 platform because you can use annotations to define components and inject resources.例文帳に追加
Java EE 5 では、エンティティー Bean を作成して EJB モジュールに配置する代わりに、簡単なエンティティークラスを使用でき、そのエンティティークラスは Java EE 5 アプリケーションのどこにでも配置できます。 また、Java EE 5 アプリケーションのクラス作成も、注釈を使用してコンポーネントの定義やリソースの注入ができるため、J2EE 1.4 プラットフォームよりも容易です。 - NetBeans
In this example developing for the Java EE 5 platform, you do not need a full enterprise application because you do not need an EJB module or session beans.Instead, you can create a simple web application and put the entity classes directly in the web application.例文帳に追加
Java EE 5 プラットフォームでのこの開発例では、EJB モジュールやセッション Bean が必要ないため、完全なエンタープライズアプリケーションは必要ありません。 代わりに、簡単な Web アプリケーションを作成し、その Web アプリケーション内に直接エンティティークラスを置くことができます。 - 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会員(無料)になると
|