1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

entity beansの部分一致の例文一覧と使い方

該当件数 : 14



例文

Restful web services are available to wrap entity beans and provide easy CRUD functionality.例文帳に追加

RESTful Web サービスでエンティティー Beans をラップし、CRUD 機能を簡単に実現できます。 - NetBeans

The container discovers the entity beans at runtime. 例文帳に追加

コンテナは、実行時にエンティティー Bean を検出します。 - NetBeans

Using beans binding to connect the properties of the entity class with the properties of the JTable component.例文帳に追加

Beans Binding を使用した、エンティティークラスのプロパティーと、JTable コンポーネントのプロパティーの接続。 - NetBeans

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

例文

For example, you can use beans binding to keep the values of cells in a JTable visual component in synch with the values of fields in an entity class.例文帳に追加

たとえば、Beans Binding を使用して、JTable ビジュアルコンポーネント内のセルの値を、エンティティークラス内のフィールドの値と同期できます。 - NetBeans


例文

From the Persistence category, select Session Beans for Entity Classes and click Next. 例文帳に追加

「持続性」カテゴリから「エンティティークラスのセッション 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

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




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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