| 例文 |
Spring Frameworkの部分一致の例文一覧と使い方
該当件数 : 43件
Introduction to the Spring Framework 例文帳に追加
Spring Framework 入門 - NetBeans
RESTful Web Services in the Spring Framework 例文帳に追加
Spring Framework での RESTful Web サービス - NetBeans
Spring Web MVC framework support in web project 例文帳に追加
Web プロジェクトでの Spring Web MVC Framework のサポート - NetBeans
Introduction to the Spring Framework - NetBeans IDE 6.1/6.5 Tutorial 例文帳に追加
Spring Framework 入門 - NetBeans IDE 6.1/6.5 チュートリアル - NetBeans
Introduction to the Spring Web Framework 例文帳に追加
Spring Web フレームワーク入門 - 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
Developing a Spring Framework MVC application using GlassFish by ArulaziDhesiaseelan例文帳に追加
「GlassFish を使用した Spring Framework MVC アプリケーションの開発」Arulazi Dhesiaseelan 著 - NetBeans
(NetBeans IDE 6.5) Fully integrated Spring framework, providing Spring transaction handling. 例文帳に追加
(NetBeans IDE 6.5 の場合) Spring トランザクション処理を提供する、完全に統合された Spring Framework。 - NetBeans
Starting in NetBeans IDE 6.5 and Jersey 0.8, Jersey is integrated into the Spring Framework. 例文帳に追加
NetBeans IDE 6.5 および Jersey 0.8 より、Jersey は Spring Framework に統合されます。 - 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
In the Project Properties dialog, select the Spring Framework category. 例文帳に追加
「プロジェクトプロパティー」ダイアログで、「Spring Framework」カテゴリを選択します。 - NetBeans
The Spring Framework is a popular open source application framework that can makeJ2EE development easier. 例文帳に追加
Spring Framework は普及しているオープンソースアプリケーションフレームワークで、J2EE 開発に役立ちます。 - NetBeans
SpringFramework Hands-on Lab. A comprehensive series of lectures and labs using the Spring Framework in NetBeans IDE.例文帳に追加
NetBeans IDE で 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
This happens especially in a web project which was extended by the Spring Web MVC framework. 例文帳に追加
これは、特に Spring Web MVC framework によって拡張された Web プロジェクトで発生します。 - 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
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
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
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
Depending on the chosen framework, specify any further framework-specific configuration settings presented in the Project Properties window (i.e., jMaki support allows you to specify a CSS layout, whereas Spring Web MVC support enables you to specify initial configuration settings).例文帳に追加
選択したフレームによって、「プロジェクトプロパティー」ウィンドウに表示されたフレームワーク固有の構成設定をさらに指定します (jMaki サポートでは CSS レイアウトを指定でき、Spring Web MVC サポートでは初期構成設定を指定できる)。 - NetBeans
After covering the framework 3, the screen 4 is fixed by holding the fastening part 11 of the base in a rail portion of the rail member 5 of the installation frame 1 by a spring member 4.例文帳に追加
このネット4は、枠組3を被覆した後、その裾の係止部11を据付枠1のレール部材5のレール部分にバネ部材4で挟み込んで固定する。 - 特許庁
When the cope 10 is lifted after the completion of molding, a compressed spring 15 is expanded, and the elastic body 12 pushes down the tile raw material 5 to perform framework removal (figure (c)).例文帳に追加
こうして成型完了後に上型10を上昇させると、圧縮バネ15が伸長し弾性体12はタイル素材5を押し下げ脱型がなされる(図(c))。 - 特許庁
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
The framework 2 is provided with engagement holes selectively used corresponding to the use position and the accommodating position of the tabletop 1, and the stopper 40 is rotated and energized in one direction by a spring.例文帳に追加
枠体2には天板1の使用位置と収納位置とにおいて選択的に係合する係合穴が形成され、ストッパ40はバネにより一方向に回動付勢される。 - 特許庁
The NetBeans IDE 6.1 release provides several new features and enhancements, such as rich JavaScript editing features, support for using the Spring web framework,tighter MySQL integration, and an improved way of sharing libraries among dependent projects. The acclaimed support for Ruby/JRuby has been enhanced with new editorquick fixes, a Ruby platform manager, fast debug support for JRuby, and many other new features and fixes.例文帳に追加
NetBeans IDE 6.1 release では、豊富な JavaScript 編集機能、Spring Web Framework の使用のサポート、MySQL との統合の強化、および依存プロジェクト間でのライブラリの共有方法の改善など、さまざまな新機能および拡張機能が提供されています。 高く評価されている Ruby/JRuby のサポートは、新しいエディタ簡易修正、Ruby プラットフォームマネージャー、JRuby 高速デバッグのサポート、およびその他の多くの新機能と修正によって拡張されました。 - NetBeans
We look forward to the launch at the Spring Meetings of the World Bank led framework to enhance investment in low carbon energy and energy efficiency in developing countries with the full participation of Regional Development Banks. 例文帳に追加
開発途上国におけるエネルギー効率性等を促進するための、地域開発銀行が十分に参画した上での世界銀行主導の投資枠組みにつき、春の会合での創設を期待。 - 財務省
We look forward to the launch at the Spring Meetings of the World Bank led framework with the full participation of Regional Development Banks to enhance investment in low carbon energy and energy efficiency in developing countries. 例文帳に追加
我々は、途上国における低炭素エネルギー及びエネルギー効率性への投資を強化するため、地域開発銀行が十分に参画した上での世界銀行主導による枠組みを春の会合において創設することを期待。 - 財務省
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
In response to this, an institutional framework for such services will be considered from the viewpoint of customer protection, improvement in the security, efficiency, and convenience of the payment system, and promotion of innovation. The Financial System Council will start discussions on these issues from the spring of 2008. 例文帳に追加
これに対応し、利用者保護、決済システムの安全性・効率性・利便性の向上やイノベーションの促進の観点から、その制度的枠組みのあり方について検討を進め、平成20年春頃より金融審議会での審議を開始する。 - 金融庁
The stator mounting kit 80 is configured to enable radial and circumferential alignment between each spring bar 78 and each key bar 82 in a stator framework by selecting one stator alignment adapter 84 and selecting one or more radial adjustment shims 86.例文帳に追加
ステータ取付けキット80は、ステータ位置合わせアダプタ84のうちの1つを選択し、また径方向調整シム86のうちの1つまたは複数を選択することによって、ステータフレームワーク内で、各スプリングバー78とそれぞれのキーバー82との径方向および円周方向の位置合わせを可能にするように構成されている。 - 特許庁
The IMF's new framework for the conduct of safeguard assessments adopted last spring, strengthened measures to discourage misreporting and requirement that countries making use of Fund resources publish annual financial statements independently audited by external auditors in accordance with internationally accepted standards should be implemented vigorously to ensure that IMF funds are used appropriately. 例文帳に追加
今春採用されたセーフガード評価のためのIMFの新しい枠組み、虚偽報告を防ぐために強化された措置、IMF資金を利用している国が国際基準に則った独立の外部監査を受けた財務諸表を毎年公表することへの要請は、IMF資金が適切に使用されることを確保するために厳格に実施されるべきである。 - 財務省
| 例文 |
| Copyright(C) 財務省 ※この記事は財務省ホームページの情報を転載しております。内容には仮訳のものも含まれており、今後内容に変更がある可能性がございます。 財務省は利用者が当ホームページの情報を用いて行う一切の行為について、何ら責任を負うものではありません。 |
| Copyright(C) 2026 金融庁 All Rights Reserved. |
| Copyright © Japan Patent office. 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会員(無料)になると
|