[3-F] コンテナとJavaとOracle JETによるアプリ開発ハッカソン

Size: px
Start display at page:

Download "[3-F] コンテナとJavaとOracle JETによるアプリ開発ハッカソン"

Transcription

1 [Hands-on: 3-F] コンテナと Java と Oracle JET によるアプリ開発ハッカソン 日本オラクル株式会社 Fusion Middleware Business Unit PaaS 事業推進室 Java Day Tokyo 年 5 月 24 日

2 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 2

3 本日の流れ 1. Introduction: 30min (15:10-15:40) オラクルクラウド全体概要 Oracle JET と Application Container Cloud 説明 2. ハンズオン : 70min (15:40-16:50) コンテナと Java と Oracle JET を用いたアプリ開発のハンズオン 3. ハッカソン : 50min (17:00-17:50) ハンズオンで用いたアプリを元にしたカスタマイズ 4. ハッカソン発表 : 20min (17:50-18:10) ハッカソンの成果物を発表 3

4 Introduction Oracle Cloud Overview 4

5 Oracle Cloud Platform (PaaS/IaaS) 全体像 Database NoSQL Database Big Data Big Data SQL データ管理 Big Data Preparation Database Backup Exadata IT 運用管理 IT Analytics Log Analytics Application Performance Monitoring アイデンティティ マネージメント Identity Documents Social コンテンツ & ソーシャル コンピュート Sites Elastic Compute Cloud Dedicated Compute Cloud Bare Metal Compute Cloud ストレージ Object Storage Archive Storage Block Storage Java Developer Mobile Integration SOA Process Internet of Things アプリケーション開発 Application Builder Application Container (Node, Java SE) インテグレーション API Manager GoldenGate IoT ビジネス アナリティクス Data Visualization Business Intelligence Big Data Discovery ネットワーク Software VPN Hardware VPN Fast Connect 5

6 オンプレミスとクラウドの互換性 DEVELOP AND DEPLOY ANYWHERE On-Premises 同じ アーキテクチャ 同じ オラクル製品 同じ 知識 ノウハウ Cloud オンプレミスで培った標準技術をクラウドへ クラウドで開発 運用したシステムをオンプレミスへ 6

7 Oracle Cloud Platform: アプリケーション開発 エンタープライズ クラウドネイティブ Java Cloud Application Builder Cloud Oracle JET Developer Cloud Database Cloud Oracle APEX Application Container Cloud Management Cloud Oracle Documents Cloud DevOps 性能監視ログ監視 IT 監視 7

8 Application Container Cloud と Oracle JET Architecture 8

9 DEMONSTRATION 9

