-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathims-java.html
More file actions
352 lines (337 loc) · 13.6 KB
/
ims-java.html
File metadata and controls
352 lines (337 loc) · 13.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<!-- Basic meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="geo.country" content="ZZ" />
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
<meta name="dcterms.date" content="2020-07-18" />
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link
id="favicon"
rel="shortcut icon"
type="image/x-icon"
href="wp-content/IMS_logo_small.png" />
<!-- Page title -->
<title>IMS Java</title>
<!-- Meta for social media -->
<link rel="canonical" href="ims-java.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="IMS Java" />
<meta
property="og:description"
content="* Java & IMS With 14 million developers using Java to build apps, there’s no learning curve for leveraging the mainframe. Write your code once, and deploy anywhere, including in IMS on IBM Z. { Java can save you time, money, and headaches } Cost Java processing can be offloaded to specialty engines, which means …" />
<meta
property="og:url"
content="https://developer.ibm.com/zsystems/ims/ims-java/" />
<meta property="og:site_name" content="z Systems Developer Community" />
<meta
property="og:image"
content="http://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/05/Group-2.png" />
<meta name="twitter:card" content="summary" />
<meta
name="twitter:description"
content="* Java & IMS With 14 million developers using Java to build apps, there’s no learning curve for leveraging the mainframe. Write your code once, and deploy anywhere, including in IMS on IBM Z. { Java can save you time, money, and headaches } Cost Java processing can be offloaded to specialty engines, which means […]" />
<meta name="twitter:title" content="IMS Java" />
<meta
name="twitter:image"
content="http://developer.ibm.com/zsystems/wp-content/uploads/sites/75/2018/05/Group-2.png" />
<!-- Sheets -->
<!-- Imported styling -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<!-- Migrated stylesheets -->
<link href="wp-includes/css/www.css" rel="stylesheet" />
<!-- Pure CSS -->
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css" />
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css" />
<!-- Custom CSS -->
<link rel="stylesheet" href="wp-includes/css/page.css" />
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 132193, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
<!-- TipueSearch -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
<!-- delayed search -->
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
<!-- Web components -->
<script
src="web-components/nav-header/nav-header.js"
type="module"></script>
<script
src="web-components/hero-section/hero-section.js"
type="module"></script>
<script src="web-components/footer/footer.js" type="module"></script>
</head>
<body>
<nav-header></nav-header>
<main id="content" class="main-content">
<!-- =========================== Hero =========================== -->
<hero-section
name="Java and IMS"
image="wp-content/icons/icon_engage_black.svg"
section="Innovate"
desc="With 14 million developers using Java™, there's no learning curve for learning the mainframe.
Write your code once, and deploy anywhere, including in IMS on IBM Z®."></hero-section>
<!-- =========================== Run Java where you want to =========================== -->
<section class="white-bg pure-g">
<div class="pure-u-1 section-header">
<h2>Run Java where you want to</h2>
</div>
<div class="pure-u-1">
<div class="pure-g pure-g-pad">
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-u-xl-2-24">
<img src="wp-content/Icon_Java inside IMS_Java and IMSPage.svg" alt="" class="icon">
</div>
<div class="pure-u-1 pure-u-xl-20-24">
<h3>Java inside IMS</h3>
<ul>
<li>
Maintaining your IMS applications with Java means easy-to-find skills, lower development cost, abundant tools, and DevOps-pipeline readiness
</li>
<li>
Running Java inside IMS delivers the best performance, with application and data co-located on IBM Z – no network latency!
</li>
<li>
Cost efficiency with Java on Z/OS through offload to specialty engines
</li>
<li>
Over 15 years of Java support in IMS makes it more than production ready for the enterprise
</li>
</ul>
<p>
<a target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about Java inside IMS"
href="https://www.ibm.com/docs/en/ims/latest?topic=ims-solutions-java-development-overview"
>
Learn more →
</a>
</p>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-u-xl-2-24">
<img src="wp-content/Icon_Java outside IMS_Java and IMSPage.svg" alt="" class="icon">
</div>
<div class="pure-u-1 pure-u-xl-20-24">
<h3>Java outside IMS</h3>
<ul>
<li>Java applications can instantly access IMS transactions and data from anywhere, any platform</li>
<li>Use industry standards like JDBC and SQL to directly access IMS data</li>
<li>Expand your insights by giving Java analytics applications access to IMS data for data modeling</li>
</ul>
<p>
<a target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about Java outside IMS"
href="https://www.ibm.com/docs/en/ims/latest?topic=apis-java-programming-reference"
>
Learn more →
</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== Get demos and code samples =========================== -->
<section class="light-gray-bg pure-g">
<div class="pure-u-1">
<div class="pure-g pure-g-pad">
<div class="pure-u-xl-1-2 pure-g-pad">
<div class="pure-u-1">
<h2>Get demos and code samples</h2>
</div>
<div class="pure-u-1 pure-u-lg-1-2 pure-u-xl-1">
<div>
<p>
See how you can use the JDBC Universal drivers to build IMS
Java applications.
</p>
<p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch this playlist on JDBC universal drivers"
href="https://mediacenter.ibm.com/playlist/details/1_owktz0jm/categoryId/122579632">
Watch →
</a>
</p>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2 pure-u-xl-1">
<p>
Check out our GitHub repositories with Java application code
examples.
</p>
<p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about Java code examples in GitHub"
href="https://github.com/imsdev">
Learn more →
</a>
</p>
</div>
</div>
<div class="pure-u-xl-1-2">
<div class="gif">
<a
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_owktz0jm/"
target="_blank"
rel="noopener noreferrer">
<img
src="wp-content/tracePreview.png"
class="gif-cover"
alt="Java in IMS video preview cover" />
<img
src="wp-content/traceVidPrev.gif"
class="gif-video"
alt="Java in IMS video preview" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== Java can save you time, money, and headaches =========================== -->
<section class="dark-gray-bg pure-g">
<div class="pure-u-1 pure-u-lg-1-4">
<h2>Java can save you time, money, and headaches</h2>
</div>
<div class="pure-u-1 pure-u-lg-1-4 pure-g-pad">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-2-24 pure-u-lg-1">
<img
src="wp-content/Icon_Cost_Java and IMSPage.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-md-22-24 pure-u-lg-1">
<h3>Cost</h3>
<p>
Java processing can be offloaded to specialty engines, which
means you just saved some money.
</p>
</div>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-4 pure-g-pad">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-2-24 pure-u-lg-1">
<img
src="wp-content/Icon_Application agility_Java and IMSPage.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-md-22-24 pure-u-lg-1">
<h3>Application agility</h3>
<p>
Choosing Java means you have access to millions of skilled
developers who can write IMS applications.
</p>
</div>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-4 pure-g-pad">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-2-24 pure-u-lg-1">
<img
src="wp-content/Icon_Co-location_Java and IMSPage.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-md-22-24 pure-u-lg-1">
<h3>Co-location</h3>
<p>
Running Java on z/OS, where your data resides, just saved you
some time.
</p>
</div>
</div>
</div>
</section>
<!-- =========================== Customer stories =========================== -->
<section class="gray-bg pure-g">
<div class="pure-u-1 section-header">
<h2>Don't just take our word for it</h2>
<p>
Review our customer stories to learn how our clients have leveraged
Java to enhance their IMS systems.
</p>
</div>
<div class="pure-u-1 pure-g">
<div class="pure-u-lg-7-24 card">
<div>
<div>
<h3>Java, COBOL, and IMS on IBM Z</h3>
<p>
By Java-enabling existing IMS core banking functions, Fiducia
& GAD is accelerating the creation of new services while
extending the life and value of its applications.
</p>
</div>
<img
src="wp-content/uploads/sites/75/2018/05/fiducia.png"
alt="Fiducia & GAD logo" />
</div>
</div>
<div class="pure-u-lg-7-24 card">
<div>
<div>
<h3>IMS and Java on IBM Z</h3>
<p>
Implementing IMS ODBM and IMS Catalog allowed Travelers to
leverage Java and SQL skills to access IMS and other data in a
single view.
</p>
</div>
<img
src="wp-content/uploads/sites/75/2018/05/travelers-1.png"
alt="Travelers logo" />
</div>
</div>
<div class="pure-u-lg-7-24 card">
<div>
<div>
<h3>IMS, SQL, and open data access</h3>
<p>
A large North American bank was able to improve application
maintenance and lower costs by converting applications to Java
and running them inside IMS for best performance.
</p>
</div>
<h3 class="logo">North American Bank</h3>
</div>
</div>
</div>
</section>
</main>
<imscentral-footer></imscentral-footer>
</body>
</html>