1153万例文収録!

「entity bean」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > entity beanに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

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 you will create a simple servlet for displaying our data.You will use annotations to call the entity bean from the servlet. 例文帳に追加

この課題では、データを表示するための簡単なサーブレットを作成します。 注釈を使用して、サーブレットからエンティティー 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

例文

When you used the CMP Entity Beans from DB in the NetBeans IDE 5.0 Quick Start Guide for J2EE Applications, the IDE created four classes for each table.例文帳に追加

NetBeans IDE 5.0 クイックスタートガイド (J2EE アプリケーション) では、「データベースからの CMP エンティティー Bean」を使用すると、それぞれの表につき 4 つのクラスが作成されました。 - 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS