
Leading the Way: Payara Platform Community 7 Beta Now Fully Jakarta EE 11 Certified
We’re excited to announce that Payara Platform Community 7 Beta application server is now fully certified as Jakarta EE 11 […]
管理コンソールからJDBC接続プールを作成する手順について説明します。この例では、H2インメモリ・データベースを使用して “test” という名前の接続プールを作成します。
まず、左ペインのResources → JDBC → JDBC Connection Poolsをたどって、New JDBC Connection Pool画面を開きます。次に、 “New” をクリックして、以下の項目を入力し、 “Next” をクリックします。
次の画面で、画面下部のプロパティ一覧に以下のプロパティを追加します。
url = jdbc:h2:mem:test
その他のプロパティについてはデフォルトのままとします。
(注: 表示されるプロパティはDataSource実装から動的に検出されます。今回はH2を使用するため、 org.h2.jdbcx.JdbcDataSource から取得されます。)
すべてが終わったら “Finish” ボタンをクリックします。
接続をテストする
成功すると “Ping Succeeded” というメッセージが表示されます。
Share:
We’re excited to announce that Payara Platform Community 7 Beta application server is now fully certified as Jakarta EE 11 […]
Enterprise Java applications power global commerce, healthcare, government and countless other industries. These systems must be scalable, secure and […]
May 2025 marks a monumental milestone in software development: Java turns 30. The impact of this language on the […]