001.doc.pdf

Size: px
Start display at page:

Download "001.doc.pdf"

Transcription

1

2

3 1. ET EXPRESS.NET 1 -WEB -.NET -MICRO FOCUS - 2. COBOL 4 -COBOL COM -COM - COM - -COBOL 3. COBOL WEB COBOL..12 -WSDL: WEB -WSML: WEB -WSDL WSML

4 .NET.NET (Common Language Runtime) IL (Microsoft Intermidiate Language).NET Micro Focus Net Express.NET COBOL Web 1. Net Express.NET.NET.NET.NET.NET Web Windows Web.NET Web Web HTTP XML SOAP.NET Web PDA SOAP Toolkit V2.0 SOAP(Simple Object Access Protocol) Web XML SOAP Web SOAP Toolkit Web 1

5 COM COM COBOL.NET.NET.NET Web.NET Windows DOS Windows.NET (CLR) (MSIL) CLR CLR MSIL Net Express COBOL.NET COM COM Micro Focus.NET MSIL COBOL.NET Net Express.NET COBOL Micro Focus COBOL Micro Focus.NET COBOL.NET Micro Focus Micro Focus COBOL 2

6 25 COBOL COBOL Net Express CGI CORBA COM.NET Micro Focus Net Express COM.NET.NET CLR 2 l l CLR MSIL COBOL Micro Focus COBOL COBOL MSIL CPU Micro Focus Net Express CLR Micro Focus Net Express COBOL Web Micro Focus ObjectCOBOL COM 5 Net Express COBOL COM COBOL COM COBOL Net Express COM l l l COBOL COM COBOL Microsoft SOAP Toolkit COBOL Web 3

7 2. COBOL.NET COM.NET SDK TLBIMP COM.NET COM.NET COM Net Express COM COBOL COM COBOL COBOL COM Net Express COM Micro Focus COBOL COM COBOL COM COBOL Java COBOL COM Enterprise Java Bean Micro Focus COBOL COM Net Express COBOL COBOL COBOL COM COM.NET SDK TLBIMP TLBIMP 4

8 TLBIMP < > /out:< > < > DLL DLL < > DLL COM COBOL COBOL COBOL COMPUTE RETURN-VAL = INPUT-VAL * 2. 2 COM Net Express Net Express [ ] [ ] 5

9 COBOL cobcalc COM DLL COM COM COM [ ] [ ] [ ] 6

10 2 [ ] [ ] [ ] _D cobcalc _D _Dcobcalc I Icobcalc [ ] 7

11 8 cobcalc.cbl DLL Net Express [ ] cobcalc.cbl input-val DoubleIt COBOL IN/OUT 8

12 method-id. "DoubleIt". local-storage Section. *>---USER-CODE. linkage Section. 01 input-val pic x(4) comp return-val pic x(4) comp-5. procedure division using by reference input-val returning return-val. *>---USER-CODE. exit method. end method "DoubleIt". COMPUTE RETURN-VAL = INPUT-VAL * 2. COBOL cobcalc.dll COM DLL DLL Windows regsvr32 ( ) > regsvr32 cobcalc.dll DLL.NET Windows > tlbimp cobcalc.dll /out:cob_cobcalc.dll cob_cobcalc.dll DLL cobcalc.dll 9

13 cobcalc.dll Visual Basic.NET C# cobcalc.dll /reference (/r ) cob_cobcalc.dll Visual Basic.NET [ ] DLL C# using Visual Basic.NET imports cobcalc C# using cobcalc; VB.NET imports cobcalc COBOL 2 Visual Basic.NET C# Visual Basic COM COM 1 0

14 COBOL Visual Basic.NET C# COBOL C# Icobcalc objcobcalc; objcobcalc = (Icobcalc) new cobcalc.cobcalc(); VB.NET dim objcobcalc as Icobcalc objcobcalc = new cobcalc.cobcalc() C# Result = objcobcalc.doubleit(123); VB.NET strresult = objcobcalc.doubleit(123) 3. COBOL COBOL COBOL COBOL Windows COM REGASM REGASM.EXE Microsoft.NET Framework SDK DLL regasm managedcode.dll 1 1

15 Microsoft.NET Framework SDK REGSVCS COM Web COBOL Web Web HTTP XML SOAP Web COBOL Web Microsoft SOAP Toolkit Web SOAP SOAP (Simple Object Acces Protocol) XML SOAP Microsoft SOAP Toolkit COM Microsoft IIS SOAP 2 : l l SOAP Web (WSDL) Web (WSML) COM WSDL/WSML Generator COM WSDL WSML WSDL: Web Web (WSDL) Web XML WSDL SOAP WSDL WSDL 1 2

