-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
642 lines (218 loc) · 38.7 KB
/
archive.html
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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="As Much As Possible As Code" />
<meta name="author" content="Torsten Kleiber" />
<title>AMAPAC</title>
<link rel="icon" type="image/x-icon" href="favicon.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.6.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:300&text=AMAPAC"
rel="stylesheet" type="text/css"/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="vendor/clean-blog/css/styles.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/asciidoctor.css" rel="stylesheet"/>
<!-- highlightjs Code Formatter -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/styles/default.min.css" rel="stylesheet" type="text/css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<!-- Klaro Cookie Consent tool -->
<script defer type="text/javascript" src="vendor/klaro/config.js"></script>
<script defer type="text/javascript" src="https://cdn.kiprotect.com/klaro/latest/klaro.js"></script>
<meta name="robots" content="index, follow"/>
<meta name="generator" content="JBake"/>
<!--Facebook Card-->
<meta property="og:type" content="article"/>
<meta property="og:title" content="AMAPAC"/>
<meta property="og:description" content="As Much As Possible As Code"/>
<meta property="og:image"
content="https://www.amapac.io/img/amapac_share_card.png"/>
<!--X card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AMAPAC">
<meta name="twitter:creator" content="@null">
<meta name="twitter:description" content="As Much As Possible As Code">
<meta name="twitter:image"
content="https://www.amapac.io/img/amapac_share_card.png">
</head>
<body>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="index.html">AMAPAC</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto py-4 py-lg-0">
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="tags/index.html">Tags</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="archive.html">Archive</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Header-->
<header class="masthead" style="background-image: url('img/archive-cover.jpg' ) ; background-color:#101010">
<div class="container position-relative px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="post-heading">
<h1>AMAPAC</h1>
<span class="subheading">Archived Posts</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="post-preview">
<h3>2023</h3>
<a href="blog/2023/vds_jenkins_with_docker_desktop_jcasc.html">02/02 - Jenkins Configuration as Code (JCasC)</a><br>
<a href="blog/2023/vds_docker_desktop_on_windows_with_xe_and_liquibase.html">18/01 - Test Environment for Migration with Liquibase against Oracle XE</a><br>
<p></p>
<h3>2022</h3>
<a href="blog/2022/virtual_development_server_vagrant_and_virtualbox_on_windows.html">28/09 - Run your Development Server with Vagrant on VirtualBox on Windows</a><br>
<a href="blog/2022/adr_j_tool_with_madr_template_for_asciidoc.html">31/03 - Use AsciiDoc Templates for your Architecture Decisions with Java Based ADR-J Tool</a><br>
<a href="blog/2022/virtual_development_server_test_with_testcontainers.html">26/03 - Test Jenkins Container with TestContainers Framework</a><br>
<a href="blog/2022/virtual_development_server_docker_desktop_on_windows.html">22/03 - Run your Development Server on Docker Desktop on Windows</a><br>
<a href="blog/2022/virtual_development_server_modern_infrastructure.html">25/02 - Virtual Development Server: Modern Infrastructure</a><br>
<a href="blog/2023/adr_tool_with_custom_template_for_asciidoc.html">15/02 - Use adr-tools for AsciiDoc</a><br>
<p></p>
<h3>2021</h3>
<a href="blog/2021/Slides_for_my_german_presentation+DOAG2021_forms_and_reports_12c_automatision.html">26/11 - Slides for my german presentation DOAG2021 "Forms and Reports 12c - Processes and Automation in Development and Operations" available</a><br>
<a href="blog/2021/forms_and_reports_12c_automatision.html">17/11 - Forms and Reports 12c - Processes and Automation in Development and Operations - I am a speaker at DOAG 2021</a><br>
<a href="blog/2021/add_code_to_reports_via_forsm_api_master.html">04/03 - Add Code to Oracle Reports via Forms FormsAPI Master</a><br>
<p></p>
<h3>2020</h3>
<a href="blog/2020/Slides+for+my+german+presentation+DOAG2020+-+Our+way+to+19c+available.html">24/11 - Slides for my german presentation DOAG2020 "Our way to 19c" available</a><br>
<a href="blog/2020/our_way_to_19c_I_am_a_speaker_at_DOAG_2020.html">17/11 - Our way to 19c - I am a speaker at DOAG 2020</a><br>
<a href="blog/2020/citrix_workspace_blocks_print_sreen.html">17/10 - Citrix Workspace blocks PRNTSCR key</a><br>
<a href="blog/2020/oracle_forms_git_difftool.html">02/10 - Show your Oracle Forms and Reports diffs from Git</a><br>
<a href="blog/2020/Goodbye_Wordpress_Welcome_JBake.html">04/09 - Goodbye Wordpress - Welcome JBake!</a><br>
<p></p>
<h3>2019</h3>
<a href="blog/2020/Slides+for+my+german+presentation+APEXCONN20+-+Agile+Oracle+Database+Modeling+and+Development+available.html">24/11 - Slides and for my german presentation APEXCONN20 "Agile Oracle Database Modeling and Development (AgileOracleDatabase)" available</a><br>
<a href="blog/2019/Slides+and+Video+for+my+german+presentation+DOAG2019+-+Agile+Oracle+Database+Modeling+and+Development+available.html">24/11 - Slides for my german presentation DOAG2019 "Agile Oracle Database Modeling and Development (AgileOracleDatabase)" available</a><br>
<a href="blog/2019/Agile+Oracle+Database+Modeling+and+Development+-+AgileOracleDatabase+-+I+am+a+speaker+at+DOAG2019.html">18/11 - Agile Oracle Database Modeling and Development (AgileOracleDatabase) - I am a speaker at DOAG2019</a><br>
<p></p>
<h3>2018</h3>
<a href="blog/2018/Slides+for+my+german+presentation+DOAG2018+-+Regulatorics+-+Offside+is+when+the+referee+whistles+available.html">24/11 - Slides for my german presentation DOAG2018 "Regulatorics - Offside is when the referee whistles" available</a><br>
<a href="blog/2018/Regulatorics+Offside+is+when+the+referee+whistles+-+I+m+a+speaker+at+DOAG2018.html">17/07 - "Regulatorics: Offside is when the referee whistles" - I am a speaker at DOAG2018</a><br>
<p></p>
<h3>2017</h3>
<a href="blog/2017/DOAG2017+wrap+up.html">01/12 - DOAG2017 wrap up</a><br>
<a href="blog/2017/Slides+for+my+german+presentation+DOAG2017+-+PL+SQL+Therefore+whoever+binds+forever+-+automate+your+tests+available.html">24/11 - Slides for my german presentation DOAG2017 "PLSQL - Therefore, whoever binds forever - automate your tests" available</a><br>
<a href="blog/2017/Provide+access+to+WebLogic+DMS+Spy+Servlet+for+readonly+users.html">30/08 - Provide access to WebLogic DMS Spy Servlet for readonly users</a><br>
<a href="blog/2017/PLSQL+Therefore+whoever+binds+forever+automate+your+tests+-+I+m+a+speaker+at+DOAG2017.html">18/07 - "PL/SQL: Therefore, whoever binds forever: automate your tests" - I am a speaker at DOAG2017</a><br>
<a href="blog/2017/Javaland+2017+wrap+up.html">01/04 - Javaland 2017 wrap up</a><br>
<a href="blog/2017/DEVCAMP17+wrap+up.html">09/02 - DEVCAMP17 wrap up</a><br>
<p></p>
<h3>2016</h3>
<a href="blog/2016/Virtual+Development+Server+Provide+Docker+images+in+docker+registry+for+Oracle+via+Jenkins.html">07/12 - Virtual Development Server: Provide Docker images in docker registry for Oracle via Jenkins</a><br>
<a href="blog/2016/Virtual+Development+Server+Install+Jenkins+for+Continuos+Integration+Delivery+Deployment.html">25/11 - Virtual Development Server: Install Jenkins for Continuos Integration / Delivery / Deployment</a><br>
<a href="blog/2016/Fix+BEA-000394+Deadlock+detected+for+Weblogic+with+ADF+Applications+12.2.1.2.html">24/11 - Fix "BEA-000394: Deadlock detected" for Weblogic with ADF Applications 12.2.1.2</a><br>
<a href="blog/2016/DOAG2016+wrap+up.html">17/11 - DOAG2016 wrap up</a><br>
<a href="blog/2016/Virtual+Development+Server+Provide+Docker+images+in+docker+registry+for+Oracle+XE+Database+and+others.html">06/09 - Virtual Development Server: Provide Docker images in docker registry for Oracle XE Database and others</a><br>
<a href="blog/2016/Set+all+WebLogic+log+levels+to+Inherit+via+WLST.html">22/08 - Set all WebLogic log levels to "Inherit" via WLST</a><br>
<a href="blog/2016/Virtual+Development+Server+Add+swapfile+to+VirtualBox+as+requirement+for+installing+Oracle+or+build+Oracle+docker+images.html">19/08 - Virtual Development Server: Add swapfile to VirtualBox as requirement for installing Oracle or build Oracle docker images</a><br>
<a href="blog/2016/Virtual+Development+Server+Add+enough+ram+and+disk+space+to+VirtualBox+for+further+server+components.html">13/08 - Virtual Development Server: Add enough ram and disk space to VirtualBox for further server components</a><br>
<a href="blog/2016/Virtual+Development+Server+Creating+Virtualbox+machine+including+docker+containers+with+Vagrant.html">12/08 - Virtual Development Server: Creating Virtualbox machine including docker containers with Vagrant</a><br>
<a href="blog/2016/Virtual+Development+Server+The+idea.html">11/08 - Virtual Development Server: The idea</a><br>
<a href="blog/2016/Oracle+TranslationHub+neither+supported+for+12c+Database+12c+Forms+Reports+or+64+bit.html">16/03 - Oracle TranslationHub neither supported for 12c Database, 12c Forms/Reports or 64 bit!</a><br>
<a href="blog/2016/Javaland+2016+conference+day+2.html">10/03 - Javaland 2016 conference day 2</a><br>
<a href="blog/2016/Javaland+2016+conference+day+1.html">09/03 - Javaland 2016 conference day 1</a><br>
<p></p>
<h3>2015</h3>
<a href="blog/2015/Slides+for+my+german+presentation+DOAG2015+Bob+the+Builder+Build+Deploy+of+ADF+enterprise+applications+available.html">24/11 - Slides for my german presentation DOAG2015 "Bob the Builder: Build/Deploy of ADF enterprise applications" available</a><br>
<a href="blog/2015/SLES+shell+script+to+check+required+os+packages+according+to+documentation+before+starting+oracle+forms+and+reports+installation.html">09/09 - SLES shell script to check required os packages according to documentation before starting oracle forms and reports installation</a><br>
<a href="blog/2015/Bob+the+Builder+Build+Deploy+of+ADF+enterprise+applications+-+I+m+a+speaker+at+DOAG2015.html">21/07 - "Bob the Builder: Build/Deploy of ADF enterprise applications" - I am a speaker at DOAG2015</a><br>
<a href="blog/2015/Fix+code+editor+save+actions+in+JDeveloper+12.1.3+keep+the+order+of+actions.html">30/06 - Fix code editor save actions in JDeveloper 12.1.3: keep the order of actions</a><br>
<a href="blog/2015/Fix+completion+insight+in+JDeveloper+12.1.3+show+return+type+again.html">29/06 - Fix completion insight in JDeveloper 12.1.3: show return type again</a><br>
<p></p>
<h3>2014</h3>
<a href="blog/2014/Slides+for+my+german+presentation+DOAG2014+The+Dirty+Dozen+-+ADF+Migration+to+12c+in+the+IKB+available.html">24/11 - Slides for my german presentation DOAG2014 "The Dirty Dozen – ADF Migration to 12c in the IKB" available</a><br>
<a href="blog/2014/ADF+Architecture+Practice+-+JDeveloper+Silent+Install+of+Extensions.html">19/11 - ADF Architecture Practice - JDeveloper Silent Install of Extensions</a><br>
<a href="blog/2014/See+you+at+DOAG2014+The+Dirty+Dozen+-+ADF+Migration+to+12c+in+the+IKB+room+Kopenhagen+on+11+19+2014+at+10+00+am.html">17/11 - See you at DOAG 2014 “The Dirty Dozen – ADF Migration to 12c in the IKB” room Kopenhagen on 11/19/2014 at 10:00 am</a><br>
<a href="blog/2014/ADF+Architecture+Practice+-+JDeveloper+Silent+Patch.html">22/10 - ADF Architecture Practice - JDeveloper Silent Patch</a><br>
<a href="blog/2014/ADF+Architecture+Practice+-+JDeveloper+Silent+Install.html">14/10 - ADF Architecture Practice - JDeveloper Silent Install</a><br>
<a href="blog/2014/ADF+Architecture+Practice+Series.html">13/10 - ADF Architecture Practice Series</a><br>
<a href="blog/2014/The+Dirty+Dozen+-+ADF+Migration+to+12c+in+the+IKB+I+m+a+speaker+at+DOAG2014.html">01/08 - "The Dirty Dozen - ADF Migration to 12c in the IKB" - I am a speaker at DOAG2014</a><br>
<a href="blog/2014/Find+problems+when+you+develop+-+using+XRebel+with+Oracle+ADF.html">30/06 - Find problems when you develop: using XRebel with Oracle ADF</a><br>
<a href="blog/2014/Slides+for+my+german+presentation+Quality+Assurance+for+ADF+projects+available.html">04/06 - Slides for my german presentation "Quality Assurance for ADF projects" available</a><br>
<a href="blog/2014/Quality+Assurance+for+ADF+projects.html">22/05 - Quality Assurance for ADF projects</a><br>
<p></p>
<h3>2013</h3>
<a href="blog/2013/Deploy+your+ADF+Mobile+App+to+a+virtual+Android+device+from+JDeveloper+IDE.html">20/09 - Deploy your ADF Mobile App to a virtual Android device from JDeveloper IDE</a><br>
<a href="blog/2013/Have+released+PMD+Jdeveloper+Extension+5.0.5.html">30/08 - Have released PMD JDeveloper Extension 5.0.5</a><br>
<a href="blog/2013/Write+ADF+static+code+analysis+rules+with+PMD+and+running+these+in+JDeveloper.html">02/07 - Write ADF static code analysis rules with PMD and running these in JDeveloper</a><br>
<a href="blog/2013/PMD+Integration+with+JDeveloper+through+Ant+External+Tools.html">26/06 - PMD Integration with JDeveloper through Ant External Tools</a><br>
<p></p>
<h3>2012</h3>
<a href="blog/2012/Fasten+your+Oracle+Forms+and+Reports+11g+Server+start+on+Unix+derivates.html">21/12 - Fasten your Oracle Forms and Reports 11g Server start on Unix derivates</a><br>
<a href="blog/2012/Save+JDeveloper+application+workings+sets+in+the+application+workspace+-+please+vote+for+this+enhancement+request.html">04/12 - Save JDeveloper application workings sets in the application workspace - please vote for this enhancement request</a><br>
<a href="blog/2012/Oracle+Reports+Designer+11g+64bit+on+Windows7+64bit+very+buggy+-+Use+Reports+32bit+instead.html">06/07 - Oracle Reports Designer 11g 64bit on Windows7 64bit very buggy - Use Reports 32bit instead!</a><br>
<a href="blog/2012/TranslationHub+11g+is+only+available+as+32+bit+-+requires+Forms+and+Reports+11g+too+in+32+bit+for+Development.html">07/06 - TranslationHub 11g is only available as 32 bit - requires Forms and Reports 11g too in 32 bit for Development</a><br>
<a href="blog/2012/Have+released+PMD+Jdeveloper+Extension+4.3.html">12/03 - Have released PMD JDeveloper Extension 4.3</a><br>
<a href="blog/2012/Oracle+Forms+11+running+as+application+in+Java+Webstart.html">22/01 - Oracle Forms 11 running as application in Java Webstart</a><br>
<p></p>
<h3>2011</h3>
<a href="blog/2011/Oracle+Forms+10+running+as+application+in+Java+Webstart.html">27/12 - Oracle Forms 10 running as application in Java Webstart</a><br>
<a href="blog/2011/Hello+world.html">13/12 - Hello world!</a><br>
</div>
</div>
</div>
</div>
<!-- Footer-->
<footer class="border-top">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="feed.xml" title="Subscribe to RSS feed">
<span class="fa-stack">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://linktr.ee/amapac" title="Contact me">
<span class="fa-stack">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-handshake fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="small text-center text-muted fst-italic">
©
<span>Torsten Kleiber</span>
<span>2024</span>
| <a href="https://startbootstrap.com/theme/clean-blog">Clean Blog theme</a>
by <a href="https://startbootstrap.com/">Start Bootstrap</a>
| Baked with <a href="https://jbake.org">JBake
<span>v2.7.0-rc.6</span></a>
| <a href="javascript:void(0);" onclick="klaro.show();">Change cookie settings</a>
</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="vendor/clean-blog/js/scripts.js"></script>
</body>
</html>