Java beansの部分一致の例文一覧と使い方
該当件数 : 31件
Support for Enterprise Java Beans 3 session beans 例文帳に追加
Enterprise Java Beans 3 セッション Bean のサポート - NetBeans
We included Java Persistence support and support for Enterprise JavaBeans 3. 例文帳に追加
また、Java Persistence と Enterprise Java Beans 3 のサポートが含まれます。 - NetBeans
Create professional desktop applications using the NetBeans Java GUI Builder with Swing Application Framework and Beans Binding support. 例文帳に追加
使いやすい Java GUI ビルダー - NetBeans
Building Secure Enterprise Beans in Java EE 5 例文帳に追加
Java EE 5 でのセキュリティー保護されたエンタープライズ Beans の構築 - NetBeans
For general information on JavaBeans components, see the Beans trail of the Java Tutorial.例文帳に追加
JavaBeans コンポーネントの概要については、Java Tutorial の Beans Trail を参照してください。 - NetBeans
Using Security Annotations in Enterprise Beans, an Enterprise Java Technologies Tech Tips at developers.sun.com/例文帳に追加
エンタープライズ Beans でのセキュリティー注釈の使用 (developers.sun.com/ にある Enterprise Java テクノロジのヒント) - NetBeans
The NetBeans IDE provides tools for building all Java EE components,including web pages, servlets, web services, and Enterprise Java Beans (EJBs). 例文帳に追加
NetBeans IDE には、EJB (Enterprise Java Beans)、Web ページ、サーブレット、および Web サービスを含むすべての Java EE コンポーネントを構築できるツールがあります。 - NetBeans
The NetBeans UML feature provides the Gang of Four (GoF) and Enterprise Java Beans (EJB) design patterns ready for use.例文帳に追加
NetBeans の UML 機能には、すぐに使用できる Gang of Four (GoF) および Enterprise Java Beans (EJB) デザインパターンが用意されています。 - NetBeans
Java Web applications are deployed to a web server like Tomcat, or if you want to use Java EE features like web services and enterprise beans, to a Java EE application server such as the GlassFish application server.例文帳に追加
Java Web アプリケーションは、Tomcat などの Web サーバーに配備します。 Web サービスやエンタープライズ Beans などの Java EE 機能を使用する場合は、GlassFish アプリケーションサーバーなどの Java EE アプリケーションサーバーに配備します。 - 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
Take advantage of full syntax highlighting, code completion, pop-up documentation,and error checking for JSP, JSF, XML, JavaScript, CSS and PHP - even mixed. 例文帳に追加
NetBeans IDE では、EJB (Enterprise Java Beans) をほかの Java クラスと同じようにコーディングできます。 - NetBeans
Description: While refactoring (removing, renaming, etc.) a Java class, the refactoring dialog displays the following error: Module Spring Beans threw java.lang.ClassCastException: org.netbeans.editor.ext.ExtSyntaxSupport. 例文帳に追加
説明: Java クラスのリファクタリング (削除、名前変更など) 中、リファクタリングのダイアログに次のエラーが表示されます。 Module Spring Beans threw java.lang.ClassCastException: org.netbeans.editor.ext.ExtSyntaxSupport。 - 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
For concrete examples of using the beans binding features in the IDE, see the Building a Java Desktop Database Application and the Creating a Custom Java Desktop Database Application tutorials.例文帳に追加
IDE での Beans Binding 機能の使用に関する具体例については、「Java デスクトップデータベースアプリケーションの構築」および「カスタム Java デスクトップデータベースアプリケーションの作成」のチュートリアルを参照してください。 - NetBeans
This guide is an introduction to the support in NetBeans IDE for beans binding and data binding in Java desktop applications.例文帳に追加
このチュートリアルでは、NetBeans IDE でサポートされている Java デスクトップアプリケーションでの Beans Binding 機能とデータのバインド機能の概要を示します。 - NetBeans
Taking advantage of Beans Binding technology (JSR 295) and the Java Persistence API, it is now easier than ever to create Swing desktop database applications.例文帳に追加
Beans のバインド技術 (JSR 295) と Java 持続性 API を利用して、Swing デスクトップデータベースアプリケーションの作成がかつてないほど簡単になりました。 - NetBeans
Swing Application Framework (JSR 296) Support 例文帳に追加
Beans のバインド技術 (JSR 295) のサポート Beans のバインド技術と Java Persistence API を使用して、より簡単に Swing デスクトップアプリケーションを作成できます。 - NetBeans
In the NetBeans IDE, you code Enterprise Java Beans (EJBs) just like any other Java class,assisted by code completion and editor hints.The IDE makes sure you implement the correct methods and keep the classes in sync with their interfaces.例文帳に追加
NetBeans IDE では、コード補完やエディタのヒントの機能を使用して、EJB (Enterprise Java Beans) をほかの Java クラスと同じようにコーディングできます。 IDE によって、適切なメソッドが実装されていること、クラスとインタフェースの同期が保たれていることが確認されます。 - 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
This guide is an overview of the main aspects of beans binding in the IDE.For a concrete example of many of these features, you can try the Building a Java Desktop Database Application and the Creating a Custom Java Desktop Database Application tutorials.例文帳に追加
このチュートリアルでは、IDE での Beans Binding の主な機能について説明します。 これらの多くの機能の具体例については、「Java デスクトップデータベースアプリケーションの構築」および「カスタム Java デスクトップデータベースアプリケーションの作成」のチュートリアルを参照してください。 - NetBeans
In addition to synchronizing properties of visual Swing components and other custom beans, you can use beans binding to help you use visual components to interact with a database.Once you have created a new Java form and added components to the form,you can generate code to bind those components to data.例文帳に追加
ビジュアル Swing コンポーネントとその他のカスタム Beans のプロパティーを同期するほか、ビジュアルコンポーネントを使用してデータベースと対話するために Beans Binding を使用できます。 新しい Java フォームを作成し、コンポーネントをフォームに追加したら、それらのコンポーネントをデータにバインドするためのコードを生成できます。 - 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
Message-driven beans currently process only JMS (Java Message Service) messages, but in the future they may be used to process other kinds of messages. 例文帳に追加
メッセージ駆動型ビーンは現在ではJMS(Javaメッセージサービス)のメッセージだけを処理するが、将来は他の種類のメッセージを処理するのに利用されよう。 - コンピューター用語辞典
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
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
This part is about basic editor features. Time: 07:43 例文帳に追加
NetBeans IDE のガイドビデオツアーでは、完全に書き換えられたエディタインフラストラクチャー、Ruby と Ruby on Rails の高度なサポート、プロファイラの改良点、Swing アプリケーションフレームワークと Beans Binding のサポート統合、Java ME アプリケーション用の新しいビジュアルモバイルデザイナに関するビデオをご覧いただけます。 - NetBeans
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|
