자산 2

DEVELOPMENT ENVIRONMENT

Cloud Server Print

Overview

This section target’s the web application developers, who are intended to integrate the BIXOLON B-gate SDK APIs into their Web Applications. Web Application usually runs in web browsers, so there is no need for specific operating system supports; however, the selection of web browser is very important. Since our SDK API Library uses HTML 5 features, it is very important to use HTML5 supported web browsers. The developers  should have prior knowledge over the following technologies,

HTML5

JavaScript

CSS (Cascading Style Sheets)
 

Usually Web Applications consist of a front-end (HTML design) and a back-end (JavaScript), so there is no specific software tool is required to develop the web applications, any simple text editor is enough to write an HTML and JavaScript code.
 

In order to integrate our SDK API Library into your Web Application, first you have to add our SDK API Library files (bGateWebPrintAPI_WS.js and WS_parser.js) into your Web Applications js folder and then call those files via <script> tag on your web application’s index.html file.
 

Example

<!DOCTYPE html>

<html>

<head>

….

<script type="text/javascript" src="js/WS_parser.js"></script>

<script type="text/javascript" src="js/bGateWebPrintAPI_WS.js"></script>

 ….

</head>

<body>

 ….

</body>

</html>

Tutorials

Tutorial for Cloud Server Print

API Download

SDK Download for Cloud Server Print

Web App Print

Overview

This section target’s the web application developers, who are intended to integrate the BIXOLON B-gate SDK APIs into their Web Applications. Web Application usually runs in web browsers, so there is no need for specific operating system supports; however, the selection of web browser is very important. Since our SDK API Library uses HTML 5 features, it is very important to use HTML5 supported web browsers. The developers  should have prior knowledge over the following technologies,

HTML5

JavaScript

CSS (Cascading Style Sheets)
 

Usually Web Applications consist of a front-end (HTML design) and a back-end (JavaScript), so there is no specific software tool is required to develop the web applications, any simple text editor is enough to write an HTML and JavaScript code.
 

In order to integrate our SDK API Library into your Web Application, first you have to add our SDK API Library files (bGateWebPrintAPI_WS.js and WS_parser.js) into your Web Applications js folder and then call those files via <script> tag on your web application’s index.html file.
 

Example

<!DOCTYPE html>

<html>

<head>

….

<script type="text/javascript" src="js/WS_parser.js"></script>

<script type="text/javascript" src="js/bGateWebPrintAPI_WS.js"></script>

 ….

</head>

<body>

 ….

</body>

</html>

Tutorials

Tutorial for Web App Print

API Download

SDK Download for Web App Print

Native App Print for Windows

Overview

It describes how to build a development environment for creating Windows-based applications that use B-gates. Install Visual Studio. Version 2008 or later is recommended.

Tutorials

Tutorial for Windows

API Download

SDK Download for Windows

Native App Print for iOS

Overview

It describes how to build a development environment for creating iOS-based applications that use B-gates. For iOS app development, Apple Developer Program should be registered. For more  information, refer to the Apple developer site.

(http://developer.apple.com/devcenter/ios)

Xcode Installation (the download guide of App Store captured)

1) Run App Store()

2) Search Xcode  -> Press  button and install


 

Tutorials

Tutorial for iOS

API Download

SDK Download for iOS

Native App Print for Android

Overview

 It describes how to build a development environment for creating Android-based

 applications that use B-gates. For Android app development, an integrated development

 environment (IDE) should be provided.

Tutorials

Tutorial for Android

API Download

SDK Download for Android