1153万例文収録!

「web-application」に関連した英語例文の一覧と使い方(6ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > web-applicationの意味・解説 > web-applicationに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

web-applicationの部分一致の例文一覧と使い方

該当件数 : 1567



例文

In the Music Application, within the Web Pages folder, create a subfoldercalled music. 例文帳に追加

Music アプリケーションで、「Web ページ」フォルダに「music」というサブフォルダを作成します。 - NetBeans

In this tutorial, you create a CSS-based, single-page web application. 例文帳に追加

このチュートリアルでは、CSS ベースの 1 ページの Web アプリケーションを作成します。 - NetBeans

Once your application is built and deployed, the IDE launches your default web browser (if it is not alreadyrunning), and your web application appears.例文帳に追加

アプリケーションが構築されて配備されると、デフォルトの Web ブラウザが起動され (起動されていない場合)、Web アプリケーションが表示されます。 - NetBeans

Create a new visual web application project and name it RatingExample. 例文帳に追加

新しい Visual Web アプリケーションプロジェクトを「RatingExample」という名前で作成します。 - NetBeans

例文

Create a new visual web application project and name it CalendarExample. 例文帳に追加

新しい Visual Web アプリケーションプロジェクトを「CalendarExample」という名前で作成します。 - NetBeans


例文

Create a new visual web application project and name it DatabaseTree. 例文帳に追加

新しい Visual Web アプリケーションプロジェクトを「DatabaseTree」という名前で作成します。 - NetBeans

Create a new visual web application project and call it FragmentExample. 例文帳に追加

新しい Visual Web アプリケーションプロジェクトを「FragmentExample」という名前で作成します。 - NetBeans

Create a new visual web application project and name it NavigationExample. 例文帳に追加

新しい Visual Web アプリケーションプロジェクトを「NavigationExample」という名前で作成します。 - NetBeans

Right-click the Web ServiceLocator application and choose Build ZIP Distribution. 例文帳に追加

「Web Service Locator」アプリケーションを右クリックし、「配布用 ZIP を構築」を選択します。 - NetBeans

例文

In this tutorial, you create a web application with a servlet. 例文帳に追加

このチュートリアルで、サーブレットを使用した Web アプリケーションを作成します。 - NetBeans

例文

In this document you will use the IDE to create a web application that will access a database.In the web application, you will use the IDE to generate entity classes corresponding to tables in a database.You will then create a servlet that displays the information in the database. The application uses Java Persistence to manage the database transaction.例文帳に追加

このドキュメントでは、NetBeans IDE 6.0 を使用して、データベースにアクセスする Web アプリケーションを作成します。 - NetBeans

Both EJB and web service applications are deployed to a Java EE application server, such as GlassFish /Sun Java System Application Server. 例文帳に追加

EJB アプリケーションおよび Web サービスアプリケーションは両方とも、GlassFish、Sun Java System Application Server などの Java EE アプリケーションサーバーに配備します。 - NetBeans

If you install Sun Java System Application Server, you can set up the bundled Java DB database to work with NetBeans Visual Web Pack 5.5.1 as well. 例文帳に追加

Sun Java System Application Server をインストールする場合、Application Server に付属の Java DB データベースを NetBeans Visual Web Pack 5.5.1 で操作できるようにセットアップできます。 - NetBeans

The IDE creates a new web application project.Put the EJB module on the web application project's classpath, so that the web service you are creating has access to the EJB module. 例文帳に追加

IDE により新しい Web アプリケーションプロジェクトが作成されます。 Web アプリケーションプロジェクトのクラスパスに EJB モジュールを指定することで、作成中の Web サービスが EJB モジュールにアクセスできるようにします。 - NetBeans

Java Web applications are deployed to a web server like Tomcat, or if you want to use Java EE features like web services and enterprise beans, to a Java EE application server such as the GlassFish application server.例文帳に追加

Java Web アプリケーションは、Tomcat などの Web サーバーに配備します。 Web サービスやエンタープライズ Beans などの Java EE 機能を使用する場合は、GlassFish アプリケーションサーバーなどの Java EE アプリケーションサーバーに配備します。 - NetBeans

Under Categories, select Java Web.Under Projects, select Web Application and click Next. 例文帳に追加

「カテゴリ」から「Java Web」を選択します。 「プロジェクト」で「Web アプリケーション」を選択して、「次へ」をクリックします。 - NetBeans

Note:To develop Visual Web applications using the Java EE 5platform, you must use the Sun Java System Application Server 9.For more information, see the Java EE Downloads web site. 例文帳に追加

注: Java EE 5 プラットフォームを使用する Visual Web アプリケーションを開発するには、Sun Java System Application Server 9 を使用する必要があります。 詳細については、「Sun Java System Application Server」Web サイトを参照してください。 - NetBeans

Run the project as a local web site, as a commandline script or as a remote web application via FTP. 例文帳に追加

プロジェクトを、ローカル Web サイト、コマンド行スクリプト、または FTP 経由でのリモート Web アプリケーションとして実行できます。 - NetBeans

In the New Project wizard, select the Java Web category and the Web Application project type, and click Next. 例文帳に追加

「新規プロジェクト」ウィザードで、「Java Web」カテゴリおよび「Web アプリケーション」プロジェクトの種類を選択し、「次へ」をクリックします。 - NetBeans

In the New Project Wizard, select Web from the Categories list and select Visual Web Application from the Projects list.例文帳に追加

「新規プロジェクト」ウィザードで、「カテゴリ」リストから「Web」を選択し、「プロジェクト」リストから「Visual Web アプリケーション」を選択します。 - NetBeans

This tutorial show how to integrate the JasperReports framework into a web application that you build using the NetBeans Visual Web Pack. 例文帳に追加

このチュートリアルは、JasperReports フレームワークを、NetBeans Visual Web Pack を使用して構築した Web アプリケーションに統合する方法を示します。 - NetBeans

In this case, execution of the web application via a debugger 15 is enabled when the web application is executed.例文帳に追加

この際、ウェブアプリケーションの実行時にデバッガ15を介しての実行を可能とする。 - 特許庁

WEB APPLICATION PROVIDING SYSTEM, INFORMATION PROCESSOR, WEB APPLICATION PROVIDING METHOD AND PROGRAM例文帳に追加

ウェブアプリケーション提供システム、情報処理装置、ウェブアプリケーション提供方法及びプログラム - 特許庁

NetBeans IDE 6.0 and 6.1 'Web and JavaEE' and Full installers include the Sun Java System Application Server/Glassfish v2 and Apache Tomcat 6.0.14. 例文帳に追加

NetBeans IDE 6.0 と 6.1 の「Web および JavaEE」版と完全版のインストーラには、Sun Java System Application Server/Glassfish v2 と Apache Tomcat 6.0.14 が含まれます。 - NetBeans

Developing a Struts application is similar to developing any other kind of web application in NetBeans IDE.例文帳に追加

Struts アプリケーションの開発は、NetBeans IDE でほかの種類の Web アプリケーションを開発するのと似ています。 - NetBeans

In the information of the web base, a web page and the interactive application of the web base are included.例文帳に追加

ウェブ・ベースの情報には、ウェブ・ページと、ウェブ・ベースの対話的アプリケーションが含まれる。 - 特許庁

The application distribution Web server is provided with a communication application.例文帳に追加

そして、アプリケーション配信ウェブサーバに通信アプリケーションを設ける。 - 特許庁

APPLICATION APPARATUS, APPLICATION METHOD AND METHOD FOR MANUFACTURING WEB HAVING COATING FILM例文帳に追加

塗布装置、塗布方法および塗膜形成ウェブの製造方法 - 特許庁

When application is required, a web page for application is linked.例文帳に追加

申請が必要な場合には申請用ウェブページへリンクをはる。 - 特許庁

To provide a system for coordinating a Web system to the application of a client by enabling the handling of the data of the Web system in the application of the client.例文帳に追加

Webシステムのデータをクライアントのアプリケーションで扱えるようにし、Webシステムとクライアントのアプリケーションとを連携させるシステムを提供する。 - 特許庁

In this exercise, you built the ZooApp web application you developed for the Java EE 5 platform.You then deployed and tested the ZooApp web application. 例文帳に追加

この課題では、Java EE 5 プラットフォームで開発した ZooApp Web アプリケーションの構築を行いました。 続いて、ZooApp Web アプリケーションの配備とテストを行いました。 - NetBeans

Interact with web clients (typically a browser application such as Netscape or Internet Explorer) using a request-response paradigm.例文帳に追加

Web クライアント (一般に Netscape や Internet Explorer などのブラウザアプリケーション) と対話する。 - NetBeans

Interact with web clients (typically a browser application such as Firefox or Internet Explorer) using a request-response paradigm例文帳に追加

Web クライアント (一般に Firefox や Internet Explorer などのブラウザアプリケーション) と対話する。 - NetBeans

After you deploy the application, you can use it to test the web service. 例文帳に追加

アプリケーションを配備したら、それを使用して Web サービスをテストできます。 - NetBeans

Examine the logical structure of the web application in the Projects window:例文帳に追加

「プロジェクト」ウィンドウで Web アプリケーションの論理構造を確認してください。 - NetBeans

Choose Run Run Main Project to run your web application. 例文帳に追加

「実行」「主プロジェクトを実行」を選択して、Web アプリケーションを実行します。 - NetBeans

In the same page, choose the type of web application the MIDlet interacts with:例文帳に追加

同じページで、MIDlet が対話する Web アプリケーションの種類を選択します。 - NetBeans

In this tutorial, you created a secure web application. 例文帳に追加

このチュートリアルでは、セキュリティー保護された Web アプリケーションを作成しました。 - NetBeans

Currency Trader (Note: This sample application works only with NetBeans Visual Web Pack 5.5.1.) 例文帳に追加

為替トレーダー (注: このサンプルアプリケーションは NetBeans Visual Web Pack 5.5.1 でのみ動作します。 - NetBeans

Create a new Visual Web Application project and name it ListExample. 例文帳に追加

新しいビジュアル Web アプリケーションプロジェクトを「ListExample」という名前で作成します。 - NetBeans

In order to create a web service client, we need either a Java SE application,an EJB module, or a web module first.Here we will use a Java SE application. 例文帳に追加

Web サービスクライアントを作成するには、Java SE アプリケーション、EJB モジュール、または Web モジュールのいずれかが必要です。 ここでは、Java SE アプリケーションを使用します。 - NetBeans

In the service providing system where the Web-AP and SIP server environments are cooperative with each other, a Web-AP execution server 107 for executing a Web application associated with a Web context is connected to a Web context manager 101 for managing a context of the HTTP protocol.例文帳に追加

Web-APサーバ環境とSIPサーバ環境とを統合したサービス提供システムにおいて、HTTPプロトコルのコンテキストを管理するWebコンテキストマネージャ101には、Webコンテキストに係るWebアプリケーションを実行するWeb-AP実行サーバ107が接続されている。 - 特許庁

To provide a Web application merging device and a Web application merging program which can merge good-looking Web applications when merging a plurality of Web applications into one Web application.例文帳に追加

複数のWebアプリを1つのWebアプリに融合する際、見映えの良いWebアプリを融合できるWebアプリケーション融合装置及びWebアプリケーション融合プログラムを提供することを目的とする。 - 特許庁

A web central part 12a serves as an application area.例文帳に追加

ウェブ中央部12aが塗布エリアとなる。 - 特許庁

APPARATUS AND METHOD FOR SUPPORTING DEVELOPMENT OF WEB APPLICATION例文帳に追加

Webアプリケーション開発支援装置及び方法 - 特許庁

METHOD FOR CHARACTERIZING WEB APPLICATION INPUT例文帳に追加

ウェブアプリケーション入力の特徴付けの方法 - 特許庁

In this section, we'll create a new Mobile Application project.We then use the Mobile Client to Web Application wizard to connect the application to the DailyDilbert service.例文帳に追加

その後、「モバイルクライアントから Web アプリケーションへの接続」ウィザードを使用して、アプリケーションを DailyDilbert サービスに接続します。 - NetBeans

There are provided the method and apparatus for data communication between web applications, using the web browser including a web application controller for executing a first web application and a second web application and a data transmission part for receiving data from the first web application and transmitting the data to the second web application.例文帳に追加

第1ウェブ・アプリケーション及び第2ウェブ・アプリケーションを実行するウェブ・アプリケーション制御部と、第1ウェブ・アプリケーションからデータを受信して第2ウェブ・アプリケーションに伝達するデータ伝達部と、を含むウェブブラウザを利用したウェブ・アプリケーション間のデータ通信装置及び方法である。 - 特許庁

By default, the web application is created in a directory structure that conforms to the Java BluePrints project conventions for web applications. 例文帳に追加

デフォルトでは、Web アプリケーションは、BluePrints プロジェクトの規則に準拠した Web アプリケーション用ディレクトリ構造内に作成されます。 - NetBeans

例文

The Mobile Client to Web Application wizard doesn't work with Web services client created in J2EE 5 format.例文帳に追加

J2EE 5 形式で作成された Web サービスクライアントに、「モバイルクライアントから Web アプリケーションへの接続」ウィザードを使用できません。 - NetBeans




  
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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS