SESSION BEAN 日本語 意味 - 日本語訳 - 英語の例文

['seʃn biːn]

英語 での Session bean の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
To create the session bean, perform the following steps.
セッションBeanを作成するには、次の手順を行います:。
As its name implies,there can only be a single instance of a singleton session bean in the application.
名前が示すとおり、アプリケーションでは、シングルトン・セッションBeanのインスタンスは1つしかありません。
Each session bean will contain basic access methods for its respective entity class.
セッションBeanには、それぞれのエンティティ・クラスのための基本的なアクセス・メソッドが含まれます。
With EJB 3.0 Home Interfaces for Session Beans are not mandatory anymore.
EJB3.0では、セッションBeanのホームインターフェイスは必須ではなくなった。
Thus, the session bean(representing the session facade) manages the relationships between business objects.
このようにして、セッションBean(セッション・ファサードを表します)はビジネス・オブジェクト間の関係を管理します。
In the next section you will create a session bean in an enterprise application.
次の項では、エンタープライズ・アプリケーション内にセッションBeanを作成します。
The IDE also adds thePersistenceContext annotation to inject the resource directly into the session bean component.
さらに、PersistenceContext注釈が追加され、リソースが直接セッションBeanコンポーネントに注入されます。
The application client will access the session bean via the interface in the class library.
アプリケーション・クライアントはクラス・ライブラリ内のインタフェースを経由してセッションBeanにアクセスします。
Creating the Session Bean In this exercise you will use a wizard to create a session facade for the MyEntity entity class.
セッションBeanの作成この課題では、ウィザードを使用してMyEntityエンティティ・クラスのセッション・ファサードを作成します。
The next section demonstrateshow you can access the database using the session beans and entity classes.
次の項では、セッションBeanおよびエンティティ・クラスを使用してデータベースにアクセスする方法を示します。
Securing a Method in a Session Bean In this exercise you will create a session bean in the EJB module project.
セッションBean内のメソッドのセキュリティ保護この課題では、EJBモジュール・プロジェクト内にセッションBeanを作成します。
In the wizard you will also create a remote interface for the session bean in the Class Library project.
このウィザードでは、クラス・ライブラリ・プロジェクト内にセッションBean用のリモート・インタフェースも作成します。
Singleton: A singleton session bean is instantiated once per application, and exists for the lifecycle of the application.
シングルトン:シングルトン・セッションBeanは、アプリケーションごとに1度インスタンス化され、アプリケーションのライフサイクルの間存在します。
When you click Finish, the IDE creates the singleton session bean class and opens the class in the editor.
終了」をクリックするとシングルトン・セッションBeanクラスが作成され、そのクラスがエディタに表示されます。
Creating the Session Bean In this exercise you will use a wizard to create a session bean in the EJB module project.
セッションBeanの作成この課題では、ウィザード使用してEJBモジュール・プロジェクト内にセッションBeanを作成します。
Adding a Business Method In this exercise youwill create a simple business method in the session bean that returns a string.
ビジネス・メソッドの追加この課題では、文字列を返す単純なビジネス・メソッドをセッションBean内に作成します。
When you click Finish, the IDE creates the session bean in the ejb package in the EJB module and opens the class in the editor.
終了」をクリックすると、IDEによってEJBモジュールのejbパッケージ内にセッションBeanが作成され、エディタでそのクラスが開きます。
The session bean also manages the life cycle of these participants by creating, locating, modifying, and deleting them as required by the workflow.
また、セッションBeanは、ワークフローの必要に応じて参加者を作成、配置、変更および削除することで、参加者のライフサイクルも管理します。
Creating a Java Class Library for the Remote Interface In this exercise you will create a simple Java class libraryproject that will contain the remote interfaces for the session bean.
リモート・インタフェース用のJavaクラス・ライブラリの作成この課題では、セッションBean用のリモート・インタフェースを含む単純なJavaクラス・ライブラリ・プロジェクトを作成します。
Testing the Session Bean In this exercise you will create a test class for the session bean that will test the addNumbers method.
セッションBeanのテストこの課題では、セッションBean用の、addNumbersメソッドをテストするテスト・クラスを作成します。
The screencast demonstrates how to use wizards in the IDE to create a simple Java EE 6 webapplication that contains an EJB 3.1 stateless session bean facade for an entity class.
このスクリーンキャストでは、IDEのウィザードを使用してエンティティ・クラス用のEJB3.1ステートレス・セッションBeanファサードを含む単純なJavaEE6Webアプリケーションを作成する方法を示します。
You will then use a wizard to create a session bean and the remote interface for your session bean in the Class Library project.
次に、ウィザードを使用してセッションBeanとクラス・ライブラリ・プロジェクト内のセッションBean用のリモート・インタフェースを作成します。
Testing a Session Bean In this section you will create a simple Java EE web application that will contain a session bean and an entity class.
セッションBeanのテストこの項では、セッションBeanとエンティティ・クラスを含む単純なJavaEEWebアプリケーションを作成します。
You can use a wizard to easily create a Session Bean for an entity class including the appropriate annotations and commonly used default methods.
ウィザードを使用すると、適切な注釈や一般的に使用されるデフォルト・メソッドも含めて、エンティティ・クラス用のセッションBeanを簡単に作成できます。
To create the singleton session bean, perform the following steps. Right-click the Web module and choose New< Other to open the New File wizard.
シングルトン・セッションBeanを作成するには、次の手順を行います:Webモジュールを右クリックし、「新規」<「その他」を選択して新規ファイル・ウィザードを開きます。
Support for Enterprise Java Beans 3 session beans Simplified development of session beans and message driven beans..
EnterpriseJavaBeans3セッションBeanのサポートセッションBeanおよびメッセージ駆動型Bean開発の簡素化。
When you create the session bean, the IDE will automatically create the remote interface in the class library and add the class library JAR to the classpath of the enterprise application.
セッションBeanを作成すると、IDEによって自動的にクラス・ライブラリ内にリモート・インタフェースが作成され、エンタープライズ・アプリケーションのクラスパスにクラス・ライブラリJARが追加されます。
Now that you have a test for your session bean and know that your entity class connection works, you can start coding a web interface for the application.
これで、セッションBean用のテストが完成し、エンティティ・クラスの接続が機能することがわかったので、アプリケーションのWebインタフェースのコーディングを開始できます。
Click Finish. Creating the Session Bean In this exercise you will create a very simple session bean that contains one method that adds two numbers.
終了」をクリックします。セッションBeanの作成この課題では、2つの数値追加するメソッド1つを含む非常に単純なセッションBeanを作成します。
The EJB 3.0 specification simplified the creation of session beans by reducing the amount of required code andallowing the use of annotations to declare a class as a session bean.
EJB3.0仕様では、必須コードの量を少なくし、注釈を使用してクラスをセッションBeanとして宣言できるようにすることで、セッションBeanの作成を簡素化します。
結果: 32, 時間: 0.043

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語