JAVASCRIPT ADAPTERS 한국어 뜻 - 한국어 번역

javascript 어댑터
javascript adapters

영어에서 Javascript adapters 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Creating Java and JavaScript adapters.
Java 및 JavaScript 어댑터 작성.
JavaScript adapters are supported with HTTP and SQL connectivity types, only.
JavaScript 어댑터는 HTTP 및 SQL 연결성 유형으로만 지원됩니다.
For more information, see Creating JavaScript adapters.
자세한 정보는 JavaScript 어댑터 작성을 참조하십시오.
JavaScript adapters provide templates for communicating with HTTP and SQL back-ends.
JavaScript 어댑터는 HTTP 및 SQL 백엔드와 통신하기 위한 템플리트를 제공합니다.
Continue reading for an overview of Java and JavaScript adapters.
Java 및 JavaScript 어댑터 개요에 대해 계속 읽으십시오.
JavaScript adapters can use server-side APIs to perform operations that are related to MobileFirst Server, such as calling other JavaScript adapters, logging to the server log, getting values of configuration properties, reporting activities to Analytics and getting the identity of the request issuer.
JavaScript 어댑터는 다른 JavaScript 어댑터 호출, 서버 로그에 로깅, 구성 특성 값 획득, Analytics에 활동 보고, 요청 발행자 ID 획득과 같이 MobileFirst Server와 관련된 조작을 수행하기 위해 서버 측 Java API를 사용할 수 있습니다.
Prerequisite: Make sure to read the Creating Java and JavaScript Adapters tutorial first.
전제조건: Java 및 JavaScript 어댑터 작성 학습서를 먼저 읽으십시오.
In past releases, adapters were created, developed, andbuilt using the MobileFirst Studio plug-in for Eclipse or the MobileFirst CLI. Starting with Mobile Foundation 8.0, adapters are now considered as standard Apache Maven projects that are created using IBM-provided archetypes for generating the Java and JavaScript adapters.
지난 릴리스에서는 Eclipse 또는 MobileFirst CLI용MobileFirst Studio 플러그인을 사용하여 어댑터가 작성되고 개발되고 빌드되었습니다. Mobile Foundation 8.0부터 어댑터는 이제 Java 및 JavaScript 어댑터 생성을 위해 IBM이 제공하는 원형을 사용하여 작성되는 표준 Apache Maven 프로젝트로 간주됩니다.
The OData and Microsoft Azure OData JavaScript adapters are not in v8.0. Not in v8.0.
OData 및 Microsoft Azure OData JavaScript 어댑터는 v8.0에 없습니다. v8.0에 없습니다.
It also contains a Cordova application that works with both the Java and JavaScript adapters.
또한 Java 및 JavaScript 어댑터 둘 다로 작업하는 Cordova 애플리케이션을 포함합니다.
Then follow the tutorials in the sidebar navigation to learn how to: create, build, update, develop, test and deploy Java and JavaScript adapters, learn how to use IDEs for adapters development, collect server-side logs, as well as more advanced topics such as adapters mashup and Cloudant integration.
그런 다음 사이드바 탐색에 있는 학습서의 내용에 따라 Java 및 JavaScript 어댑터를 작성, 빌드, 업데이트, 개발, 테스트 및 배치하는 방법, 어댑터 개발을 위해 IDE를 사용하는 방법, 서버 측 로그를 수집하는 방법, 어댑터 매시업 및 Cloudant 통합과 같은 추가 고급 주제에 대해 학습하십시오.
For more information on how to add a dependency, see the Dependencies section in the Creating Java and JavaScript Adapters tutorial.
종속성 추가 방법에 대한 자세한 정보는 Java 및 JavaScript 어댑터 작성 학습서에서 종속성 절을 참조하십시오.
This tutorial explains how to create, build and deploy Java or JavaScript adapters using Maven and the MobileFirst CLI.
이 학습서에서는 Maven 및 MobileFirst CLI를 사용하여 Java 또는 JavaScript 어댑터를 작성, 빌드 및 배치하는 방법을 설명합니다.
These logs can also be forwarded to the Analytics console as explained in the tutorials for Java adapters and JavaScript adapters.
이러한 로그는 또한 Java 어댑터JavaScript 어댑터의 학습서에 설명된 대로 Analytics 콘솔로 전달될 수 있습니다.
This API enables to invoke a procedure on any of your JavaScript adapters. MFP. Server.
이 API를 사용하면 사용자의 어떤 JavaScript 어댑터에서도 프로시저를 호출할 수 있습니다. MFP. Server.
The MobileFirst CLI is a command-line interface enabling you to register applications in the MobileFirst Server, pull/push application from/to the MobileFirst Server, create Java and JavaScript adapters, manage multiple local and remote servers, update live applications using Direct Update and so on.
MobileFirst CLI는 MobileFirst Server에서 애플리케이션을 등록하고 MobileFirst Server에서 애플리케이션을 풀/푸시하고 Java 및 JavaScript 어댑터를 작성하고 여러 로컬 및 원격 서버를 관리하고 직접 업데이트를 사용하여 활성 애플리케이션을 업데이트하는 등의 작업을 수행할 수 있게 하는 명령행 인터페이스입니다.
To entirely disable OAuth protection for a JavaScript adapter resource(procedure), in the adapter..
JavaScript 어댑터 자원(프로시저)에 대해 OAuth 보호를 완전히 사용 안함으로 설정하려면 adapter.
The SAP Gateway JavaScript adapter is not in v8.0. Not in v8.0.
SAP Gateway JavaScript 어댑터는 v8.0에 없습니다. v8.0에 없습니다.
The Cast Iron JavaScript adapter in not in v8.0. Not in v8.0.
Cast Iron JavaScript 어댑터는 v8.0에 없습니다. v8.0에 없습니다.
Depending if using a Java or JavaScript adapter, the response may contain other properties such as responseHeaders, responseTime, statusCode, statusReason, and totalTime.
Java 또는 JavaScript 어댑터를 사용하는지 여부에 따라 응답에는 responseHeaders, responseTime, statusCode, statusReason 및 totalTime과 같은 다른 특성이 포함될 수 있습니다.
In the Analytics→ Additional packages section, specify MFP. Logger to forward JavaScript Adapter logs to the MobileFirst Server.
Analytics → 추가 패키지 섹션에서 JavaScript 어댑터 로그를 MobileFirst Server로 전달하려면 MFP. Logger를 지정하십시오.
You can see usage examples on the JavaScript HTTP Adapter tutorial.
JavaScript HTTP 어댑터 학습서에 사용법 예제를 볼 수 있습니다.
Note: To call a SOAP-based service in a JavaScript HTTP adapter, you can encode the SOAP XML envelope within the request body using E4X.
참고: JavaScript HTTP 어댑터에서 SOAP 기반 서비스를 호출하기 위해 E4X를 사용하여 요청 본문 내 SOAP XML 엔벨로프를 암호화할 수 있습니다.
결과: 23, 시각: 0.0355

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어