「bean java」を含む例文一覧(41)

  • Figure 5: Java Source for Page Bean
    図 5: ページ Bean の Java ソース - NetBeans
  • Profiling an Enterprise Java Bean Module
    Enterprise Java Bean モジュールのプロファイル - NetBeans
  • Support for Enterprise Java Beans 3 session beans
    Enterprise Java Beans 3 セッション Bean のサポート - NetBeans
  • Creating Enterprise Java Bean 3.0 Custom Templates
    エンタープライズ Java Bean 3.0 カスタムテンプレートの作成 - NetBeans
  • Profiling an EnterpriseJava Bean Module (20 minutes)
    Enterprise Java Bean モジュールのプロファイル (20 分) - NetBeans
  • This Java class is the backing bean for the Page1.jsp file.
    この Java クラスは、Page1.jsp ファイルのバッキング Bean です。 - NetBeans
  • Code completion of bean names and Java classes and properties
    Bean 名、Java クラス、およびプロパティーのコード補完 - NetBeans
  • Hyperlinking of Java classes and propertiesmentioned in Spring bean definitions, as well as hyperlinking to otherSpring bean references.
    Spring Bean 定義に含まれる Java クラスやプロパティーのハイパーリンクや、ほかの Spring 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
  • Invoked in Spring XML configuration files for Java classes as well as bean references.
    Spring XML 構成ファイル内の Java クラスや Bean 参照に対して起動します。 - NetBeans
  • You can now view Java Bean patterns in the Navigator and BeanInfo Editor.
    ナビゲータおよび BeanInfo エディタで Java Bean パターンが表示できるようになりました。 - NetBeans
  • Double click SessionBean1 (or other java file) to open the bean in the Java editor.Manually add the property, such as private String CustomerId;.
    「SessionBean1」(またはその他の java ファイル) をダブルクリックして Bean を Java エディタで開きます。 private String CustomerId; のようにプロパティーを手動で追加します。 - NetBeans
  • The Session Bean opens a session context and then retrieves the data via the Java objects.
    セッション Bean でセッションコンテキストが開き、データが Java オブジェクトを介して取得されます。 - NetBeans
  • In the Projects window, double-click the Application Bean node to open ApplicationBean1.java in the editing area.
    「プロジェクト」ウィンドウで、「アプリケーション Bean」ノードをダブルクリックし、編集領域で ApplicationBean1.java を開きます。 - NetBeans
  • From the Java EE category, select Session Bean and click Next.
    「エンタープライズ」カテゴリから「セッション Bean」を選択し、「次へ」をクリックします。 - NetBeans
  • Once you have properly created the templates in NetBeans and configured the proper domain template, you can create a UML model project that will take advantage of the new template to generate Enterprise Java Bean code for the Enterprise Java Bean.
    テンプレートを NetBeans に適切に作成し、適切なドメインテンプレートを構成したら、エンタープライズ Java Bean 用の エンタープライズ Java Bean コードを生成する新しいテンプレートを利用する、UML モデルプロジェクトを作成できます。 - 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
  • There are three output parameters, Bean, Local and Remote, each with an extension of .java
    出力パラメータには、Bean、Local、および Remote の 3 種類があり、それぞれに .java の拡張子が付けられています。 - 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 the Outline window, right-click the Request Bean and choose Edit Java Source from the pop-up menu.
    「アウトライン」ウィンドウで要求 Bean ノードを右クリックし、ポップアップメニューから「Java ソースを編集」を選択します。 - NetBeans
  • Click the Java button in the editing toolbar to see the source code for the page bean, as shown in the following figure.
    次の図に示すように、編集用ツールバーの「Java」ボタンをクリックすると、ページ Bean のソースコードが表示されます。 - NetBeans
  • When the new page is initialized, any information previously stored in the page bean (Page1.java) is overwritten.
    新しいページが初期化されると、ページ Bean (Page1.java) に以前に保存されていた情報はすべて上書きされます。 - NetBeans
  • Spring support in the IDE includes code completionwithin XML configuration files for Java classes as well as bean references.
    IDE 内の Spring サポートには、Bean 参照と同様に、Java クラスの XML 構成ファイル内でのコード補完が含まれています。 - NetBeans
  • In the following procedure, you create an Enterprise Java Bean (EJB) that contains the images that will be passed by the web service as binary data.
    次の手順では、Web サービスによってバイナリデータとして渡されるイメージを含むエンタープライズ Java Bean (EJB) を作成します。 - NetBeans
  • This is very basic example demonstrates how to secure a method in an enterprise bean using Java annotations.
    この基本的な例では、Java 注釈を使用してエンタープライズ Bean 内のメソッドをセキュリティー保護する方法を示しました。 - NetBeans
  • You can find more information about using EJB 3.0 Enterprise Beans in the Java EE 5 Tutorial.
    EJB 3.0 エンタープライズ Bean の使用方法については、 Java EE 5 チュートリアル を参照してください。 - NetBeans
  • The following image will help you visualize the relationship differences between standard Java class code generation and EJB bean class generation.
    次の画像は、標準 Java クラスのコード生成と EJB Bean クラス生成の間の関係の違いを視覚化するのに役立ちます。 - NetBeans
  • When you create a page from the IDE, the Java source code for the page bean contains methods for accessing the RequestBean1, SessionBean1, and ApplicationBean1 objects.
    IDE からページを作成すると、ページ Bean の Java ソースコードには、RequestBean1 オブジェクト、SessionBean1 オブジェクト、および ApplicationBean1 オブジェクトにアクセスするためのメソッドが含まれます。 - NetBeans
  • Figure 4: Request, Session, and Application Bean Properties
    timestamp プロパティーを表示するために、RequestBean1 の Java ソースコードを開いて、保存する必要がある場合があります。 図 4:要求 Bean プロパティー、セッション Bean プロパティー、およびアプリケーション Bean プロパティー - NetBeans
  • Note that once a project has been migrated, the IDE registers the managed-bean entry of new pages to faces-config.xml, not to managed-beans. xml as was done in Sun Java Studio Creator and in NetBeans 5.5.
    プロジェクトが移行されると、Sun Java Studio Creator および NetBeans 5.5 で行なっていたように、IDE は新しいページの管理対象 Bean を managed-beans.xml ではなく faces-config.xml に登録します。 - NetBeans
  • Type Bean30Remote2 for the class name, type ejb for the package and click Finish.When you click Finish, the bean class Bean30Remote2.java opens in the Source Editor.
    クラス名として「Bean30Remote2」、パッケージとして「ejb」と入力し、「完了」をクリックします。 「完了」をクリックすると、Bean30Remote2.java という Bean クラスがソースエディタに表示されます。 - NetBeans
  • To add a property to a page bean, open the page's java code and add the propery declaration to the constructor public class Page1 extends AbstractPageBean, and encapsulate the fields as above.
    ページ Bean にプロパティーを追加するには、ページの Java コードを開き、プロパティー宣言をコンストラクタ public class Page1 extends AbstractPageBean に追加して、前述のようにフィールドをカプセル化します。 - NetBeans
  • For example, the EJB 3 specification,which is a subset of the Java EE 5 specification, defines annotations for the bean type, interface type,resource references, transaction attributes, security, and more.
    たとえば、Java EE 5 仕様のサブセットである EJB 3 仕様は、Bean の種類、インタフェースの種類、リソース参照、トランザクション属性、セキュリティーなどのための注釈を定義します。 - NetBeans
  • In this exercise, you learn how to profile Enterprise Java Beans (EJBs)by using the specific support provided in the NetBeans Profiler.
    この課題では、NetBeans Profiler で提供されている特定のサポートを使用して、Enterprise Java Bean (EJB) をプロファイルする方法を学びます。 - 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
  • 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
  • A Java bean is over plural computer platforms, customized by using a visual application builder and constituted.
    Javaビーンは複数のコンピュータ・プラットフォームに渡り、ビジュアル・アプリケーション・ビルダを用いてカストマイズされ、構成される。 - 特許庁
  • In the IDE, you can code enterprise beans just as you would code other Java classes, using code completion and editor hints to implement the correct methods and keep the classes in synch with their interfaces.
    IDE では、ほかの Java クラスをコーディングするように、エンタープライズ Bean をコーディングすることができ、コード補完とエディタヒントを使用して、適切なメソッドを実装し、インタフェースでクラスの同期を維持することができます。 - 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
  • Framework support in the IDE is generally specific to the framework you are working with.For example, jMaki UI support allows you to drag and drop web components from the IDE's Palettedirectly into the page you are working on in the Source Editor, while Spring support includes code completion and navigation for Java classes and bean references in configuration files,as well as numerous wizards for commonly-used classes.
    一般に、IDE でのフレームワークサポートは、作業しているフレームワーク専用のものです。 たとえば、jMaki UI サポートの場合は、IDE のパレットから、ソースエディタで作業中のページに直接 Web コンポーネントをドラッグ&ドロップできるのに対し、Spring サポートの場合は、構成ファイル内の Java クラスや Bean 参照用のコード補完やナビゲーション、よく使われるクラス用の多数のウィザードなどがあります。 - NetBeans

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