| 例文 |
"Spring Framework"を含む例文一覧と使い方
該当件数 : 29件
Introduction to the Spring Framework 例文帳に追加
Spring Framework 入門 - NetBeans
RESTful Web Services in the Spring Framework 例文帳に追加
Spring Framework での RESTful Web サービス - NetBeans
Introduction to the Spring Framework - NetBeans IDE 6.1/6.5 Tutorial 例文帳に追加
Spring Framework 入門 - NetBeans IDE 6.1/6.5 チュートリアル - NetBeans
For more about the features of Spring framework projects in NetBeans IDE, see Introduction to the Spring Framework. 例文帳に追加
NetBeans IDE の Spring Framework プロジェクトの機能に関する詳細は、「Spring Framework 入門」を参照してください。 - NetBeans
The IDE provides built-in support for Spring Framework 2.5. 例文帳に追加
IDE には Spring Framework 2.5 のサポートが組み込まれています。 - NetBeans
Developing a Spring Framework MVC application using GlassFish by ArulaziDhesiaseelan例文帳に追加
「GlassFish を使用した Spring Framework MVC アプリケーションの開発」Arulazi Dhesiaseelan 著 - NetBeans
In the Project Properties dialog, select the Spring Framework category. 例文帳に追加
「プロジェクトプロパティー」ダイアログで、「Spring Framework」カテゴリを選択します。 - NetBeans
SpringFramework Hands-on Lab. A comprehensive series of lectures and labs using the Spring Framework in NetBeans IDE.例文帳に追加
NetBeans IDE で Spring Framework を使用する包括的講義と実習シリーズです。 - NetBeans
(NetBeans IDE 6.5) Fully integrated Spring framework, providing Spring transaction handling. 例文帳に追加
(NetBeans IDE 6.5 の場合) Spring トランザクション処理を提供する、完全に統合された Spring Framework。 - NetBeans
For more information on the Spring Framework, visithttp://www.springframework.org.For a more fine-grained explanation of how Spring Framework artifacts behave and interact with other objects in an application, visit the officialSpring FrameworkReference Documentation, or consult the SpringFramework API.例文帳に追加
Spring Framework の詳細については、http://www.springframework.org を参照してください。 Spring Framework の成果物の動作方法と、アプリケーション内のほかのオブジェクトとの連携方法に関するさらに詳しい説明については、Spring Framework Reference Documentation または Spring Framework API のページを参照してください。 - NetBeans
The Spring Framework is a popular open source application framework that can makeJ2EE development easier. 例文帳に追加
Spring Framework は普及しているオープンソースアプリケーションフレームワークで、J2EE 開発に役立ちます。 - NetBeans
Start by creating a new project for a web application using the Spring Framework: 例文帳に追加
Spring Framework を使用し、まず Web アプリケーションの新規プロジェクトを次のように作成します。 - NetBeans
You are encouraged to continue learning about the Spring Framework by working through other tutorials in NetBeans IDE, such as Developinga Spring Framework MVC Application Step-by-Step using NetBeans and GlassFish.例文帳に追加
「NetBeans および GlassFish による Spring Framework MVC アプリケーションの手順を追った開発」などのほかの NetBeans IDE チュートリアル全般を実行し、Spring Framework の学習を続けることをお勧めします。 - NetBeans
This magichowever does not work for controllers that are included in the Spring Framework,such as ParameterizableViewController. 例文帳に追加
しかしこの機能は、ParameterizableViewController のような Spring Framework に含まれるコントローラには機能しません。 - NetBeans
This document shows you how to construct a simple webMVCapplication using the Spring Framework. 例文帳に追加
このドキュメントでは、Spring Framework を使用して、簡単な Web MVC アプリケーションを構築する方法を説明します。 - NetBeans
A part of the Spring Framework is Spring Web MVC, an extensible MVC framework for creating web applications.例文帳に追加
Spring Framework の一部は Spring Web MVC です。 これは Web アプリケーション作成用の拡張可能な MVC フレームワークです。 - NetBeans
When you create a Java Web application with the Spring framework, a REST-aware servlet is automatically created. 例文帳に追加
Spring Framework で Java Web アプリケーションを作成する場合、REST を認識するサーブレットが自動的に作成されます。 - NetBeans
The Spring framework results in cleaner code and more efficient transaction handling and entity management. 例文帳に追加
Spring Framework では、コードはよりきれいになり、トランザクション処理とエンティティー管理はより効率的になります。 - NetBeans
This concludes the Introduction to the Spring Framework in NetBeans IDE. This document demonstrated how to construct a simple web MVC application in NetBeans IDE using the Spring Framework, and introduced you to the IDE's interface for developing web applications.例文帳に追加
このドキュメントでは、Spring Framework を使用して NetBeans IDE で簡単な Web MVC アプリケーションを構築する方法をデモし、Web アプリケーション開発用の IDE インタフェースを紹介しました。 - NetBeans
To create RESTful Web Services with the Spring framework, repeat the procedures described in the tutorial, with one exception. 例文帳に追加
Spring Framework で RESTful Web サービスを作成するには、チュートリアルで説明されている手順を 1 つを除いて繰り返します。 - NetBeans
Support for the SpringFramework has been integrated in the NetBeans IDE since version 6.1. 例文帳に追加
version 6.1 以降、NetBeans IDE には Spring Framework のサポートが統合されています。 - NetBeans
This is the official SpringFramework tutorial by Thomas Risberg which has been adapted for NetBeans IDE by ArulaziDhesiaseelan.例文帳に追加
これは Thomas Risberg による公式な Spring Framework チュートリアルであり、Arulazi Dhesiaseelan によって NetBeans IDE のために改定されました。 - NetBeans
Both of these differences are due to the Spring framework handling transactions and entity management, whereas in the other project the IDE had to create a class that used javax.transaction.UserTransaction and javax.persistence.EntityManager. 例文帳に追加
これらの相違はともにトランザクションとエンティティー管理を処理する Spring Framework によるものです。 これに対して、ほかのプロジェクトでは、IDE が javax.transaction.UserTransaction と javax.persistence.EntityManager を使用するクラスを作成する必要がありました。 - NetBeans
Introduction to the Spring Web Framework.Describes the basics of using NetBeans IDE to develop web applications using the Spring framework.例文帳に追加
Spring Web フレームワーク入門。 NetBeans IDE を使用して、Spring フレームワークを使用する Web アプリケーションを開発する基本的な手順を示します。 - NetBeans
The IDE assists you in creating JSR311-compliant RESTful web services from JPA entity classes and patterns, or even directly from a database. The code generated from JPA entities is works on top of the Spring framework.例文帳に追加
IDE では、JPA のエンティティークラスとパターンからの、またはデータベースから直接の (新規)、JSR311 に準拠した RESTful Web サービスの作成を支援しています。 RESTful コンポーネントパレットからコンポーネントをドラッグ&ドロップして、Google Map、Yahoo News Search、StrikeIron Web サービスなどの Web サービスを起動するコードを生成できます。 - NetBeans
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|