「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

例文データの著作権について