Using the JavaPersistenceAPI in a Stand-Alone Web App
スタンドアロン Web アプリケーションでの Java Persistence API の使用 - NetBeans
The JavaPersistenceAPI (JPA), which helps you use Java code to interact with databases.
Java Persistence API (JPA)。 Java コードを使用したデータベースとの対話を可能にします。 - NetBeans
The JavaPersistenceAPI (JPA), which helps you interact with a database using Java code. JPA (Java Persistence API)。 Java コードを使用してデータベースと対話する手助けをします。 - NetBeans
Modifying Database Table Rows with the JavaPersistenceAPI Creating a Simple Web Application Using a MySQL Database
Java Persistence API を使用したデータベース表行の変更 - NetBeans
The JavaPersistenceAPI has the following key features:
Java Persistence API の主な特徴として、次の点が挙げられます。 - NetBeans
The IDE provides tools to work with the new JavaPersistenceAPI.
IDE には、新しい Java Persistence API を利用したツールが用意されています。 - NetBeans
The query can be either a JavaPersistenceAPI query or a native query. このクエリーは Java Persistence API クエリーまたはネイティブクエリーのどちらかになります。 - NetBeans
The Java EE 5 platform introduces the new JavaPersistenceAPI, which was developed as part of JSR-220.
Java EE 5 プラットフォームには、 JSR-220 の一部として開発された新しい Java Persistence API が導入されています。 - NetBeans
Creating a Custom Java Desktop Database ApplicationA guide to creating a Java desktop application using a Java DB database and the JavaPersistenceAPI. カスタム Java デスクトップデータベースアプリケーションの作成。 Java DB データベースと Java Persistence API を使用して Java デスクトップアプリケーションを作成する手引き書です。 - NetBeans
For more information about using NetBeans IDE 6.5 to develop web applications using Hibernate and the JavaPersistenceAPI, see the following resources:
NetBeans IDE 6.5 による Hibernate と Java Persistence API を使用した Web アプリケーションの開発については、次のリソースを参照してください。 - NetBeans
This document is a basic introduction to using the JavaPersistenceAPI in a web application and demonstrates how the development process using the JavaTM Platform, Enterprise Edition 5 ("Java EE 5") technology simplifies the development of Java applications. このドキュメントは、Web アプリケーションで Java Persistence API を使用する基本的な入門書で、Java[tm] Platform Enterprise Edition 5 (「Java EE 5」) テクノロジを使用する開発プロセスで、どのように Java アプリケーションの開発が簡略化されるかを示します。 - NetBeans
If you are using the JavaPersistenceAPI you can choose the persistence provider that you want to use in your application. The GlassFish application server ships with Oracles's Toplink persistence provider, but you can easily configure your application to use the Hibernate persistence provider and quickly develop an application that accesses a database with the JavaPersistenceAPI. Java Persistence API を使用している場合、アプリケーション内で使用する持続性プロバイダを選択できます。 GlassFish アプリケーションサーバーには Oracle の Toplink 持続性プロバイダが付属していますが、アプリケーションで Hibernate 持続性プロバイダを使用するように簡単に設定し、Java Persistence API を使用してデータベースにアクセスするアプリケーションを短時間で開発できます。 - NetBeans
Use the NetBeans IDE for development with the JavaPersistenceAPI (JSR-220),servlets, JavaServer Pages (JSP), Enterprise JavaBeans (EJB) and web services.The Java EE pack for the NetBeans IDE supports the latest J2EE 1.3, J2EE 1.4 and Java EE 5 standards, including annotations. NetBeans IDE を使用して、Java Persistence API (JSR-220)、サーブレット、JavaServer Pages (JSP)、Enterprise JavaBeans (EJB)、および Web サービスを使用した開発を行うことができます。 NetBeans IDE の Java EE パックは、注釈を含めた最新の J2EE 1.3、J2EE 1.4、および Java EE 5 の各規格をサポートしています。 - NetBeans
The Java PersistenceAPI can also be used outside of EJB components,for example, in web applications and application clients, and alsooutside the Java EE platform, in Java SE applications.
Java Persistence API は、Web アプリケーションやアプリケーションクライアントなど、EJB コンポーネント以外でも使用できます。 また、Java EE プラットフォーム以外で Java SE アプリケーションでも使用できます。 - NetBeans
In this tutorial, you created a Web application, created and connected to a database, and experimented with JavaPersistence APIs.
このチュートリアルでは、Web アプリケーションを作成し、データベースを作成してそのデータベースに接続し、Java Persistence API を使用してみました。 - NetBeans
Arun Gupta creates a simple jMaki application that performs CRUD operations on a Data Table widget.It uses JavaPersistenceAPI (JPA) to connect to the database and the application is deployed on GlassFish.
Arun Gupta が、データ表ウィジェットに対して CRUD 操作を行う簡単な jMaki アプリケーションを作成します。 Java Persistence API (JPA) を使用してデータベースに接続し、アプリケーションは GlassFish に配備します。 - NetBeans
Simplified object-relational mapping.The new JavaPersistenceAPI makes object-relational mapping much simpler and transparent by allowing you to use annotations in POJOs to map Java objects to relational databases. 簡素化されたオブジェクトリレーショナルマッピング。 新しい Java Persistence API により、POJO 内で注釈を使用して Java オブジェクトをリレーショナルデータベースにマッピングすることで、オブジェクトリレーショナルマッピングがより簡単で透過性の高いものになっています。 - NetBeans
Taking advantage of Beans Binding technology (JSR 295) and the JavaPersistenceAPI, it is now easier than ever to create Swing desktop database applications. Beans のバインド技術 (JSR 295) と Java 持続性 API を利用して、Swing デスクトップデータベースアプリケーションの作成がかつてないほど簡単になりました。 - NetBeans
Describes the use of JavaPersistence APIs to implement server-sidepagination while retrieving and displaying results in a text field using Ajax functionality.
Java Persistence API を使用してサーバー側ページ付けを実装しながら、Ajax 機能を使用して結果を取得し、テキストフィールドに表示する方法を説明しています。 - NetBeans
This tutorial demonstrates the usage of the JavaPersistence APIs to implement server side pagination (recommended for large sets of data) and to get and display the results in a text field featuring Ajax functionality.
このチュートリアルでは、Java Persistence API を使用してサーバー側のページ付けを実装し (データ量が多い場合に推奨)、その結果を取得して Ajax 機能を備えたテキストフィールドに表示する方法を示します。 - NetBeans
Check that the persistence unit is using the Java Transaction API and that the Table Generation Strategy is set to Createso that the tables based on our entity classes are created when the application is deployed. 持続性ユニットが Java Transaction API を使用していること、アプリケーション配備時にエンティティークラスに基づいた表が作成されるように「Table Generation Strategy」が「作成」に設定されていることを確認します。 - NetBeans
The new specification standardizes how object-relational mapping is handled, freeing the developer from learning vendor-specific strategies.The JavaPersistenceAPI uses annotations to specify object-relational mapping information, but still support XML descriptors. この新しい仕様はオブジェクトリレーショナルマッピングの処理方法を標準化しているため、開発者はベンダー固有の方法を学ばなくてもよくなります。 Java Persistence API は、オブジェクトリレーショナルマッピングの情報を指定するために注釈を使用しますが、これまでどおり XML 記述子もサポートしています。 - NetBeans
Check that the persistence unit is using the Java Transaction APIand that the Table Generation Strategy is set to Createso that the tables based on our entity classes are created when the application is deployed.
持続性ユニットが Java Transaction API を使用していること、アプリケーション配備時にエンティティークラスに基づいた表が作成されるように「表生成の方針」が「作成」に設定されていることを確認します。 - NetBeans
The NetBeans IDE 6.5 provides several new features and enhancements,such as rich PHP, JavaScript and Ajax editing features,improved support for using the Hibernate web framework and the JavaPersistenceAPI, and tighter GlassFish v3 and MySQL integration. 6.0 リリースには、エディタのインフラストラクチャーの完全な作り直し、追加言語のサポート、生産性向上のための新しい機能、インストールプロセスの簡素化など、多数の拡張機能や新機能が含まれ、ニーズに合わせて IDE を簡単にインストール、構成できるようになりました。 - NetBeans