16 SOAP XML SOAP SOAP WSML: Web Web (WSML) WSDL SOAP COM WSDL WSML WSDL WSML XML Microsoft SOAP Toolkit COM Web WSDL/WSML SOAP Toolkit [WSDL Generator] 2 COBOL COM WSDL WSML COM DLL : 1 3

17 COM Web : URL : WSDL : <message name='cobcalc.doubleit'> <part name='p0' type='xsd:int'/> </message> <message name='cobcalc.doubleitresponse'> <part name='result' type='xsd:int'/> </message> <porttype name='cobcalcsoapport'> 1 4

18 <operation name='doubleit' parameterorder='p0'> <input message='wsdlns:cobcalc.doubleit' /> <output message='wsdlns:cobcalc.doubleitresponse' /> </operation> </porttype> SOAP SOAP WSH VBScript : set soapclient = CreateObject("MSSOAP.SoapClient") Call soapclient.mssoapinit (" "cobcalc", "cobcalcsoapport") wscript.echo soapclient.doubleit(1234) 2 COBOL COM COBOL.NET 1 5

COBOLロジックのコンポーネント 化 コンポーネント 化 の 実 例 COMラッピング.NETマネージドコードからCOBOLの 利 用 Webサービスへの 展 開

COBOLロジックのコンポーネント 化 コンポーネント 化 の 実 例 COMラッピング.NETマネージドコードからCOBOLの 利 用 Webサービスへの 展 開 COBOLによる によるWebサービスコンポーネント 開 発 2001 年 12 月 12 日 マイクロフォーカス 株 式 会 社 小 林 純 一 記 載 された 会 社 名 製 品 名 はそれぞれ 各 社 の 商 標 または 登 録 商 標 です COBOLロジックのコンポーネント 化 コンポーネント 化 の 実 例 COMラッピング.NETマネージドコードからCOBOLの 利 用 Webサービスへの

More information

wpEnterpriseSvr.doc

wpEnterpriseSvr.doc COBOLJava.NETWeb IT COBOL Micro Focus Enterprise Server Enterprise Server COBOL Enterprise Server COBOL Enterprise Server COBOL COBOL COBOL Java.NET IT Micro Focus COBOLJ2EE.NET Web COBOL Enterprise Server

More information

NetCOBOL for .NET 応用編

NetCOBOL for .NET 応用編 1.1.NET Framework 1.2 NetCOBOL for.net 1.3 NetCOBOL for.net 1.4 NetCOBOL for.net 1.5 indows NetCOBOLNetCOBOL for.net 1 NetCOBOL for.netmicrosoft.net Framework.NET FrameworkWindows XML WebWeb Framework

More information

JavaとVisual Basicを使ったWebサービスの実装

JavaとVisual Basicを使ったWebサービスの実装 JavaVisual Basic Web moto@sag.hitachi-sk.co.jp http://www.hitachi-sk.co.jp/ Web? Web Web Web Web Web Web SOAP Web Web Web SOAP MicrosoftIBM Web Web SOAP, UDDI, WSDL EJB Java Java Java Assam Commerce Server

More information

untitled

untitled Visual Basic.NET 1 ... P.3 Visual Studio.NET... P.4 2-1 Visual Studio.NET... P.4 2-2... P.5 2-3... P.6 2-4 VS.NET(VB.NET)... P.9 2-5.NET... P.9 2-6 MSDN... P.11 Visual Basic.NET... P.12 3-1 Visual Basic.NET...

More information

1. COBOL COBOL COBOL COBOL 2

1. COBOL COBOL COBOL COBOL 2 2003-6-24 COBOL COBOL 2002 ISO/IEC JTC 1/SC 22/WG 4 (COBOL) INCITS J4 (COBOL) SC 22/COBOL WG COBOL JIS 1 1. COBOL 2. 2002 COBOL 3. 2002 COBOL 4. 5. COBOL 2 1. COBOL 3 COBOL COBOL Java C C++ 200 100 100

More information

J2EEとMicrosoft.NETの比較

J2EEとMicrosoft.NETの比較 2002 4 ... 3... 4... 4... 4... 5... 5... 8... 8... 8... 9 Web... 10... 11... 11... 11... 11... 12... 13... 13... 13... 14... 14... 15 Web... 15 Oracle... 16 Oracle9i Application Server... 16 Oracle9i Developer

More information

(OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation

(OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation Microsoft Microsoft Visual Basic.NET (OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation Microsoft Microsoft

More information

NetCOBOL for .NET 応用編

NetCOBOL for .NET 応用編 4.1 Windows 4.2 NetCOBOL for.netwindows 4.3 Windows 4.4 Windows 4.5 Windows 91 WindowsWindows.NET Framework Windows.NET Framework Windows Windows WindowsWindows Web Windows () Windows 92 .Net Framework

More information

OOCOBOL紹介

OOCOBOL紹介 ISO ANSI COBOL85 COBOL 1959 COBOL OOCOBOL 1 ... 1... 3.... 3. OOCOBOL... 4.1.... 4.2.... 5.3. IDENTIFICATION DIVISION... 7.4. ENVIRONMENT DIVISION.... 7.5. DATA DIVISION... 7.6. PROCEDURE DIVISION....

More information

untitled

untitled Web Ver3 2005 7 1. Web...1 2. Web...2 3. Web...3 4....5 5. ActiveX...9 6. Java...11 7. Netscape Plug-in... 15 8. COM... 19 9. Web API... 20 10.... 21 1. Web for WindowsCSV HTML 1 2. Web Web Web / for WindowsHTML

More information

ÇPÇRèÕÉIÉuÉWÉFÉNÉgéwå¸ã@î\.pdf

ÇPÇRèÕÉIÉuÉWÉFÉNÉgéwå¸ã@î\.pdf COPYRIGHT 200 COBOL CLASS-ID.. FACTORY. METHOD-ID.. OBJECT. METHOD-ID.. COPYRIGHT 200 COBOL 2 COPYRIGHT 200 COBOL 3 COPYRIGHT 200 COBOL 4 COPYRIGHT 200 COBOL 5 COPYRIGHT 200 COBOL 6 COPYRIGHT 200 COBOL

More information

Windows Web Windows Windows WinSock

Windows Web Windows Windows WinSock Windows kaneko@ipl.t.u-tokyo.ac.jp tutimura@mist.t.u-tokyo.ac.jp 2002 12 4 8 Windows Web Windows Windows WinSock UNIX Microsoft Windows Windows Windows Windows Windows.NET Windows 95 DOS Win3.1(Win16API)

More information

Oracle9i JDeveloperによるWebサービスの構築

Oracle9i JDeveloperによるWebサービスの構築 Oracle9i JDeveloper Web Web Web Web Web Web EJB Web EJB Web Web Oracle9iAS Apache SOAP WSDL Web Web Web Oracle9i JDeveloper Java XML Web Web Web Web Simple Object Access Protocol SOAP :Web Web Services

More information

NetCOBOL for .NET 応用編

NetCOBOL for .NET 応用編 3.1 3.2 3.3 3.4 3.5 NetCOBOL for.net 3.6 53 .NET Framework NetCOBOL for.net.net Framework COBOL () () () () 54 55 Person1 Name = " " No = 101 Person Name No Person2 Name = " " No = 102 NetCOBOL for.net

More information

署名ツール検証報告書

署名ツール検証報告書 2010 01 27 XML 1.... 3 2.... 5 3.... 15 4.... 18 5.... 22 6.... 22 Copyright (c) XML 2010 All rights reserved. Page-1/23 Copyright (c) XML 2010 All rights reserved. Copyright (c) XML 2010 All rights reserved.

More information

Web SOAP Internet Web REST SOAP REST 3 REST SOAP 4

Web SOAP Internet Web REST SOAP REST 3 REST SOAP 4 XML Day Web2.0 REST SOAP SOAP REST WADL, WSDL2.0 REST SOAP " " 2006 12 11 XML Web2.0 SOAP REST 2 Web SOAP Internet Web REST SOAP REST 3 REST SOAP 4 REST Representational State Transfer REST Web URL XML

More information

IT Web NEC Corporation

IT Web NEC Corporation IT Web 2002 5 27 1 1. Web 2. Web 3. Web 4. Web 5. 6. Web 7. Web 8. 2 . Web 3 4 Web Web HTML Web XML Web Web LAN) EAI WebEAI) ) SCM ( ) (SOAP, UDDI) ) (Web ) Web/HTML Web/HTML Web/XML Web/XML Web Web 1.1

