-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
65 lines (59 loc) · 2.5 KB
/
index.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
---
layout: default
---
<<<<<<< HEAD
=======
>>>>>>> gh-pages
<div class="header-container jumbotron">
<div class="container">
<table style="width:100%">
<tr>
<td>
<h1>Think 2019 Hands-On Lab 6051</h1>
<h2>Using Domino Query Language and Node.js — Domino Developers Edition!</h2>
</td>
<td style="vertical-align:top">
<img src="./img/domino10.png">
</td>
</tr>
</table>
<p>
Domino Query Language (DQL) is a new feature in IBM Domino 10 that allows developers to use
a simple shorthand syntax to find and update documents.
The good news is that DQL is now available to node.js and LotusScript developers!
This lab will teach you how to use DQL in both node.js and LotusScript to create,
read, update and delete Domino documents.
A basic knowledge of node.js and LotusScript concepts is necessary,
but you don’t need to be an expert to take advantage of this functionality.
</p>
<p>
Click here to get started: <a class="btn btn-primary btn-lg" style="color: #FEC70B; background-color: black" href="{{ "/docs/01-lab-content/" | prepend: site.baseurl }}" role="button">Lab Workbook</a></p>
</p>
<!--
<p>
The following items are available from this site:
<ul>
<li>
<a class="btn btn-primary btn-lg" style="color: #FEC70B; background-color: black" href="{{ "/docs/01-lab-content/" | prepend: site.baseurl }}" role="button">Lab Workbook</a></p>
</li>
<li>
<a class="btn btn-primary btn-lg" style="color: #FEC70B; background-color: black" href="https://doc.cwpcollaboration.com/appdevpack/en" target="_new" role="button">Domino AppDev Pack Documentation</a></p>
</li>
</ul>
</p>
-->
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10">
<br>
<br>
<h6>Note:</h6>This website uses cookies and similar technologies for functionality and other purposes including to help us improve, promote, and protect our services. Your use of this website constitutes your acceptance of cookies.
</div>
<div class="col-md-2 text-center">
<!-- <img src="img/jekyll-dark.png" alt="" class="img-responsive"> -->
</div>
</div>
<hr>
</div>