例文 (63件) |
session beanの部分一致の例文一覧と使い方
該当件数 : 63件
Support for Enterprise Java Beans 3 session beans 例文帳に追加
Enterprise Java Beans 3 セッション Bean のサポート - NetBeans
Accessing the Session Bean with an Application Client 例文帳に追加
アプリケーションクライアントからセッション Bean へのアクセス - NetBeans
Double-click the Session Bean node in the Projects window to open the Java source code for the session bean. 例文帳に追加
「プロジェクト」ウィンドウで「セッション Bean」ノードをダブルクリックしてセッション Bean の Java ソースコードを表示します。 - NetBeans
Creating the Session Bean in the Enterprise Application 例文帳に追加
エンタープライズアプリケーションでのセッション Bean の作成 - NetBeans
Calling the Session Bean From the Application Client 例文帳に追加
アプリケーションクライアントからのセッション Bean の呼び出し - NetBeans
For all managed beans entries (including session, request and application beans). 例文帳に追加
すべての管理対象 Bean エントリ用 (セッション Bean、要求 Bean、およびアプリケーション Bean を含む)。 - NetBeans
Notice that the page's source code has methods to access the Application Bean, Session Bean, and Request Bean. 例文帳に追加
ページのソースコードには、アプリケーション Bean、セッション Bean、および要求 Bean にアクセスするためのメソッドが記述されています。 - NetBeans
You use the Application Bean, the Session Bean, and the Request Bean to store information for use by other pages. 例文帳に追加
情報を保存してほかのページで使用するには、アプリケーション Bean、セッション Bean、および要求 Bean を使用します。 - NetBeans
A request bean, session bean, or application bean is instantiated as soon as a page accesses one of its properties. 例文帳に追加
要求 Bean、セッション Bean、あるいはアプリケーション Bean は、ページがプロパティーにアクセスするとすぐにインスタンス化されます。 - NetBeans
Specifically, the code sets the currentItemData and currentRatingData properties of the Session Bean. 例文帳に追加
具体的には、コードは Session Bean の「currentItemData」プロパティーおよび「currentRatingData」プロパティーを設定します。 - NetBeans
Simplified development of session beans and message driven beans. 例文帳に追加
セッション Bean およびメッセージ駆動型 Bean 開発の簡素化。 - NetBeans
Code Sample 2: Session Bean Code to Store the Username 例文帳に追加
コード例 2: ユーザー名を保存するためのセッション Bean コード - NetBeans
To add a property to the Session Bean, right-click the Session Bean node in the Outline window and choose Add Property. 例文帳に追加
セッション Bean にプロパティーを追加するには、「アウトライン」ウィンドウでセッション Bean ノードを右クリックし、「追加」「プロパティー」を選択します。 - NetBeans
Check the Navigator window to ensure that the properties in the request bean, session bean, and application bean match the following figure. 例文帳に追加
「ナビゲータ」ウィンドウを確認し、要求 Bean 、セッション Bean、およびアプリケーション Bean のプロパティーが次の図に一致することを確認します。 - NetBeans
Check the Outline window to ensure that the properties in the request bean, session bean, and application bean match the following figure. 例文帳に追加
「アウトライン」ウィンドウを確認し、要求 Bean 、セッション Bean、およびアプリケーション Bean のプロパティーが次の図に一致することを確認します。 - NetBeans
The Session Bean opens a session context and then retrieves the data via the Java objects.例文帳に追加
セッション Bean でセッションコンテキストが開き、データが Java オブジェクトを介して取得されます。 - NetBeans
From the Enterprise category, select Session Bean and click Next. 例文帳に追加
「エンタープライズ」カテゴリから「セッション Bean」を選択し、「次へ」をクリックします。 - NetBeans
Select Session Bean from the Enterprise category and click Next. 例文帳に追加
「エンタープライズ」カテゴリから「セッション Bean」を選択し、「次へ」をクリックします。 - NetBeans
Right-click the FlowerAlbum project node and choose New Session Bean. 例文帳に追加
「FlowerAlbum」プロジェクトノードを右クリックし、「新規」「セッション Bean」を選択します。 - NetBeans
In the New File wizard,choose Session Bean under Enterprise. 例文帳に追加
「新規ファイル」ウィザードで、「エンタープライズ」の「セッション Bean」を選択します。 - NetBeans
Name the session bean Flower, together with flower. album as the package name.例文帳に追加
セッション Bean に「Flower」という名前を付け、パッケージ名を「flower.album」にします。 - NetBeans
You use this dialog box to create properties for the session bean. 例文帳に追加
このダイアログを使用して、セッション Bean のプロパティーを作成します。 - NetBeans
From the Java EE category, select Session Bean and click Next. 例文帳に追加
「エンタープライズ」カテゴリから「セッション Bean」を選択し、「次へ」をクリックします。 - NetBeans
Typically, you create this array as a Session Bean property. 例文帳に追加
)通常はこの配列はセッション Bean のプロパティーとして作成します。 - NetBeans
Next you add and configure a property for the project's Session Bean. 例文帳に追加
次に、プロジェクトのセッション Bean にプロパティーを追加して構成します。 - NetBeans
Add a second Session Bean property named currentRatingData of type RatingData. 例文帳に追加
Session Bean に 2 つ目のプロパティーを追加します。 「新規プロパティーパターン」ダイアログで、名前に「currentRatingData」、型に「RatingData」と入力します。 - NetBeans
Code Sample 4: Code to Add to the Session Bean's init Method 例文帳に追加
コード例 4: セッション Bean の init メソッドに追加するコード - NetBeans
The technique for preserving user session data is to save the data in properties of the managed bean SessionBean1, which is in session scope. 例文帳に追加
ユーザーセッションデータを保存するには、セッションスコープ内にある、管理 Bean の SessionBean1 のプロパティーにデータを保存します。 - NetBeans
The enterprise application will consist of a simple session bean and an application client that attempts to access it.例文帳に追加
このエンタープライズアプリケーションは簡単なセッション Bean と、この Bean にアクセスするアプリケーションクライアントから構成されます。 - NetBeans
Code Sample 1: Initializing the personOptions Array in the Session Bean's init Method 例文帳に追加
コード例 1: セッション Bean の init メソッドでの personOptions 配列の初期化 - NetBeans
In the Projects window, right-click the EJB module's node (Secure-ejb)and choose New Session Bean. 例文帳に追加
「プロジェクト」ウィンドウで EJB モジュールのノード (Secure-ejb) を右クリックし、「新規」「セッション Bean」を選択します。 - NetBeans
In this section, you initialize the values of the two session bean properties that you created in the previous section.例文帳に追加
この節では、前の節で作成した 2 つのセッション Bean のプロパティーの値を初期化します。 - NetBeans
You can see that the PersistenceContext resource was injected directly into the session bean component when we created the session facade.例文帳に追加
セッションファサードを作成したときに、 PersistenceContext リソースが直接このセッション Bean コンポーネントに注入されたことが確認できます。 - NetBeans
Use the Session Bean to store information for use by other pages throughout the user's session, such as the user's login name. 例文帳に追加
セッション Bean は、ユーザーのログイン名など、ユーザーのセッション中にほかのページで使用する情報を保存するために使用します。 - NetBeans
Figure 4: Request, Session, and Application Bean Properties 例文帳に追加
timestamp プロパティーを表示するために、RequestBean1 の Java ソースコードを開いて、保存する必要がある場合があります。 図 4:要求 Bean プロパティー、セッション Bean プロパティー、およびアプリケーション Bean プロパティー - NetBeans
Double-click the Source Packages gettingstarted SessionBean1 node in the Projects window to open the Java source code for the session bean. 例文帳に追加
「プロジェクト」ウィンドウで「ソースパッケージ」「gettingstarted」「SessionBean1」ノードをダブルクリックして、セッション Bean の Java ソースコードを表示します。 - NetBeans
In this exercise you will create the Bean30 session bean in your EJB module.To create Bean30, do the following: 例文帳に追加
この課題では、EJB モジュールに Bean30 セッション Bean を作成します。 Bean30 を作成するには、次の手順に従います。 - NetBeans
例文 (63件) |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|