More information

NetCOBOL for .NET 応用編

NetCOBOL for .NET 応用編 5.1 NetCOBOL for.net 5.2 ADO.NET 5.3 SQL 5.4 READ/WRITE 5.5 5.6 SQL CLR 125 NetCOBOL for.netread/write SQL.NET FrameworkADO.NET 3 Windows NetCOBOL (Oracle Pro*COBOL) READ/WRITE Btrieve Pervasive PowerRDBconnector

More information

ObjectPartner Pro

ObjectPartner Pro Open Factory 21/ 資産を分散システム Web システムへ 日本電気株式会社 製品概要 は Web システム環境において 資産を活用する ためのコンポーネント生成機能を提供します 新機能 Ver2.4 の強化内容 Microsoft Visual C++ 2008 対応 Microsoft Visual C++ 2008 を使用する環境でアプリケーションの開発が可能 次の機能は Microsoft

More information

TOEIC

TOEIC TOEIC 1 1 3 1.1.............................................. 3 1.2 C#........................................... 3 2 Visual Studio.NET Windows 5 2.1....................................... 5 2.2..........................................

More information

講座計画書サンプル

講座計画書サンプル 2004 10 1 13:0014:30 12 () () Web 14:4518:00 - (PBL) 45 1 - - 1 1 - - - - Web - Web Web (1) PC (2) (3) (4) CVS Subversion 1 2 2004 10 8 Java Java Java 13:0014:30 Java Java Java EoD (Ease of Development)

