Strutsを含む例文一覧と使い方
該当件数 : 639件
Introduction to the Struts Web Framework.例文帳に追加
Struts Web フレームワーク入門。 - NetBeans
Setting Up a Struts Application 例文帳に追加
Struts アプリケーションの設定 - NetBeans
From the Struts category choose Struts Action and click Next. 例文帳に追加
「Struts」カテゴリで「Struts アクション」を選択し、「次へ」をクリックします。 - NetBeans
Add Struts TLDs: Lets you generate tag library descriptors for the Struts tag libraries.例文帳に追加
Struts TLD を追加: Struts タグライブラリ用のタグライブラリ記述子を生成できます。 - NetBeans
In the Frameworks panel, select Struts: 例文帳に追加
「フレームワーク」パネルで「Struts」を選択します。 - NetBeans
In order to handle Struts processing, a mapping is provided for the Struts controller servlet:例文帳に追加
Struts 処理に対応するため、Struts コントローラサーブレットにマッピングが提供されます。 - NetBeans
Above, the Struts controller servlet is named action and is defined in the Struts library (org.apache.struts. action.ActionServlet).例文帳に追加
ここでは、Struts コントローラサーブレットの名前は action で、Struts ライブラリで定義されています (org.apache.struts.action.ActionServlet)。 - NetBeans
In the IDE, a Struts application is nothing more than a normal web application accompanied by the Struts libraries and configuration files.例文帳に追加
IDE では、Struts アプリケーションは、Struts ライブラリと Struts 構成ファイルを伴った通常の Web アプリケーションにすぎません。 - NetBeans
Introduction to the Struts Web Framework - NetBeans IDE 6.x Tutorial 例文帳に追加
Struts Web フレームワーク入門 - NetBeans IDE 6.x チュートリアル - NetBeans
Open struts-config.xml in the Source Editor, right-click anywhere in the actionentry for LoginForm, and choose Struts Add Forward. 例文帳に追加
ソースエディタで struts-config.xml を開き、LoginForm の action エントリ内を右クリックし、「Struts」「転送を追加」を選択します。 - NetBeans
Specifically, you use Struts tags in JSP pages, maintain user data with a Struts ActionForm bean, and implement forwarding logic using a Struts Action object.例文帳に追加
具体的には、JSP ページで Struts タグを使用し、Struts の ActionForm Bean を使用してユーザーデータを管理し、Struts の Action オブジェクトを使用して転送ロジックを実装します。 - NetBeans
For a more fine-grained introduction to Struts, see How does Struts work? on the official Struts website.Also, make use of the IDE's Javadoc Index Search (Help Javadoc Index Search) to view the Struts Framework API, which is packaged with the Struts libraries.例文帳に追加
Struts に関するさらに詳しい説明については、公式の Struts Web サイトにある「How does Struts work?」を参照してください。 IDE の Javadoc 索引検索 (「ヘルプ」「Javadoc 索引検索」) を使用して、Struts ライブラリとともにパッケージ化されている Struts フレームワーク API も参照してください。 - NetBeans
When you type in the Source Editor, the IDE provides you with code completion for Struts tags,as well as the Struts Javadoc.例文帳に追加
ソースエディタに入力すると、IDE によって Struts タグに対するコード補完と Struts Javadoc が提供されます。 - NetBeans
Also, the IDE adds a bean declaration to the struts-config.xml file.例文帳に追加
また、IDE は struts-config.xml ファイルに Bean 宣言を追加します。 - NetBeans
This concludes the Introduction to the Struts Framework in NetBeans IDE. 例文帳に追加
これで、NetBeans IDE での Struts フレームワーク入門は終わりです。 - NetBeans
You were shown how to use Struts tags in JSP pages, temporarily store user data in a Struts ActionForm bean, and implement forwarding logic using a Struts Action object.例文帳に追加
JSP ページ内で Struts タグを使用する方法、Struts ActionForm Bean に一時的にデータを保持する方法、および Struts Action オブジェクトを使用して転送ロジックを実装する方法も示しました。 - NetBeans
(ii) Degree of compression of struts. 例文帳に追加
二 切りばりの緊圧の度合 - 日本法令外国語訳データベースシステム
The web.xml deployment descriptor contains an entry for the action servlet and specifies the appropriate Struts-specific parameters, such as the path to the servlet class within the Struts library and to the struts-config.xmlconfiguration file within the application.例文帳に追加
web.xml 配備記述子は、アクションサーブレットのエントリを含むとともに、Struts ライブラリ内のサーブレットクラスやアプリケーション内の struts-config.xml 構成ファイルのパスなど、Struts 固有の適切なパラメータを指示します。 - NetBeans
Java Web Applications Including web frameworks such as Visual Web JSF, Spring, and Struts 例文帳に追加
Java Web アプリケーション Visual Web JSF、Spring、Struts などの Web フレームワークを含みます。 - NetBeans
A Struts ActionForm bean is used to persist data between requests. 例文帳に追加
Struts の ActionForm Bean は、要求間でデータを保持するために使用されます。 - NetBeans
A cover holding beam 10 is provided on the struts 2 along the struts 2.例文帳に追加
支柱2に沿って支柱2上に蓋受梁10を設ける。 - 特許庁
Note: Support for the JavaServerFaces and Struts frameworks is included in the IDE by default.例文帳に追加
注: JavaServer Faces および Struts フレームワークのサポートは、デフォルトで IDE に含まれています。 - NetBeans
Action Servlet Name: The name of the Struts action servlet used in the application.例文帳に追加
アクションのサーブレット名: アプリケーションで使用する Struts アクションサーブレットの名前。 - NetBeans
Set Scope to Request (Session is the default scope setting in Struts.) 例文帳に追加
「スコープ」を「要求」に設定します (Struts では、「セッション」がデフォルトのスコープ設定)。 - NetBeans
Because the Action class is integral to the Struts framework, NetBeans IDE provides you with a wizard.例文帳に追加
Action クラスは Struts フレームワークに不可欠なので、NetBeans IDE にはウィザードが用意されています。 - NetBeans
The following forward entry is added to struts-config.xml(changes in bold):forward name=success path=/WEB-INF/success.jsp/forward name=failure path=/login.jsp/ 例文帳に追加
次のボールドで示す forward エントリが、struts-config.xml に追加されます。 forward name=success path=/WEB-INF/success.jsp/forward name=failure path=/login.jsp/ - NetBeans
Note that the following forward entry was added to struts-config.xml(changes in bold):action name=LoginFormpath=/loginscope=requesttype=com.myapp.struts.LoginActionforward name=success path=/WEB-INF/success.jsp//action 例文帳に追加
次のボールドで示す forward エントリが、struts-config.xml に追加されます。 action name=LoginFormpath=/loginscope=requesttype=com.myapp.struts.LoginActionforward name=success path=/WEB-INF/success.jsp//action - NetBeans
Kaerumata (frog-leg struts) and Oigata (a sculptural decoration) 例文帳に追加
蛙股・笈形(かえるまた・おいがた) - Wikipedia日英京都関連文書対訳コーパス
Struts is an open source framework that extends the JavaServlet API and employs a Model,View, Controller (MVC) architecture. 例文帳に追加
Struts は、Java Servlet API を拡張して MVC (Model、View、Controller) アーキテクチャーを採用した、オープンソースのフレームワークです。 - NetBeans
You create a Struts application in the same way as you create any other web application in the IDE - using the New Web Application wizard,with the additional step of indicating that you want the Struts libraries and configuration files to be included in your application.例文帳に追加
Struts アプリケーションを作成する方法は、IDE でほかの Web アプリケーションを作成する方法と同じです。 「新規 Web アプリケーション」ウィザードを使用して、追加手順で Struts ライブラリと Struts 構成ファイルをアプリケーションに含めるように指示します。 - NetBeans
Developing a Struts application is similar to developing any other kind of web application in NetBeans IDE.例文帳に追加
Struts アプリケーションの開発は、NetBeans IDE でほかの種類の Web アプリケーションを開発するのと似ています。 - NetBeans
Action URL Pattern: Specifies the patterns of incoming requests which are mapped to the Struts action controller.例文帳に追加
アクションの URL パターン: Struts アクションコントローラにマップされる、受信要求のパターンを指定します。 - NetBeans
However, your web application in addition has all of the Struts libraries on its classpath.例文帳に追加
ただし、使用する Web アプリケーションには、そのクラスパス上にすべての Struts ライブラリがさらに含まれます。 - NetBeans
To provide a stencil mask having main struts and auxiliary struts and a manufacturing method of the same.例文帳に追加
メインストラットと補助ストラットとを持つステンシルマスクおよびその製造方法を提供する。 - 特許庁
The support part includes a plurality of struts 50.例文帳に追加
この支持部は、複数の支柱50を含む。 - 特許庁
The first region includes a plurality of spaced apart elongated struts with adjacent struts being joined.例文帳に追加
第1の領域は、隣接するストラットが接合した複数の離間した伸長ストラットを含む。 - 特許庁
Describes the basics of using NetBeans IDE to develop web applications using the Struts framework.例文帳に追加
NetBeans IDE を使用して、Struts フレームワークを使用する Web アプリケーションを開発する基本的な手順を示します。 - NetBeans
Application Resource: Lets you specify the resource bundle which will be used in the struts-config.xml file for localizing messages.例文帳に追加
アプリケーションリソース: メッセージのローカライズのために struts-config.xml ファイルで使用されるリソースバンドルを指定できます。 - NetBeans
Upon the application of force, the struts deform into loops.例文帳に追加
力を加えるとストラットがループへと変形する。 - 特許庁
When you use Struts, the framework provides you with a controller servlet, ActionServlet,which is defined in the Struts libraries that are included in the IDE, and which is automatically registered in the web.xml deployment descriptor as shown below.例文帳に追加
Struts を使用すると、フレームワークによってコントローラサーブレット ActionServlet が提供されます。 このサーブレットは、IDE に含まれている Struts ライブラリで定義されていて、次に示すように、web.xml 配備記述子に自動的に登録されます。 - NetBeans
The controller servlet uses a struts-config.xml file to map incoming requests to Struts Action objects, and instantiate any ActionForm objectsassociated with the action to temporarily store form data.例文帳に追加
このコントローラサーブレットは struts-config.xml ファイルを使用して、受信要求を Struts の Action オブジェクトにマップし、アクションに関連付けられた ActionForm オブジェクトがある場合は、そのオブジェクトをインスタンス化して、一時的にフォームデータを保存します。 - NetBeans
A plurality of struts 2 and 2T are provided at predetermined intervals, a horizontal rope material 3 is provided between the struts 2 and 2T, and a space between the struts 2 and 2T is covered with a net body 7.例文帳に追加
所定の間隔で複数の支柱2…2Tを設け、支柱2…2T間に水平ロープ材3を設け、支柱2…2T間を網体7で遮蔽する。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. 「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編 |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
Tatoebaのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution (CC-BY) 2.0 France |
| Copyright © Benesse Holdings, 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会員(無料)になると
|


Creative Commons Attribution (CC-BY) 2.0 France