10 Demo Application Architecture UI とビジネスロジックの分離 Docker Container 拡張性と可搬性の確保 UI(HTML5/JavaScript) Oracle JET (Front-end JavaScript Framework) Browser json REST API Call [{"deptno":20,"empno":7369,"ename":"s MITH","hiredate":" T21:58:24Z","job":"CLERK","mgr":7902, "sal":800},{"comm":300,"deptno":30,"em pno":7499,"ename":"allen","hiredate":" T21:58:24Z","job":"SALESMAN","mgr": 7698,"sal":1600}, App Application Container Cloud Service ステートレス ( 状態を保持しない ) 依存関係の分離 ( 環境変数で宣言 ) 10

11 Docker Container Server-side >> UI(HTML5/JavaScript) Oracle JET (Front-end JavaScript Framework) Browser json REST API Call [{"deptno":20,"empno":7369,"ename":"s MITH","hiredate":" T21:58:24Z","job":"CLERK","mgr":7902, "sal":800},{"comm":300,"deptno":30,"em pno":7499,"ename":"allen","hiredate":" T21:58:24Z","job":"SALESMAN","mgr": 7698,"sal":1600}, App Application Container Cloud Service 11

12 Application Container Cloud Docker ベースの軽量プラットフォーム Java SE Java (App SE1) (App 1) Docker Docker Load Balancer Node Node (App 2) (App 2) Docker Docker Java SE Java (App SE3) (App 3) Java SE Node.js Ruby Docker Docker 概要 多様な開発言語に対応 Java, Node.js, Ruby, Python, PHP ロードバランサーを内包 無停止で拡張 / 縮退が可能 特徴 (Java Runtime) Java Flight Recorder(JFR) : 組み込みJFRによる稼働記録 Oracle Javaの長期保守 : Java SEのupdateを長期間提供 12

13 Build Zip App.jar App.zip Application Container Cloud 設定 Java バージョン アプリ起動コマンド App 組み込み App Server App.jar Manifest.json { } "runtime": { "majorversion": "8" }, "command": "java -jar App.jar", "release": { "version": "1.0" }, 13

14 Build Zip Deploy! App.jar App.zip Docker Container App App.jar App.zip 組み込み App Server Oracle JDK Load Balancer Manifest.json Java SE Docker Node.js Docker Ruby Docker 14

15 Application Container Cloud - Architecture Node Java Image Image Docker Image Repository Application Image Private Tenant Developer Application Archive Image Builder Load Balancer Java SE Docker Node Docker Ruby Docker 15

16 Application Container Cloud 拡張性と可搬性を確保 サーバーレス コンテナの物理的な配置を意識しない インスタンスの数とサイズ ( メモリ ) を即座に変更可能 ステートレス ( 状態を保持しない ) 外部サービスとの依存関係の分離 16

17 Docker Container UI(HTML5/JavaScript) Oracle JET (Front-end JavaScript Framework) Browser json REST API Call [{"deptno":20,"empno":7369,"ename":"s MITH","hiredate":" T21:58:24Z","job":"CLERK","mgr":7902, "sal":800},{"comm":300,"deptno":30,"em pno":7499,"ename":"allen","hiredate":" T21:58:24Z","job":"SALESMAN","mgr": 7698,"sal":1600}, << Front-end App Application Container Cloud Service 17

18 Oracle JET JavaScript Extension Toolkit フロントエンド開発用の JavaScript ライブラリ 18

19 JET = 5 OSSs Oracle 19

20 JET = 5 OSSs Oracle Knockout.js 双方向データバインディング jquery DOM 操作 + Ajax jquery UI UI ウィジェットファクトリ RequireJS JS リソース管理 Hammer タッチ ジェスチャー 20

21 JET = 5 OSSs Oracle データモデル API UI コンポーネント SPA ルーティング レスポンシブレイアウト データ検証 変換 ローカライズ 21

22 JET = 5 OSSs Oracle データモデル API バージョン SPA ルーティング 整合性管理 UI コンポーネント レスポンシブレイアウト データ検証 変換 ローカライズ 22

23 23

24 24

25

26 Hackathon 26

27 Hackathon 趣旨 チュートリアルをなぞることから一歩踏み出して色々試すことで 更に理解を深める 技術を楽しむ Agenda ハッカソン : 50min (17:00-17:50) ハンズオンで用いたアプリを元にしたカスタマイズ 成果物の発表会 : 20min (17:50-18:10) ハッカソンの成果物を発表 27

28 自由に色々試してみてください ではどうぞ! と 言われましても 28

29 お題 ちょっとアイデアが浮かばないな という場合は 取り組んでみてください あくまでひとつの案で これにこだわる必要はありません アイデアをお持ちの方は自由に色々試してみてください 29

30 お題 パックマンを作ってみよう 30

31 1. まずは作ってみよう ヒント サーバー側だけ修正 画面は修正不要 サーバーから返す Employee の List は 2 行 それぞれの Employee オブジェクトの Salary 値 : 1 つめ =15, 2 つめ =85 31

32 出来た方は 2. データラベルを外してみよう ヒント Index.html を修正 チャート属性 styledefaults を追加する 参考 Cookbook > Pie Chart: Data Labels ents-piechart-datalabels.html Recipe 1.On the chart's styledefaults object, set the attribute datalabelposition to 'auto', 'outsideslice', 'center', or 'none'. 32

33 出来た方は 3. 色を変えてみよう ヒント main.js を修正 色を指定するのは chartseries にデータを詰めてる箇所 JobId が 'brown' の行には '#663300' を 'yellow' の行には '#FFFF00' をセットする 参考 Cookbook > Pie Chart: Styles ents-piechart-styles.html Recipe Series の color attribute に色指定します 33

34 出来た方は 4. 向きを変えてみよう ヒント サーバーから返す Employee の List は 3 行 それぞれの Salary 値は 15,15,70 main.js では 1 行目と 3 行目は同じ色 #FFFF00 を指定します ( おまけ ) 別のアプローチとして main.js 側だけ修正する方法もあります ( サーバーからのデータを無視する ) 34

35 これ以外のカスタマイズ例 表のカスタマイズ 列の追加 ( 電子メール, 人事評価 ) メールリンク Rating Gauge: Horizontal を利用 [COOKBOOK] jet/uicomponents-ratinggaugeratinggaugecomponent.html 35

36 これ以外のカスタマイズ例 Twitter と連携 Twitter4j Java Day Tokyo 2016 のハッシュタグ 全体 >#JDT2016 (or #JavaDayTokyo) このハッカソン >#JDT2016_4F 36

37

Oracle パブリック・クラウド・サービス無料トライアル 申込手順書

Oracle パブリック・クラウド・サービス無料トライアル 申込手順書 Oracle パブリック クラウド サービス 無料トライアル申込手順書 日本オラクル Oracle Digital Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

JavaもJava Scriptも! コンテナ型アプリケーション開発PaaS登場

JavaもJava Scriptも! コンテナ型アプリケーション開発PaaS登場 Java も JavaScript も! コンテナ型アプリケーション開発 PaaS の登場 Oracle Applica+on Container Cloud 日本オラクル株式会社 クラウド テクノロジー事業統括 Fusion Middleware 事業統括本部 新井庸介 早川博 Copyright 2015, Oracle and/or its affiliates. All rights reserved.

More information

Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be

Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be State of the Dolphin Designed to Power Next Generation Web, Mobile & Cloud-based Applications Ryusuke Kajiyama / 梶 山 隆 輔 MySQL Global Business Unit MySQL Sales Consulting Senior Manager, Asia Pacific &

More information

DB12.2 CoreTech Seminar Overview

DB12.2 CoreTech Seminar Overview Transforming Data Management with Oracle Database 12c Release 2 2016 年 10 月日本オラクル株式会社クラウド テクノロジー事業統括 Database & Exadata プロダクトマネジメント本部ビジネス推進部桑内崇志 Safe Harbor Statement The following is intended to outline

More information

Null

Null Oracle Database Technology Night ~ 集え! オラクルの力 ( チカラ )~ Technical Discussion Night ~ データベースの DB の障害 を語ろう ~ 日本オラクル株式会社クラウド テクノロジー事業統括 Database & Exadata プロダクトマネジメント本部 Safe Harbor Statement The following

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template Java で創るクラウド時代のエンタープライズ開発 ~ マイクロサービス DevOps と Java の最新動向 ~ Oracle Cloud Platform で実践するアプリケーション開発と運用の最新トレンド 2016 年 12 月 2 日 日本オラクル株式会社クラウド テクノロジー事業統括本部 Fusion Middleware 事業本部副事業本部長古手川忠久 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです

More information

5-D オラクルコンサルが語るJava SE 8の勘所

5-D オラクルコンサルが語るJava SE 8の勘所 オラクルコンサルが語る Java SE 8 の勘所 日本オラクル株式会社コンサルティング統括本部プリンシパルコンサルタント伊藤智博 Java Day Tokyo 2016 2016 年 5 月 24 日 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template ワークフローからプロセス 統 合 まで SaaSとつないですぐに 展 開 できるPaaSソリューション Oracle Process Cloud Service 日 本 オラクル 株 式 会 社 Fusion Middleware 事 業 統 括 ビジネス 推 進 本 部 マネージャ 山 田 祐 子 Copyright 2014 Oracle and/or its affiliates. All rights

More information

Oracle CloudDays 2015 ダウンロード資料

Oracle CloudDays 2015 ダウンロード資料 Oracle Cloud Days Tokyo アクサ損害保険 速習 Oracle Cloud Platform + なぜ PaaS への移行を選んだのか アクサ損害保険株式会社損害サービス本部損害サービス業務部部長髙橋慎太郎様 日本オラクル株式会社クラウド テクノロジー事業統括クラウド テクノロジー製品戦略統括本部 Cloud/Big Data/DIS プロダクトマーケティング部部長佐藤裕之 Copyright

More information

Java 16x9 PPT Interim Template

Java 16x9 PPT Interim Template Java EE 利用者のための Java EE 8 以降の世界に向けた歩き方 日本オラクル株式会社クラウド テクノロジー事業統括 Cloud Platform ソリューション本部柳原伸弥 2018 年 5 月 17 日 Copyright 2018, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The

More information

Null

Null Technical Discussion Night ~ 今宵のテーマ : エキスパートはどう考えるか? 体感! パフォーマンスチューニング ~ Japan Oracle User Group 日本オラクル株式会社クラウド テクノロジー事業統括 Database & Exadata プロダクトマネジメント本部 Copyright 2017, Oracle and/or its affiliates.

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template ORACLE MASTER Bronze Oracle Database 12c 試験対策ポイント解説セミナー Bronze DBA 12c 編 日本オラクル株式会社オラクルユニバーシティ 2018 年 6 月 Safe Harbor Statement The following is intended to outline our general product direction. It is

More information

開発者向けクラウドサービスを活用したリッチな Web/ モバイル アプリケーションの構築手法 杉達也 Fusion Middleware 事業統括本部担当ディレクター [2013 年 4 月 9 日 ] [ 東京 ]

開発者向けクラウドサービスを活用したリッチな Web/ モバイル アプリケーションの構築手法 杉達也 Fusion Middleware 事業統括本部担当ディレクター [2013 年 4 月 9 日 ] [ 東京 ] 開発者向けクラウドサービスを活用したリッチな Web/ モバイル アプリケーションの構築手法 杉達也 Fusion Middleware 事業統括本部担当ディレクター [2013 年 4 月 9 日 ] [ 東京 ] Safe Harbor Statement 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template Nashorn in the Future Oracle Corporation Japan Fusion Middleware Business Unit NISHIKAWA, Akihiro 2015 年 4 月 8 日 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Oracle Database 12c

Oracle Database 12c 免責事項 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい オラクル製品に関して記載されている機能の開発 リリースおよび時期については 弊社の裁量により決定されます

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template クラウドで 実 現 する 教 育 機 関 向 けセルフサービスBI & ドキュメント 共 有 ソリューション 2015 年 12 月 15 日 日 本 オラクル 株 式 会 社 PaaS 事 業 推 進 室 担 当 ディレクター 門 田 寛 Copyright Copyright 2014 Oracle 2015 and/or Oracle its affiliates. and/or its All

More information

Null

Null Oracle Database Connect 2017 ~ 最新のデータベース技術がここにある ~ エキスパートはどう考えるか? 体感! パフォーマンスチューニング Japan Oracle User Group 日本オラクル株式会社クラウド テクノロジー事業統括 Database & Exadata プロダクトマネジメント本部 Copyright 2017, Oracle and/or its

More information

Title Slide with Picture

Title Slide with Picture Oracle Database Cloud Service 体験チュートリアルトライアル環境を使用した APEX アプリケーション作成 2016/06/21 日本オラクル Oracle Direct Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

DB12.2 CoreTech Seminar DBCS Exadata Express

DB12.2 CoreTech Seminar DBCS Exadata Express Oracle Database 12c Release 2 CoreTech Seminar 12.2.0.1 Exadata Express Cloud Service 日本オラクル株式会社クラウド テクノロジー事業統括丸川祐考長久保武 2016/10 Safe Harbor Statement The following is intended to outline our general product

More information

Oracle CloudDays 2015 ダウンロード資料

Oracle CloudDays 2015 ダウンロード資料 Oracle Cloud Days Tokyo オラクル インフラストラクチャー サービス (IaaS) 最新情報 日本オラクル株式会社クラウド テクノロジー製品戦略統括本部 Cloud/Big Data/DIS プロダクトマーケティング部担当マネージャー山本祐介 Copyright 2015 Oracle Copyright and/or its 2014 affiliates. Oracle All

More information

_02-5.ppt

_02-5.ppt CONNECT EVERYTHING. ACHIEVE ANYTHING. Sonic XML Server 2005 3 14 Agenda 2 2005 Sonic Software Corporation Sonic Software Corporation 1998 1999 12 SonicMQ 2002 3 Sonic ESB ESB

More information

ocps17_1-d

ocps17_1-d Oracle Cloud Platform Summit Tokyo 2017 クラウドで描く未来と選ぶべき現実解 クラウドネイティブに求められるスピード開発 運用を支えるオラクルクラウドの DevOps ~ プロジェクト管理からパフォーマンス監視まで ~ クラウド テクノロジー事業統括 Fusion Middleware 事業本部 シニアセールスコンサルタント 関屋信彦 Copyright Copyright

More information

Oracle Cloud Day Osaka

Oracle Cloud Day Osaka Oracle Cloud Day Osaka オラクル インフラストラクチャー サービス (IaaS) 最新情報 日本オラクル株式会社クラウド テクノロジー事業統括 Cloud/Big Data/DIS プロダクト本部ビジネス推進部 山本祐介 Copyright Copyright 2014 Oracle 2016 and/or Oracle its affiliates. and/or its All

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Tokyo AWS Elastic Beanstalk, AWS OpsWorks, AWS CodeDeploy, AWS CloudFormation を使った自動デプロイ アマゾンデータサービスジャパン株式会社ソリューションアーキテクト舟﨑健治 Gold Sponsors Global Sponsors Silver Sponsors Bronze Sponsors Global Tech Sponsors

More information

untitled

untitled Oracle Enterprise Manager 10g Oracle Application Server 2003 11 Oracle Enterprise Manager 10g Oracle Application Server... 3 Application Server... 4 Oracle Application Server... 6... 6... 7 J2EE... 8...

More information

Oracle Code Tokyo 2017 ダウンロード資料

Oracle Code Tokyo 2017 ダウンロード資料 Deploying Cloud Native Applications: VMs, Containers, or Functions? 新井庸介 Yosuke Arai Principal Cloud Architect Cloud Technology Business Unit May, 2017 Safe Harbor Statement The following is intended to

More information

IT/IT IBM IBM 100 IBM IBM DNA IBM IBM IT IT IT IT IT IT IoT Cloud / / IBM IBM IT/IT IT IT IBM 1. XX Important Legal Information/Data Protection 2. App

IT/IT IBM IBM 100 IBM IBM DNA IBM IBM IT IT IT IT IT IT IoT Cloud / / IBM IBM IT/IT IT IT IBM 1. XX Important Legal Information/Data Protection 2. App IT/IT IBM Zero to One IBM IBM IT/IT IBM IBM 100 IBM IBM DNA IBM IBM IT IT IT IT IT IT IoT Cloud / / IBM IBM IT/IT IT IT IBM 1. XX Important Legal Information/Data Protection 2. Apply to job(s) 10 Create

More information

Cloud Days Tokyo 2016ダウンロード資料

Cloud Days Tokyo 2016ダウンロード資料 グローバル情報セキュリティ調査から見えてきたクラウド活用のための ID 管理の課題 PwC コンサルティング合同会社 Technology Consulting Senior Associate 畠山誠氏 日本オラクル株式会社クラウド テクノロジー事業統括 Fusion Middleware 事業本部ビジネス推進部担当シニアマネジャー佐々木政和 Copyright 2016 Oracle and/or

More information

Microsoft Azure Azure

Microsoft Azure Azure Microsoft Azure Azure 2018 1 Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android Windows IT IT Microsoft

More information

PowerPoint Presentation

PowerPoint Presentation Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such

More information

[HO-2] NetBeansとGlassFishではじめるJava EE7ハンズオン

[HO-2] NetBeansとGlassFishではじめるJava EE7ハンズオン Java EE 7 ハンズオン概要 日本オラクル株式会社 Oracle University 野邊 哲男 Java Day Tokyo 2016 2016 年 5 月 24 日 Copyright 2016, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended

More information

クラウド時代のインフラ構成/変更管理とコンプライアンス管理

クラウド時代のインフラ構成/変更管理とコンプライアンス管理 Oracle Direct Seminar / 2009 11 11 Agenda IT / / Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle Database

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション D-3 今だからこそ考える エンタープライズ モバイル アプリケーション開発 2015/07/15 株式会社エクサ テクノロジーイノベーション部開発品質技術室 原嶋徹 2015 EXA CORPORATION Web 技術を使ったモバイル アプリで 業務改善してみませんか? Apache Cordova のご紹介 1 エンタープライズの定義 エンタープライズ 企業向けアプリケーション例 : 営業管理

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション ROOM G Web 開発者のためのクラウド活用 ~ Windows Azure 基本の " き " 日本マイクロソフト株式会社デベロッパー & プラットフォーム統括本部エバンジェリスト大森彩子 http://blogs.msdn.com/bluesky Azure 青い空 http://itpro.nikkeibp.co.jp Azure 基礎 Agenda Windows Azure Web サイトの概要

More information

IBM 次世代クラウド・プラットフォーム コードネーム “BlueMix”ご紹介

IBM 次世代クラウド・プラットフォーム コードネーム “BlueMix”ご紹介 IBM Bluemix www.bluemix.net IBM Bluemix オンラインセミナー今からはじめる Bluemix シリーズ第 3 期進化する Bluemix 第 2 回 プライベート API カタログ 日本アイ ビー エムシステムズ エンジニアリング株式会社 クラウド ソリューション 松井学 2014 年 11 月 20 日の Global アナウンス 1. DevOps に関する更なる機能拡張

More information

Safe Harbor Statement The following is intended to outline about pitfall and risks happened with Oracle. It is intended for information purpose only,

Safe Harbor Statement The following is intended to outline about pitfall and risks happened with Oracle. It is intended for information purpose only, Oracle ライセンスの落とし穴とリスク SoftwareONE Japan 株式会社 ディレクター高島田正哉 2016 年 6 月 10 日 2016 SAMAC all rights reserved. Safe Harbor Statement The following is intended to outline about pitfall and risks happened with

More information

Make the Future Java FY13 PPT Template

Make the Future Java FY13 PPT Template Yoshio Terada Java Evangelist http://yoshio3.com, Twitter : @yoshioterada 1 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため

More information

EM10gR3記者発表

EM10gR3記者発表 トップダウンのアプリケーション管理を実現する Oracle Enterprise Manager 10g Release 3 日本オラクル株式会社常務執行役員システム製品統括本部長三澤智光 2007 年 4 月 10 日 構成管理 サービス レベル管理 Oracle Enterprise Manager アプリケーション パフォーマンス管理 ライフサイクル管理

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template Customer Success Stories 2017 クラウド時代のアイデンティティ アクセス管理 - Oracle Identity Cloud Service のご紹介と導入のアプローチ - 日本オラクル株式会社クラウド テクノロジー事業統括 Fusion Middleware 事業本部 プリンシパル セールスコンサルタント井坂源樹 Copyright Copyright 2014 Oracle

More information

Windows Azure Platformを活用したPaaSサービス:FGCP/A5

Windows Azure Platformを活用したPaaSサービス:FGCP/A5 Windows Azure Platform PaaS : PaaS Service Using Windows Azure Platform 門間 仁 あらまし 2010 7 FUJITSU Global Cloud Platform Powered by Windows Azure Azure Windows Azure Abstract Fujitsu is preparing to offer

More information

Oracle Mobile Cloud Service Overview モバイル開発を迅速/簡単にするOracleのクラウドソリューション

Oracle Mobile Cloud Service Overview モバイル開発を迅速/簡単にするOracleのクラウドソリューション Oracle Mobile Cloud Service Overview モバイル開発を迅速/簡単にするOracleのクラウドソリューション 日本オラクル株式会社 クラウド テクノロジー事業統括本部 Fusion Middleware 事業統括本部 ビジネス推進本部 Copyright 2015 Oracle and/or its affiliates. All rights reserved. 1

More information

PassSureExam Best Exam Questions & Valid Exam Torrent & Pass for Sure

PassSureExam   Best Exam Questions & Valid Exam Torrent & Pass for Sure PassSureExam http://www.passsureexam.com Best Exam Questions & Valid Exam Torrent & Pass for Sure Exam : 1z0-950-JPN Title : Oracle Data Management Cloud Service 2018 Associate Vendor : Oracle Version

More information

Cloud Days Tokyo 2016ダウンロード資料

Cloud Days Tokyo 2016ダウンロード資料 SaaS をもっと便利に 使いやすくする方法 ~ 導入したクラウドアプリケーションをノンコーディングで有効活用する ~ 日本オラクル株式会社 Fusion Middleware 事業本部担当ディレクター 菅沼隆太 Copyright 2016 Oracle and/or its affiliates. All rights reserved. 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです

More information

<Insert Picture Here>

<Insert Picture Here> Copyright Corporation Japan, 2006. All rights reserved. 3 Business Intelligence Enterprise Semantic Model vs. BI BI BAM Insight Driven Actions Copyright Corporation Japan, 2006. All

More information

Cloud Days Tokyo 2016ダウンロード資料

Cloud Days Tokyo 2016ダウンロード資料 エンタープライズ クラウドのシステム デザイン パターン クラウド テクノロジー事業統括 Cloud Platform 事業推進室ソリューション アーキテクト部 中山耕一郎 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント

More information

<Insert Picture Here> Oracle Cloud Computing Vision *Oracle Java Oracle Corporation Copyright 2009, Oracle. All rights reserved. 2 1

<Insert Picture Here> Oracle Cloud Computing Vision *Oracle Java Oracle Corporation Copyright 2009, Oracle. All rights reserved. 2 1 Oracle Cloud Computing Vision 2010 02 23 *Oracle Java Oracle Corporation 2 1 Cloud s Benefits and Challenges & volution 3 Why Cloud Computing? / Why ot Cloud Computing? Benefits Cost Agility ( ) Challenges/Issues

More information

2

2 Java Festa in 2007 OPEN JAVA: IMAGINE THE POSSIBILITIES 2 3 4 Java SE のダウンロード数の比率 1996/12 からのダウンロード数 5 JavaOne 2007 5/7: CommunityOne > NetBeans Day, GlassFish, OpenSolaris, OpenJDK, Web 2.0 5/8-11: JavaOne

More information

Oracle Documents Cloud Service 企業利用に最も安全・安心なクラウドファイル同期・共有サービス

Oracle Documents Cloud Service 企業利用に最も安全・安心なクラウドファイル同期・共有サービス Oracle Documents Cloud Service 企業利用に最も安全 安心なクラウドファイル同期 共有サービス 日本オラクル株式会社クラウド テクノロジー事業統括 Fusion Middleware 事業統括本部 2016/04/08 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません

More information

Null

Null Oracle Database Technology Night ~ 集え! オラクルの力 ( チカラ )~ DB 12c から実装されたマルチテナント アーキテクチャで DB がより使いやすくなる 日本オラクル株式会社クラウド テクノロジー事業統括 Database & Exadata プロダクトマネジメント本部 Copyright 2016, Oracle and/or its affiliates.

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

ASP.NET 5 Web 開発 ~ フレームワーク編 ~

ASP.NET 5 Web 開発 ~ フレームワーク編 ~ ROOM A Time Room ID Title 9:30 10:30 A DEV-002 Visual Studio Online 概要 ~ 開発基盤のクラウド化 ~ 今ココ 13:15 13:40 G DEV-005S.NET Core 5 on Linux and Mac OS X 5/27 Day 2 14:35 15:35 C DEV-023 15:55 16:55 A DEV-006

More information

20th Embarcadero Developer Camp

20th Embarcadero Developer Camp B3 PHPテクニカルセッション 17 Th Developer Camp RadPHP 新バージョン情報 + モバイル開発の可能性を探る エンバカデロ テクノロジーズ エヴァンジェリスト高橋智宏 1 アジェンダ RadPHP XE2 に関するアップデート RPCL components for Zend Framework(tm) 計 43 個 jquery Mobile 最近のトレンド RPCL

More information

Agileイベント・フレームワークとOracle BPELを使用したPLMワークフローの拡張

Agileイベント・フレームワークとOracle BPELを使用したPLMワークフローの拡張 Agile イベント フレームワークと Oracle BPEL を使用した PLM ワークフローの拡張 チュートリアル Jun Gao Agile PLM Development 共著 2009 年 10 月 目次 概要... 4 このチュートリアルについて... 4 目的および範囲... 4 使用ソフトウェア... 4 はじめに... 5 必要な環境の準備... 5 Agile PLM ワークフロー機能の拡張...

More information

マイクロソフト株式会社デベロッパー & プラットフォーム統括本部平野和順

マイクロソフト株式会社デベロッパー & プラットフォーム統括本部平野和順 マイクロソフト株式会社デベロッパー & プラットフォーム統括本部平野和順 次世代クラウドプラットフォーム Azure Service Platform の概要 Azure: クラウドオペレーティングシステム.NET Services: クラウドインフラストラクチャーサービス SQL Services: クラウドデータベース Live Services: Live Framework & Mesh まとめロードマップリソース

More information

CodeGear Developer Camp

CodeGear Developer Camp B2 PHP テクニカルセッション Delphi for PHP 2.0 の新機能 Anders Ohlsson CodeGear Developer Relations 1 Delphi for PHP ミッション 開発者に簡単にWeb 開発が可能なソリューションを提供 PHP 開発者の生産性向上を実現 オープンソースライブラリ / スクリプトと商用開発ツールとの融合を実現 2 Delphi for

More information

HPCS

HPCS 会社紹介 Gfarm ワークショップ 2018 2018 年 3 2 株式会社 HPCソリューションズ河野証 事業概要 HPC ソリューションプロバイダ HPC 製品ハードウェアソフトウェア パブリッククラウド コンサルティングアプラインス等 2 事業概要 HPC ソリューションプロバイダ HPC 製品ハードウェアソフトウェア 3 事業概要 HPC ソリューションプロバイダ Analyze-IT/Predict-IT

More information

新しい 自律型データ ウェアハウス

新しい 自律型データ ウェアハウス AUTONOMOUSDATA WAREHOUSE CLOUD 新しい自律型データウェアハウス Warehouse Cloudとは製品ツアー使用する理由まとめ始めましょう おもな機能クラウド同じ 接続 Warehouse Cloud は Oracle Database の市場をリードするパフォーマンスを備え データウェアハウスのワークロードに合わせて最適化された 完全に管理されたオラクルのデータベースです

More information

OF2018 Cloud3-1

OF2018 Cloud3-1 学術情報基盤オープンフォーラム 2018 オンデマンドクラウド構築サービス 竹房 あつ子 国立情報学研究所クラウド基盤研究開発センター 2018 年 6 月 21 日 1 NII のクラウド導入 利用支援 利用 導入検討 調達 オンデマンドクラウド構築サービス 2018 年度予定 学認クラウド導入支援サービス スタートアップガイド セミナー チェックリスト 個別相談 提供中 クラウドゲートウェイ提供中

More information

Presentation Template Koji Komatsu

Presentation Template Koji Komatsu OpenStack Day 2013 Panel Discussion 2013-03-12 ヴイエムウェア株式会社テクニカルアライアンスマネージャ小松康二 アジェンダ VMware のクラウドソリューション VMware と OpenStack クラウド時代の IT エンジニア - 2 - VMware のクラウドソリューション SDDC ( = Software-Defined Datacenter

More information

Null

Null Oracle Database Technology Night ~ 集え! オラクルの力 ( チカラ )~ Technical Discussion Night ~ 今宵のテーマ : データベースに適したストレージの管理 設定手法 を語ろう ~ 日本オラクル株式会社クラウド テクノロジー事業統括 Database & Exadata プロダクトマネジメント本部 Safe Harbor Statement

More information

スピーカースライド作成前の確認シート例

スピーカースライド作成前の確認シート例 OSS & PaaS で今すぐ始めるデータ解析 Microsoft Azure と OSS OSS を今すぐデプロイできる Marketplace DevOps Clients Management Applications PaaS & DevOps App Frameworks & Tools Databases & Middleware Infrastructure Azure Open Source

More information

Oracle WebCenter Suite よくある質問 2006 年 10 月 この FAQ は Oracle WebCenter Suite に関するよくある質問とその回答を示します Oracle WebCenter Suite は 統合された コンテキスト認識型のユーザー エクスペリエンスを

Oracle WebCenter Suite よくある質問 2006 年 10 月 この FAQ は Oracle WebCenter Suite に関するよくある質問とその回答を示します Oracle WebCenter Suite は 統合された コンテキスト認識型のユーザー エクスペリエンスを Oracle WebCenter Suite よくある質問 2006 年 10 月 この FAQ は Oracle WebCenter Suite に関するよくある質問とその回答を示します Oracle WebCenter Suite は 統合された コンテキスト認識型のユーザー エクスペリエンスを提供する統合テクノロジ セットです 構造化コンテンツと非構造化コンテンツ ビジネス インテリジェンス

More information

Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita

Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita Agenda Microsoft Azure Microsoft Azure Microsoft OSS 2 Microsoft Azure Promotion 3 https://azure.microsoft.com/ja-jp/free/

More information

Oracle Business Rules

Oracle Business Rules Oracle Business Rules Manoj Das(manoj.das@oracle.com) Product Management, Oracle Integration 3 Oracle Business Rules について Oracle Business Rules とはビジネスの重要な決定と方針 ビジネスの方針 実行方針 承認基盤など 制約 有効な設定 規制要件など 計算 割引

More information

Congress Deep Dive

Congress Deep Dive Congress Deep Dive NTT 室井雅仁 2016 NTT Software Innovation Center 自己紹介 室井雅仁 ( むろいまさひと ) 所属 : NTT OpenStack を利用した OSS クラウドのアーキテクトを担当 社内向け OpenStack 環境の運用 コミュニティへフィードバック OpenStack Congress Core Reviewer https://wiki.openstack.org/wiki/congress

More information

PowerPoint Presentation

PowerPoint Presentation The philosophy & design of AWS OpsWorks Thomas Metschke, AWS OpsWorks 2014 年 7 月 17 日 2014 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified, or distributed in whole

More information

Title Slide with Picture

Title Slide with Picture Oracle Database Cloud Service 体験チュートリアルトライアル環境を使用した APEX アプリケーション作成 日本オラクル Oracle Digital Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

PowerPoint Presentation

PowerPoint Presentation ROA リソース指向アーキテクチャー 日本アイ ビー エム株式会社クラウド エバンジェリスト米持幸寿 pandrbox@twitter 米持幸寿 日本アイ ビー エム株式会社クラウド エバンジェリスト 自然言語解析 Big data クラウド コンピューティング これまで取り扱ってきたテクノロジー Web2.0 リッチクライアント SOA J2EE/EJB Web サービス XML Java リソース指向とはなにか

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template Master Distribution Agreement 契約ガイド FUDA Addendum, CSDA, ASFU Addendum/APRF Partner Business Center September 12 th, 2016 Program Agenda 1 MDA 概要 p3~4 2 MDA 切り替えについて p5~7 3 4 5 MDA 申請手続き p11 FUDA Addendum

More information

Oracle Cloud Day Osaka

Oracle Cloud Day Osaka Oracle Cloud Day Nagoya 次世代ファイル共有サービス & ビジュアル アナリティクス最前線 日本オラクル株式会社 クラウド テクノロジー事業統括クラウド テクノロジー製品戦略統括本部五十嵐恒クラウド テクノロジー事業統括 Fusion Middleware 事業統括本部清水照久 Copyright Copyright 2014 Oracle 2015 and/or Oracle

More information

Oracle Un お問合せ : Oracle Data Integrator 11g: データ統合設定と管理 期間 ( 標準日数 ):5 コースの概要 Oracle Data Integratorは すべてのデータ統合要件 ( 大量の高パフォーマンス バッチ ローブンの統合プロセスおよ

Oracle Un お問合せ : Oracle Data Integrator 11g: データ統合設定と管理 期間 ( 標準日数 ):5 コースの概要 Oracle Data Integratorは すべてのデータ統合要件 ( 大量の高パフォーマンス バッチ ローブンの統合プロセスおよ Oracle Un お問合せ : 0120- Oracle Data Integrator 11g: データ統合設定と管理 期間 ( 標準日数 ):5 コースの概要 Oracle Data Integratorは すべてのデータ統合要件 ( 大量の高パフォーマンス バッチ ローブンの統合プロセスおよびSOA 対応データ サービスへ ) を網羅する総合的なデータ統合プラットフォームです Oracle

More information

PowerPoint Presentation

PowerPoint Presentation クラウドを活用した自由自在なデータ分析 BigData Platform Conference 日本 IBM アナリティクス事業部インフォメーション アーキテクト野間愛一郎 様々な分析のニーズ コグニティブ 経験に基づきどう変化していくか? ビジネスルール どうすれば最高の結果を成し遂げられるのか? 予測分析 何が起こりえるのか? ダッシュボード BI レポート 何が起こっているのか? 可視化と検索

More information

Blue Asterisk template

Blue Asterisk template IBM Content Analyzer V8.4.2 TEXT MINER の新機能 大和ソフトウェア開発 2008 IBM Corporation 目次 UI カスタマイズ機能 検索条件の共有 柔軟な検索条件の設定 2 UI カスタマイズ機能 アプリケーションをカスタマイズするために Java Script ファイルおよびカスケーディングスタイルシート (CSS) ファイルの読み込み機能が提供されています

More information

PPT Template

PPT Template #decode18 #AD43 Any developer, Any app, Any platform 今 Visual Studio で起きていること ~ Build 2018 Updates ~ AD43 Mobile first + Cloud first Intelligent Edge + Intelligent Cloud Mobile Data & AI Containers Intelligent

More information

Leveraging Cloud Computing to launch Python apps

Leveraging Cloud Computing to launch Python apps (Twitter: @KenTamagawa) v 1.1 - July 21st, 2011 (Ken Tamagawa) Twitter: @KenTamagawa 2011 8 6 Japan Innovation Leaders Summit IT IT AWS 90% AWS 90% アーキテクチャ設計 Intro }7 Intro 1 2 3 4 5 6 7 Intro 1 2 3 4

More information

Server and Cloud Platform template

Server and Cloud Platform template 利用形態に合わせたクラウド利用 クラウドプラットフォーム 利用形態に合わせたクラウド利用 アプリケーション アプリケーション アプリケーション データ データ データ ランタイム ランタイム ミドルウエア ミドルウエア OS OS 仮想化 サーバー ストレージ ネットワーク Windows Server Microsoft Azure 仮想マシン Windows Server Hyper-V Microsoft

More information

以 下 の 事 項 は 弊 社 の 一 般 的 な 製 品 の 方 向 性 に 関 する 概 要 を 説 明 する ものです また 情 報 提 供 を 唯 一 の 目 的 とするものであり いかなる 契 約 にも 組 み 込 むことはできません 以 下 の 事 項 は マテリアルやコード 機 能 を

以 下 の 事 項 は 弊 社 の 一 般 的 な 製 品 の 方 向 性 に 関 する 概 要 を 説 明 する ものです また 情 報 提 供 を 唯 一 の 目 的 とするものであり いかなる 契 約 にも 組 み 込 むことはできません 以 下 の 事 項 は マテリアルやコード 機 能 を モバイルファースト 実 現 のための アプリケーション 開 発 と バックエンドサービスクラウド 日 本 オラクル 株 式 会 社 Fusion Middleware 事 業 統 括 ビジネス 推 進 本 部 製 品 戦 略 部 マネジャー 井 上 憲 ソリューション 本 部 インテグレーション 部 シニアセールスコンサルタント 智 野 潤 子 Copyright 2014, Oracle and/or

More information

IBM の Java 活用ガイド_rev2

IBM の Java 活用ガイド_rev2 Java 無償サポート終了でお悩みのお客様向けガイド IBM の Java ライフサイクルやサポートの仕組みさらに Java EE アプリの移 法など今知りたいことを 10 分でご理解頂けます いろいろ聞きたいことあります Oracle Java の無償サポート終了のニュースで気になることたくさんの A さん Java に詳しい IBM の 2 先ず ご存知かもしれませんが Java SE の仕様についておさらいしましょう

More information

Web Microsoft 2008 R2 Database Database!! Database 04 08

Web   Microsoft 2008 R2 Database Database!! Database 04 08 Database Database Web http://www.microsoft.com/japan/sqlserver/2008/r2/solution/comparison/default.mspx Microsoft 2008 R2 Database Database!! 03 2009 6 1 Database 04 08 vs. Database 12 2008 R2 5 14! 5!

More information

Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android W

Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android W Microsoft Azure 2018 11 Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android Windows IT IT Microsoft (EU)

More information

슬라이드 1

슬라이드 1 日本ネクサウェブ株式会社 X-PUSH は 業務システムにて随時発生する情報メッセージを nexacro で構築されたデスクトップ タブレット モバイルのクライアントに対してメッセージを必要としている宛先にリアルタイム送信することができる Push Server です Desktop Message Mobile 2 01 クライアントは受信を要望する TOPIC を X-PUSH Server に登録

More information

Title Slide with Picture

Title Slide with Picture スマートフォンでも タブレットでも PC でも使える! Oracle Cloud を活用した ハイブリッドなアプリケーション開発 日本オラクル株式会社 Oracle Digital 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント

More information

WEBサービス超入門 mask.key

WEBサービス超入門 mask.key WEB WEB 2 3 4 6 7 8 10 11 12 13 15 16 IT UX UI Logic UI Logic DB WEBAPI IT UX UI UI Logic UI Logic API DB DB WEBAPI xunit OS IT JavaScript UI Logic UI Logic Objective-C Swift HTML PHP Ruby Python JavaScript

More information

FUJITSU Cloud Service A5 for Microsoft Azure サービス仕様書

FUJITSU Cloud Service A5 for Microsoft Azure サービス仕様書 FUJITSU Cloud Service A5 for Microsoft Azure サービス仕様書 2017 年 3 月 30 日 1. Microsoft Azure 機能サービス仕様本サービスは 契約者がインターネット経由で本プラットフォームにアクセスすることにより 契約者の保有するアプリケーションを実行させるための仮想化されたソフトウェア実行環境としてのコンピューティング機能 各種形式のデータを格納

More information

Startup_on_AWS_usecases_StartupDay

Startup_on_AWS_usecases_StartupDay "Startup on AWS" use-cases from AWS Startup Tech Community Amazon Web Services Japan March 12, 2018 #AWSStartupJP Amazon Web Services Japan Senior Solutions Architect / Manager, Solutions Architecture

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション NEC モバイルバックエンド基盤入門応用編 ver 7.5.0 2018 年 10 月 1 日 日本電気株式会社 Push 通知 クライアントへの Push 通知 : APNs / FCM Android / ios で使用可能 ユーザがアプリを起動していなくても サービス提供側からスマートフォンやタブレットにメッセージを送る仕組み モバイル機器はプラットフォーム毎に Push 通知の仕組みが提供されています

More information

紹介 Master of Cloud/Mobile アプリエン ジニアへの道

紹介 Master of Cloud/Mobile アプリエン ジニアへの道 紹介 Master of Cloud/Mobile アプリエン ジニアへの道 http://goo.gl/ivjttj @shin1ogawa Google Developer Expert / Cloud Team Google App Engine Google Apps API 株式会社トップゲート CTO Google App Engine, Google Apps API Google Developer

More information

Slide 1

Slide 1 A NEW PLATFORM FOR A NEW ERA 2 データレイク構築と Pivotal ビッグデータ戦略 2014 年 8 月 1 日 Pivotal ジャパン株式会社二神敬輔 ENTERPRISE DATA CENTER ADVANCED 先進のセキュリティ SECURITY EMC グループ事業戦略 SOFTWARE DEFINED DATA CENTER PLATFORM AS A

More information

予備審査プレゼン

予備審査プレゼン 国立情報学研究所における アカデミックインタークラウド構築事例 2015.3.20 国立情報学研究所 (NII) 横山重俊 1 1. はじめに 2 自己紹介 国立情報学研究所 (NII) において, クラウド基盤の企画 開発 運用を担当 本日の内容 アカデミックインタークラウド構築事例として, NII の事例を紹介 3 国立情報学研究所について 大学共同利用機関法人情報 システム研究機構国立情報学研究所

More information

Visual Studio ( )

Visual Studio ( ) 2013 2 (2014 9 ) IT IT 1 IT & UI UI + IT Application Insights Team Foundation Server + Web 2 Windows Web C#Visual Basic 4 6 Team Foundation Server 1 8 10 3 Windows Windows Windows C#Visual BasicVisual

More information

US

US デジタル時代を勝ち抜くには!? ~ 事例に学ぶ PaaS/IaaS 導入の成功へのシナリオ ~ 日本オラクル株式会社オラクル デジタル執行役員本多充 Safe Harbor Statement 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント

More information

Yahoo! JAPANにおけるOpenStack on Kubernetes導入までの道のり

Yahoo! JAPANにおけるOpenStack on Kubernetes導入までの道のり Yahoo! JAPAN における OpenStack on Kubernetes 導入までの道のり 続 Dec 7, 2017 1 ヤフー株式会社システム統括本部サイトオペレーション本部北田駿也木下裕太 Who are we? 北田駿也 (Shunya Kitada) 2013 年からヤフーのOpenStackチームに所属 OpenStackと社内システムの開発 OpenStackのデプロイシステムの開発

More information

目次 はじめに... 2 無料トライアルのサインアップ方法... 3 トライアル環境へのアクセス 参考情報

目次 はじめに... 2 無料トライアルのサインアップ方法... 3 トライアル環境へのアクセス 参考情報 2018 年 11 月 日本オラクル株式会社 目次 はじめに... 2 無料トライアルのサインアップ方法... 3 トライアル環境へのアクセス... 11 参考情報... 14 1 はじめに このガイドは Oracle Cloud の無料トライアルを利用登録 ( サインアップ ) するための手順書です 本お申込みでご利用いただけるサービスについては 以下サイトの [ ご利用可能な Oracle サービス

More information

Java Day Tokyo 2017 ダウンロード資料

Java Day Tokyo 2017 ダウンロード資料 JDK9 の JMC & JFR のプレビュー Java SE Advanced 日本オラクル株式会社 Java Global Business Unit マスター プリンシパル セールスコンサルタント 宇野浩司 Java Day Tokyo 2017 2017 年 5 月 17 日 Safe Harbor Statement The following is intended to outline

More information

Cloud Days Tokyo 2016ダウンロード資料

Cloud Days Tokyo 2016ダウンロード資料 次世代インフラ基盤登場! Oracle Cloud IaaS 最新サービス アップデート トレジャーデータ株式会社マーケティング担当ディレクター堀内健后様 日本オラクル株式会社クラウド テクノロジー事業統括 Cloud/Big Data/DIS プロダクト本部担当マネジャー山本祐介 Copyright 2016 Oracle and/or its affiliates. All rights reserved.

More information

クラウド税務 会計 給与システム開発にスピードを!A-SaaS が Sencha Ext JS / Sencha Test を導入した軌跡 第 36 回エンバカデロ デベロッパーキャンプ アカウンティング サース ジャパン株式会社土田拓也 斎藤はるか 北村圭 本文書の一部または全部の転載を禁止します

クラウド税務 会計 給与システム開発にスピードを!A-SaaS が Sencha Ext JS / Sencha Test を導入した軌跡 第 36 回エンバカデロ デベロッパーキャンプ アカウンティング サース ジャパン株式会社土田拓也 斎藤はるか 北村圭 本文書の一部または全部の転載を禁止します クラウド税務 会計 給与システム開発にスピードを!A-SaaS が Sencha Ext JS / Sencha Test を導入した軌跡 第 36 回エンバカデロ デベロッパーキャンプ アカウンティング サース ジャパン株式会社土田拓也 斎藤はるか 北村圭 本文書の一部または全部の転載を禁止します 本文書の著作権は 著作者に帰属します アジェンダ はじめに Sencha Ext JS を選定した経緯

More information

AWS Deck Template

AWS Deck Template AWS OpsWorks のご紹介 Amazon Data Services Japan 2013/06/25 Agenda AWS OpsWorks とは OpsWorks の特長 OpsWorks 利用の流れ OpsWorks のメリット Chef とは OpsWorks のライフサイクルイベント どのようなアプリケーションが OpsWorks に向いているのか? OpsWorks の機能詳細

More information

Slide 1

Slide 1 AWS マイスターシリーズ ~AWS Elastic Beanstalk~ 2012 年 04 月 16 日 片山暁雄 ( @c9katayama ) ソリューションアーキテクト 2011/11/22 リリース! IAM を使用して Elastic Beanstalk のアクセス制御が可能に! アプリケーション毎に操作権限を付与可能 http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/index.html?aws

More information

<Insert Picture Here> Oracle Business Intelligence 2006/6/27

<Insert Picture Here> Oracle Business Intelligence 2006/6/27 Oracle Business Intelligence 2006/6/27 Oracle Business Intelligence Suite Enterprise Edition Oracle Warehouse Builder 10g Release 2 Agenda BI FY07 3 Oracle Business Intelligence 2007

More information

OCPS2017_4A_Oracle_print_MKTG

OCPS2017_4A_Oracle_print_MKTG Oracle Cloud Platform Summit Tokyo 2017 クラウドで描く未来と選ぶべき現実解 分散型台帳技術 Orb DLT のご紹介と Oracle Cloud における当該ソフトウェアの性能評価 株式会社 Orb CTO 山田浩之氏 日本オラクル株式会社山本祐介 Copyright Copyright 2014 Oracle 2017 and/or Oracle its affiliates.

More information