More information

SAP Solution in Detail SAP Business One SAP Business One 1 SAP Business One 5 SAP Business One 5 1 5 5 5 6 6 SAP Business One 6 / 6 / 6 / 7 / 7 / 7 / 7 SAP Business One 8 8 9 9 CRM 9 CRM 10 10 SAP Business

More information

-1-1 1 1 1 1 12 31 2 2 3 4

-1-1 1 1 1 1 12 31 2 2 3 4 2007 -1-1 1 1 1 1 12 31 2 2 3 4 -2-5 6 CPU 3 Windows98 1 -3-2. 3. -4-4 2 5 1 1 1 -5- 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000-6- -7-1 Windows 2 -8-1 2 3 4 - - 100,000 200,000 500,000

More information

untitled

untitled 16 4 1 17 1 50 -1- -2- -3- -4- -5- -6- -7- 1 2-8- -9- -10- -11- Web -12- (1) (2)(1) (3) (4) (1)()(2) (3)(4) -13- -14- -15- -16- -17- -18- -19- -20- -21- -22- -23- (2)(1) (3) -24- -25- -26- -27- -28- -29-

More information

PowerCOBOL ユーザーズガイド

PowerCOBOL ユーザーズガイド Microsoft Windows 2000 B1WW-7001-02Z0(00) Microsoft Windows XP Microsoft Windows Server 2003 PowerCOBOL V9.0 ユーザーズガイド Click ( Change ( ENVIRONMENT DATA WORKING-STORAGE PROCEDURE DIVISION.

More information

CAC

CAC VOL.24NO.1 61 IMS Transaction 3270 DataBase Transaction OS/370 IMS Traditional Transaction Web Browser Transaction Internet WWW AP IIS APache WebLogic Websphere DataBase Oracle DB2 SQL Server Web Browser

More information

Visual Studio と.NET Framework 概要 Runtime Libraries Languag es Tool.NET Visual Studio 概要 http://download.microsoft.com/download/c/7/1/c710b336-1979-4522-921b-590edf63426b/vs2010_guidebook_pdf.zip 1.

More information

untitled

untitled Grapecity -.NET with GrapeCity - ActiveReports Creation Date: Nov. 30, 2005 Last Update: Nov. 30, 2005 Version: 1.0 Grapecity Microsoft Visual Studio.NET VB.NET Oracle Tips ActiveReports ActiveReports.NET

More information

00vb10-CONT-deitel.indd

00vb10-CONT-deitel.indd 131 71 71 71 71 71 71 71 71 71 7 1 71 71 71 71 71 71 7 1 71 71 71 71 71 71 71 71 71 71 71 7 1 71 71 71 71 71 71 71 7 xix 1 71 71 71 7 1 71 7 1 71 71 71 71 71 71 71 7 xxix 1 1 71 71 71 71 71 71 71 7 1 71

More information

Oracle Secure Enterprise Search 10gを使用したセキュアな検索

Oracle Secure Enterprise Search 10gを使用したセキュアな検索 Oracle Secure Enterprise Search 10g 2006 3 Oracle Secure Enterprise Search 10g... 3... 3... 3... 4 Oracle Internet Directory... 4 Microsoft Active Directory... 5... 5 1... 5 2... 6 3 ACL... 6 4 ACL...

More information

(OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. MicrosoftWindowsVisual Basic Visual Studio Microsoft Corporation

(OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. MicrosoftWindowsVisual Basic Visual Studio Microsoft Corporation Microsoft Microsoft Visual Basic.NET (OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. MicrosoftWindowsVisual Basic Visual Studio Microsoft Corporation Microsoft Microsoft

More information

Web Web Web 2

Web Web Web 2 PFU syouda.kimiko@pfu.fujitsu.com Web Web Web Web Web Web Web 2 Web Web Web Web Ajax Web Web Request.Response Ajax Ajax(Asynchronous JavaScript + XML) Google Maps Google Suggest Ajax Up Ajax 4 My Travel

More information

PowerCOBOL ユーザーズガイド

PowerCOBOL ユーザーズガイド PowerCOBOL V10.0 ユーザーズガイド B1WD-1671-01Z0(00) 2008 年 6 月 Click ( Change ( ENVIRONMENT DATA WORKING-STORAGE PROCEDURE DIVISION. DIVISION. SECTION. DIVISION. ENVIRONMENT DATA WORKING-STORAGE

More information

2

2 Curl http://www.curlap.com TEL:03-5547-3866 FAX:03-5547-3867 tumemura@curlap.com 2 4 Web2.0 1 2 3 GUI 3 Web Web Etc URL http://www.xxxx.com/app/ Curl XML Curl SOAP HTTP HTTPS JIT Curl Curl RTE Curl Runtime

More information

1 検証概要 目的及びテスト方法 1.1 検証概要 Micro Focus Server Express 5.1 J の Enterprise Server が提供する J2EE Connector 機能は 多くの J2EE 準拠アプリケーションサーバーについて動作検証がなされています 本報告書は

1 検証概要 目的及びテスト方法 1.1 検証概要 Micro Focus Server Express 5.1 J の Enterprise Server が提供する J2EE Connector 機能は 多くの J2EE 準拠アプリケーションサーバーについて動作検証がなされています 本報告書は Micro Focus Server Express 5.1 J for AIX 7.1 IBM WebSphere Application Server 8.0.0.0 動作検証結果報告書 2011 年 11 月 10 日マイクロフォーカス株式会社 Copyright 2011 Micro Focus. All Rights Reserved. 記載の会社名 製品名は 各社の商標または登録商標です

More information

Delphi XE 機能評価ガイド

Delphi XE 機能評価ガイド Delphi XE 2010 9 102-0072 4-7-1 8F TEL 03-4577-4520 FAX 03-6843-0961 / Web Delphi XE Embarcadero Windows Windows 7 Web http://www.embarcadero.com/jp/products/delphi/product-demos Web Delphi FAQ http://www.embarcadero.com/jp/products/delphi

More information

Oracle Lite Tutorial

Oracle Lite Tutorial GrapeCity -.NET with GrapeCity - SPREAD Creation Date: Nov. 30, 2005 Last Update: Nov. 30, 2005 Version: 1.0 Document Control Internal Use Only Author Hiroshi Ota Change Logs Date Author Version Change

More information

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft Corporation ... iv... v... vi... 1-1 1.1... 1-2 1.2...

More information

Microsoft PowerPoint j.V.X.ppt

Microsoft PowerPoint j.V.X.ppt COBOL の世界を拡げる.NET ~ 基盤システム構築現場より ~ 日本ユニシス株式会社細川巧 Agenda 弊社と.NET 戦略.NETBD Win2003 ES7000とMicrosoft.NET 戦略と歩調を合わせて エンタープライズな需要 エンタープライズで利用するには信頼のおけるWindowsでなければ サーバ :ES7000 紹介 プログラム :.NET.NETは マネージドコード 言語はなんでも可

More information

ィー0608ィィ07 08ィ 0409ィィィーィィ ィコ ィ ィャィャィィ080609ィ ィェィィ07 00ィ 03ィィィェィェ04ィヲ ィコ. 01ィ 04ィ 0802 ィコ06ィャ07ィケ06ィー0208ィェ06ィヲ 05

ィー0608ィィ07 08ィ 0409ィィィーィィ ィコ ィ ィャィャィィ080609ィ ィェィィ07 00ィ 03ィィィェィェ04ィヲ ィコ. 01ィ 04ィ 0802 ィコ06ィャ07ィケ06ィー0208ィェ06ィヲ 05 130009020102ィェィィ02 06ィー06 ィャ02ィー0601ィィ ツ0209ィコ0602 07060906ィ ィィ02 07080201ィェィ 04ィェィ ツ02ィェ06 010507 ィョ ツィィィー020502ィヲ, ィコ06ィー06080402 0705ィ ィェィィ08ィョ06ィー 070806090601ィィィーィケ 04ィ ィェ07ィーィィ07 0706 ィコィョ0809ィョ

More information

Agenda Windows 64-bit 概要マネージコード開発 ( 導入 ) マネージコード開発 ( 詳細 ) コーディング上の留意点まとめ

Agenda Windows 64-bit 概要マネージコード開発 ( 導入 ) マネージコード開発 ( 詳細 ) コーディング上の留意点まとめ Visual Studio 2005 時代の 64 ビットアプリケーション開発 ~ Itanium 上での.NET Framework 2.0 の展開 マイクロソフト株式会社エンタープライズプラットホーム本部プラットホーム本部エバンジェリスト佐藤直樹 Agenda Windows 64-bit 概要マネージコード開発 ( 導入 ) マネージコード開発 ( 詳細 ) コーディング上の留意点まとめ Windows

More information

NetCOBOL for .NET 応用編

NetCOBOL for .NET 応用編 7.1 ASP.NET 7.2 NetCOBOL for.netweb 7.3 ASP.NETWeb 7.4 WebWeb 7.5 Web 205 ASP.NET.NET Framework Web ASP.NETWeb ASP.NETWebASP.NET WebNetCOBOL for.net ASP.NETWeb/ VB C# C++ Visual Studio NetCOBOL for.net

More information

H1-2-3-4.indd

H1-2-3-4.indd 1 1 1 2 3 9 9 10 10 12 12 14 14 16 16 17 18 19 21 28 1 26 11 22 26 11 23 26 11 24 Web 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 4 8 2 2 4 20 4 4 8 4 4 8 2 2 4 4 4 32 4 4 12 4 4 4 4 4 4 4 4 8 2

More information

Windows Macintosh 18 Java Windows 21 Java Macintosh

Windows Macintosh 18 Java Windows 21 Java Macintosh 2 2 2 6 6 6 12 16 17 18 Windows Macintosh 18 Java Windows 21 Java Macintosh 23 25 26 26 27 33 34 40 48 55 57 60 Sun Sun Microsystems Java Java Sun Microsystems, Inc. Microsoft Windows Windows Microsoft

More information

MVP for VB が語る C# 入門

MVP for VB が語る C# 入門 MVP for VB が語る C# 入門 2008.08.09 初音玲 自己紹介 Z80 アセンブラ 6809 アセンブラ F-BASIC N88-BASIC FORTRAN 77 COBOL LISP Turbo Pascal Prolog KABA C 言語 M シリーズ アセンブラ PL/I VB3.0~ PL/SQL T-SQL VB2005/2008 index Microsoft Visual

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Biz/Browser 2005 118 Biz/Browser Rich Client Biz/Browser Macromedia Flash MX Curl Surge Runtime Adobe Acrobat B2B B2C OLAP Biz/Designer CRS Chain Reflection Script Flash MX Pro 2004 SWF Action Script Surge

More information

MicroGDS V

MicroGDS V MicroGDS V11.2 2012 1 1 MicroGDS V11.2 MicroGDS V11(SP1) 1. 2. API 1. SketchUp8 DXF/DWG DWG AutoCAD 2011 AutoCAD 2010 - SOLID 100% - AutoCAD2011 - - AutoCAD MicroGDS AutoCAD 90% 30% MicroGDS FABT30 DWG

More information

FUJITSU Software NetCOBOL ご紹介

FUJITSU Software NetCOBOL ご紹介 FUJITSU Software NetCOBOL 2018 12 . COBOL. COBOL. NetCOBOL. 1 1.COBOL 2 1 VB 4.7% C++ 5.5% C 7.3% C# 8.1% 18.4% COBOL 13.3% Java 42.7% (IPA) 2018-2019 Copyright(c)2018 IPA 3 COBOL COBOL 50 10 READ/WRITE

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

COBOL Standard Edition COBOL SQL アクセスのご紹介 2017 年 3 本電気株式会社 次 COBOL SQLアクセスとは P.4 COBOL85 SQLEXTENSIONからの移 P.10 製品情報 P.13 COBOL SQL アクセスとは 製品概要 COBOL ソース中の埋め込み SQL によるデータベースアクセスが可能に 業界標準 ODBC(Open DataBase

More information

Oracle Policy Automation 10.0システム要件

Oracle Policy Automation 10.0システム要件 Oracle Policy Automation 10.0 システム要件 2009 年 12 月 - バージョン 1.01 Oracle Policy Automation 製品 バージョン 10.00 の概要 製品 プラットフォーム Oracle Policy Modeling Microsoft Windows( デスクトップ ) Oracle Policy Automation( ランタイム

More information

Micro-D 小型高密度角型コネクタ

Micro-D 小型高密度角型コネクタ Micro- 1 2 0.64 1.27 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 2 3 4 5 6 7 8 9 10 11 12 13 1.09 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 4 J J

More information

1 検証概要 目的及びテスト方法 1.1 検証概要 Micro Focus Server Express 5.1 J の Enterprise Server が提供する J2EE Connector 機能は 多くの J2EE 準拠アプリケーションサーバーについて動作検証がなされています 本報告書は

1 検証概要 目的及びテスト方法 1.1 検証概要 Micro Focus Server Express 5.1 J の Enterprise Server が提供する J2EE Connector 機能は 多くの J2EE 準拠アプリケーションサーバーについて動作検証がなされています 本報告書は Micro Focus Server Express 5.1 J for s390 SUSE IBM WebSphere Application Server 8.0.0.0 動作検証結果報告書 2012 年 1 月 16 日マイクロフォーカス株式会社 Copyright 2012 Micro Focus. All Rights Reserved. 記載の会社名 製品名は 各社の商標または登録商標です

More information

ORiN CAO USB (3) CAO CAO USB ORiN CAO USB 1 2 (4) CAO 3 CAO USB 4 PC OS 1 CPU:Pentium IV 2. 8GHz :512MByte Windows XP SP2 Professional ORiN2 SDK USB D

ORiN CAO USB (3) CAO CAO USB ORiN CAO USB 1 2 (4) CAO 3 CAO USB 4 PC OS 1 CPU:Pentium IV 2. 8GHz :512MByte Windows XP SP2 Professional ORiN2 SDK USB D ORiN FA ORiN USB ORiN 1 1 ORiN CAO 1 1 USB USB ORiN 2 3 2 ( ) 3 1 Web ORiN USB ( ) ( ) ( ) ORiN CAO USB (3) CAO CAO USB ORiN CAO USB 1 2 (4) CAO 3 CAO USB 4 PC OS 1 CPU:Pentium IV 2. 8GHz :512MByte Windows

More information

... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2

... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2 1 ... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2 3 4 5 6 7 8 9 Excel2007 10 Excel2007 11 12 13 - 14 15 16 17 18 19 20 21 22 Excel2007

More information

Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3. Form Cookie...6 2.4....7 2.5. HTTP...7 3. STEPS Web...8 3.1....8

Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3. Form Cookie...6 2.4....7 2.5. HTTP...7 3. STEPS Web...8 3.1....8 2001/1/11 Web Simplified Techniques for Econometric Plannings & Simulations for WWW Fujiwara Takamichi 97-5075 N-23 Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3.

More information

Agilent M9302A PXI Data Sheet 3 GHz 10 GHz...

Agilent M9302A PXI Data Sheet 3 GHz 10 GHz... Agilent M9302A PXI Data Sheet 3 GHz 10 GHz... Agilent M9302A PXILO M9302A 23U PXI VCO3 GHz 10 GHz LO Agilent M9392A PXI M9302A VSA 26.5 GHz 3 GHz 10 GHz 0.1 Hz 1 ms 115 dbc/hz 10 GHz 10 khz PXI cpci J1

More information

untitled

untitled RFID 15 9 RFID Radio Frequency IDentificationIC ID RFID IC IC RFID 240 Byte PDA Personal Digital Assistants PDA PocketPC 2002 CFTYPE II CF 125 khz 9600 bps 1 ID ID ID GIS 3 CAD ID PDA a PDA PDA b c PDA

More information

20050415_05.ppt

20050415_05.ppt Web PLESS GdFrame Web 1 2 EDI/ WEB 3 Internet Internet ( 4????? 5 6 7 / 8 9 10 2003 ) GdFrameAsteria PLESS Pleomart i/f System for Supplier 11 Web GdFrame Web Asteria 12.NET Framework XML Web 13 DB GdFrame

More information

Web Web ( (SOAP (SOAP/http (WSDL UDDI 1. 2.XML 3. (XDoS http, https SOAP XML Web/App ( App

Web Web ( (SOAP (SOAP/http (WSDL UDDI 1. 2.XML 3. (XDoS http, https SOAP XML Web/App ( App Web 2005 12 15 XML Day XML matsu@kabuki.tel.co.jp 2005 1 1 Web Web Web 2005 2 2 Web 2005 3 3 Web ( (SOAP (SOAP/http (WSDL UDDI 1. 2.XML 3. (XDoS http, https SOAP XML Web/App ( App 2005 4 4 SOAP Crypto-Gram

More information

Systemwalker Desktop Patrol V15 資産管理集計機能 説明書

Systemwalker Desktop Patrol V15 資産管理集計機能 説明書 Systemwalker Desktop Patrol V15 20147 1... 3... 5... 10... 37... 41... 53 2... 62... 64... 65... 73 Systemwalker Desktop Patrol PC Life Cycle ManagementLCM PC OS PC OS PC PC PC PC Systemwalker Desktop

More information

eDeveloper

eDeveloper Microsoft Windows Vista TM Magic edeveloper V9 Plus Microsoft Windows Vista 1 MSE Magic Software Enterprises Ltd. MSJ Magic Software Japan K.K. MSE MSJ MSE MSJ MSE MSJ MSE MSJ MSE MSJ MSE MSJ Microsoft

More information

スクールCOBOL2002

スクールCOBOL2002 (h) 登録集原文の指定方法 . 登録集原文の指定方法 複数の COBOL プログラムに共通の記述を別のソースファイルとしておき COPY 文で取り込むことができます 登録集原文の概念図を下欄に示します このようにすると コーディング量を削減でき 記述ミスもなくなるため 開発効率を高めることができます ここでは 第 章で実習した reidai.cbl というソースファイルの DATA0 と YYMMDD

More information

SabunTrail

SabunTrail SabunTrail 1.1 2015 1 15 (SabunTrail) Word 14 MicrosoftWindowsWord Microsoft Corporation TM 1.... 1 1.1.... 1 1.2.... 2 1.2.1.... 2 1.2.2. (Word )... 2 1.2.3. ()... 3 1.2.4. Word... 3 1.2.5.... 4 1.2.6.

More information

2

2 2 485 1300 1 6 17 18 3 18 18 3 17 () 6 1 2 3 4 1 18 11 27 10001200 705 2 18 12 27 10001230 705 3 19 2 5 10001140 302 5 () 6 280 2 7 ACCESS WEB 8 9 10 11 12 13 14 3 A B C D E 1 Data 13 12 Data 15 9 18 2

More information

Testing XML Performance

Testing XML Performance - DataPower Technology, Inc. XML Web 2003 5 DATAPOWER XML WEB - Copyright 2003DataPower Technology, Inc. All Rights Reserved. DataPower Technology, Inc. DataPower DataPower ( ) DataPower 2003 5 2/17 DATAPOWER

More information

VB.NETコーディング標準

VB.NETコーディング標準 (C) Copyright 2002 Java ( ) VB.NET C# AS-IS extremeprogramming-jp@objectclub.esm.co.jp bata@gold.ocn.ne.jp Copyright (c) 2000,2001 Eiwa System Management, Inc. Object Club Kenji Hiranabe02/09/26 Copyright

More information

2

2 1 2 10 14 945 3000 2012 3 10 4 5 6 7 8 9 10 11 12 2011 11 21 12301430 (1215 ) 13 6 27 17 () ( ) ( ) (112360) 2 (1157) (119099) ((11861231) )( ) (11641205) 3 (1277) 3 4 (1558) (1639)() 12 (1699)( ) 7 (1722)

More information

9iAS_DEV.PDF

9iAS_DEV.PDF Oracle9i Application Server for Windows NT 1.0.2.0.0 2001.2.1 1 1 PL/SQL...3 1.1...3 1.2 PL/SQL Web Toolkit...5 1.3 Database Access Descriptor...6 1.4 PL/SQL...8 1.5 PL/SQL...10 1.6 PL/SQL...12 2 SERVLET...13

More information

(SabunTrail) Word 14 MicrosoftWindowsWord Microsoft Corporation TM

(SabunTrail) Word 14 MicrosoftWindowsWord Microsoft Corporation TM SabunTrail 1.2 2015 3 17 (SabunTrail) Word 14 MicrosoftWindowsWord Microsoft Corporation TM 1.... 1 1.1.... 1 1.2.... 2 1.2.1.... 2 1.2.2. (Word )... 2 1.2.3. ()... 3 1.2.4. Word... 3 1.2.5.... 4 1.2.6.

More information

http://banso.cocolog-nifty.com/ 100 100 250 5 1 1 http://www.banso.com/ 2009 5 2 10 http://www.banso.com/ 2009 5 2 http://www.banso.com/ 2009 5 2 http://www.banso.com/ < /> < /> / http://www.banso.com/

More information

2012 M

2012 M 2012 M0109218 2012 : M0109218 36 1 1 1.1............................. 1 1.2................................. 5 2 6 2.1................... 6 2.2................ 8 2.3............ 12 3 15 3.1...................

More information

1

1 ITS 14 6 ITS 1)...1 2) ITS...1 3) ITS...2 4)...3 5)...4 1. ITS 1.1....5 1.2....7 1.3. ITS...8 2. ITS 2.1....10 2.2....15 2.3....16 3. 3.1....18 3.2....23 3.3....29 3.4....35 4. 4.1....45 4.2....51 http://www.internetits.org/

More information

Title.PDF

Title.PDF WebServer Option Ver 2.0: IIS Web VisualBasic 6 MapExpert WebServer MetaWare Research WebServer Option 2.0 WebServer Option 1.0 WebServer Option Ver 2.0 MapExpert Ver 4.45 MapExpert Ver 4.45 WebServer

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション SOAP Web http://www.infoterianet.com/ Web SOAP WSDL UDDI C/S + C/S ( ) ( ) DCOM CORBA Java-RMI Web C/S Web MSN Yahoo!.com C/S? ActiveX DHTML HTML? Programmable Web HTML Viewable Web View HTML(Document

More information

HTML Flash Alt 2

HTML Flash Alt 2 1 HTML Flash Alt 2 [ ] [ ] HTML CSS [ ] 3 1 BGM 4 TAB IT 5 Ver1.0 HTML HTML HTML HTML URL HTML HTML.HTML.HTM 6 HTML h1 h6 *1 HTML title *1 7 HTML img ALT *1 *1 ALT HTML img ALT ALT img ALT ALT * - ALT

More information