-
Notifications
You must be signed in to change notification settings - Fork 2
/
lecture-06.html
751 lines (710 loc) · 23.4 KB
/
lecture-06.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
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RPC</title>
<meta name="description" content="RPC">
<meta name="author" content="Egor Titov">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/white.css" id="theme">
<link rel="stylesheet" href="css/hljs/vs.css" id="highlight-theme">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<style>
.reveal .slide-number {
font-size: 22pt;
color: black;
}
.reveal pre {
background: none;
border: none;
box-shadow: none;
}
.reveal pre code {
color: black;
background: none;
box-shadow: none;
max-height: none;
}
.reveal section img {
border: none;
box-shadow: none;
}
.reveal pre code {
overflow: hidden;
}
.reveal .footer {
font-size: 22pt;
color: black;
position: absolute;
left: 35%;
bottom: 0.5em;
}
.reveal ul.linone li {
list-style-type: none;
}
.corp-name {
color: orangered;
font-family: "Circe", sans-serif;;
}
</style>
</head>
<body>
<div class="reveal">
<div class="footer">
<span class="corp-name"><b>NAUMEN</b></span> Егор Титов
</div>
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>RPC</h1>
<h2>или социализация приложений</h2>
</section>
<section>
<h1>RPC</h1>
<ul>
<li>Remote Procedure Call</li>
<li>Удалённый вызов процедур</li>
</ul>
</section>
<section>
<h1>RPC зачем?</h1>
<ul>
<li>Уменьшить использование ресурсов</li>
<li>Разнести логику</li>
</ul>
</section>
<section>
<h1>RPC что?</h1>
<ul>
<li>это не протокол!</li>
<li>это набор <strong>технологий</strong></li>
</ul>
</section>
<section>
<h1>RPC из чего состоит</h1>
<ul>
<li>протокол обмена</li>
<li>сериализатор данных</li>
</ul>
</section>
<section>
<h1>RPC возможные архитектуры</h1>
<ul>
<li>SOA [service-oriented architecture]</li>
<li>CORBA [Common Object Request Broker Architecture]</li>
</ul>
</section>
<section>
<h1>RPC сеть</h1>
<ul>
<li>TCP/UDP</li>
<li>HTTP(S) [хотя и не является транспортным уровнем ISO/OSI]</li>
</ul>
</section>
<section>
<h1>RPC сериализаторы</h1>
<ul>
<li>XML JSON</li>
<li>бинарный</li>
</ul>
</section>
<section>
<h1>Особенности вызова</h1>
<ul>
<li>Асимметричность</li>
<li>Синхронность</li>
</ul>
</section>
<section>
<h1>Более сложная реализация</h1>
<ul>
<li>Разделение адресного пространства</li>
<li>Транспорт</li>
<li>аварийные ситуации на одном из концов</li>
<li>Неоднородность</li>
</ul>
</section>
<section>
<h1>RMI</h1>
<h2>Remote Method Invocation</h2>
</section>
<section>
<h1>RMI</h1>
<ul>
<li>API Java</li>
<li>служит для выполнения кода на другой JVM</li>
<li>Связь клиент-серверная</li>
</ul>
</section>
<section>
<h1>RMI что кого</h1>
<ul>
<li>Объекты передаются по значению (Serializeble)</li>
<li>Удаленные объекты передаются в виде Stub</li>
<li>RemoteException</li>
<li>всё можно найти в java.rmi.*</li>
</ul>
</section>
<section>
<h1>Состав</h1>
<ul>
<li>Stub представление объекта</li>
<li>Sceleton представление Stub на стороне севера</li>
<li>RRL Remote Reference Layer</li>
<li>Транспортный слой</li>
</ul>
</section>
<section>
<h1>Схема</h1>
<img src="img/rmi_architecture.jpg" alt="rmi Схема"/>
</section>
<section>
<h1>RMI интерфейс</h1>
<pre style="width:auto;"><code data-trim class="java">
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface RMIInterface extends Remote {
String sayHello(String name) throws RemoteException;
}
</code></pre>
</section>
<section>
<h1>RMI сервер</h1>
<pre style="width:auto;"><code data-trim class="java">
import java.rmi.*;
import java.rmi.registry.*;
import java.rmi.server.*;
public class RMIServer implements RMIInterface {
public String sayHello(String name) {
String string = "Hello, " + name + "!";
return string;
}
public static void main(String... args) throws Exception {
final Registry registry = LocateRegistry.createRegistry(2099);
final RMIInterface service = new RMIServer();
Remote stub = UnicastRemoteObject.exportObject(service, 0);
registry.bind("sample/HelloService", stub);
}
}
</code></pre>
</section>
<section>
<h1>RMI клиент</h1>
<pre style="width:auto;"><code data-trim class="java">
import java.rmi.registry.*;
public class RMIClient {
public static void main(String... args) throws Exception {
Registry registry = LocateRegistry.getRegistry("localhost", 2099);
RMIInterface service = (RMIInterface) registry
.lookup("sample/HelloService");
String[] names = { "John", "Jan", "Иван"};
for (String name : names) {
System.out.println(service.sayHello(name));
}
}
}
</code></pre>
</section>
<section>
<h1>RMI безопасность</h1>
<pre style="width:auto;"><code data-trim class="javascript">
grant {
permission java.net.SocketPermission "127.0.0.1:*", "connect,resolve";
permission java.net.SocketPermission "127.0.0.1:*", "accept";
};
</code></pre>
<pre style="width:auto;"><code data-trim class="javascript">
grant {
permission java.security.AllPermission;
};
</code></pre>
</section>
<section>
<h1>SOAP</h1>
<h2>Simple Object Access Protocol</h2>
</section>
<section>
<h1>SOAP</h1>
<ul>
<li>RPC</li>
<li>обмен сообщениями</li>
</ul>
</section>
<section>
<h1>SOAP</h1>
<ul>
<li>расширение XML-RPC</li>
<li>транспорт HTTP(S), SMTP, FTP, TCP, UDP</li>
<li>WSDL [Web Service Destribution Language]</li>
</ul>
</section>
<section>
<h1>SOAP виды</h1>
<ul>
<li>RPC/encoded</li>
<li>RPC/literal</li>
<li>Document/encoded</li>
<li>Document/literal</li>
</ul>
</section>
<section>
<h1>SOAP RPC</h1>
<table>
<thead>
<tr><td>encoded</td>
<td>literal</td>
</tr>
</thead>
<tbody>
<tr>
<td><pre style="width:auto;"><code data-trim class="xml">
<soap:envelope>
<soap:body>
<method1>
<x xsi:type="xsd:int">5</x>
<y xsi:type="xsd:float">5.0</y>
</method1>
</soap:body>
</soap:envelope>
</code></pre></td>
<td><pre style="width:auto;"><code data-trim class="xml">
<soap:envelope>
<soap:body>
<method1>
<x>5</x>
<y>5.0</y>
</method1>
</soap:body>
</soap:envelope>
</code></pre></td>
</tr>
</tbody>
</table>
</section>
<section>
<h1>SOAP Document</h1>
<table>
<thead>
<tr><td>Document</td>
<td>RPC</td>
</tr>
</thead>
<tbody>
<tr>
<td><pre style="width:auto;"><code data-trim class="xml">
<types>
<schema>
<element name="xElement" type="xsd:int"/>
<element name="yElement" type="xsd:float"/>
</schema>
</types>
<message name="myMethodRequest">
<part name="x" element="xElement"></part>
<part name="y" element="yElement"></part>
</message>
<message name="empty"></message>
<portType name="PT">
<operation name="myMethod">
<input message="myMethodRequest">
<output message="empty"></output>
</operation>
</portType>
</code></pre></td>
<td><pre style="width:auto;"><code data-trim class="xml">
<message name="myMethodRequest">
<part name="x" type="xsd:int"/>
<part name="y" type="xsd:float"/>
</message>
<message name="empty"/>
<portType name="PT">
<operation name="myMethod">
<input message="myMethodRequest"/>
<output message="empty"/>
</operation>
</portType>
</code></pre></td>
</tr>
</tbody>
</table>
</section>
<section>
<h1>SOAP минусы</h1>
<ul>
<li>избыточость информации</li>
<li>неторопливсть</li>
</ul>
</section>
<section>
<h1>SOAP плюсы</h1>
<ul>
<li>кроссплатформенность</li>
<li>расширяемость (WS-адресация)</li>
<li>нейтралитет (протоколы)</li>
<li>независимость (модель программирования)</li>
</ul>
</section>
<section>
<h1>SOAP примеры</h1>
<pre style="width:auto;"><code data-trim class="java">
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
@WebService
@SOAPBinding(style = SOAPBinding.Style.RPC)
public interface SOAPInterface {
String sayHello(String name);
}
</code></pre>
</section>
<section>
<h1>SOAP примеры</h1>
<pre style="width:auto;"><code data-trim class="java">
import javax.jws.WebService;
@WebService(endpointInterface = "ru.matmex.rpc.soap.SOAPInterface")
public class SOAPImpl implements SOAPInterface {
@Override
public String sayHello(String name) {
return "Hello " + name + "!";
}
}
</code></pre>
</section>
<section>
<h1>SOAP примеры</h1>
<pre style="width:auto;"><code data-trim class="java">
import javax.xml.ws.Endpoint;
public class SOAPServer {
public static void main(String... args) {
Endpoint.publish("http://localhost:9999/ws/hello", new SOAPImpl());
}
}
</code></pre>
</section>
<section>
<h1>SOAP примеры</h1>
<pre style="width:auto;"><code data-trim class="java">
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
public class SOAPClient {
public static void main(String... args) throws Exception {
URL url = new URL("http://localhost:9999/ws/hello?wsdl");
QName qname = new QName("http://soap.rpc.matmex.ru/", "SOAPImplService");
Service service = Service.create(url, qname);
SOAPInterface hello = service.getPort(SOAPInterface.class);
System.out.println(hello.sayHello("Magaz"));
}
}
</code></pre>
</section>
<section>
<h1>SOAP примеры</h1>
<pre style="width:auto;"><code data-trim class="bash">
wsimport -keep http://localhost:9999/ws/hello?wsdl
</code></pre>
</section>
<section>
<h1>SOAP примеры</h1>
<pre style="width:auto;"><code data-trim class="java">
@WebServiceClient(name = "SOAPImplService",
targetNamespace = "http://soap.rpc.matmex.ru/",
wsdlLocation = "http://localhost:9999/ws/hello?wsdl")
public class SOAPImplService extends Service {/**/}
</code></pre><pre style="width:auto;"><code data-trim class="java">
@WebService(name = "SOAPInterface", targetNamespace = "http://soap.rpc.matmex.ru/")
@SOAPBinding(style = SOAPBinding.Style.RPC)
public interface SOAPInterface {/**/}
</code></pre>
</section>
<section>
<h1>SOAP примеры</h1>
<pre style="width:auto;"><code data-trim class="java">
public class SOAPClientWSImport {
public static void main(String... args) {
SOAPImplService helloService = new SOAPImplService();
SOAPInterface hello = helloService.getSOAPImplPort();
System.out.println(hello.sayHello("Magaz"));
}
}
</code></pre>
</section>
<section>
<h1>REST</h1>
<h3>Representational State Transfer</h3>
<h4>передача состояния представления</h4>
</section>
<section>
<h1>Требования к REST</h1>
<ul>
<li>Клиент-сервер</li>
<li>Отсутствие состояния</li>
<li>Кэширование</li>
<li>Единообразие интерфейса
<ul style="font-size: 0.7em;">
<li>Идентификация ресурсов</li>
<li>Манипуляция ресурсами через представление</li>
<li>«Самоописываемые» сообщения</li>
<li>Гипермедиа (HATEOAS)</li>
</ul>
</li>
<li>Слои</li>
</ul>
</section>
<section>
<h1>Характеризуется</h1>
<table>
<tbody>
<tr>
<td>метод запроса</td>
<td>GET, POST, DELETE</td>
</tr>
<tr>
<td>путь запроса</td>
<td>/objects/list, /objects/100500</td>
</tr>
<tr>
<td>тело запросв</td>
<td>форма, json, xml</td>
</tr>
<tr>
<td>код ответа</td>
<td>200 OK, 404 NotFound</td>
</tr>
<tr>
<td>тело ответа</td>
<td>json, html, xml</td>
</tr>
</tbody>
</table>
</section>
<section>
<h1>HATEOAS</h1>
<h3>Hypermedia as the Engine of Application State</h3>
<ul>
<li>клиент обращается к фиксированному URL</li>
<li>клиент может ничего не знать о сервере, кроме входящего URL</li>
</ul>
</section>
<section>
<h1>REST и Java</h1>
<ul>
<li>JAX-RS</li>
<li>Spring Framework</li>
<li>и другое</li>
</ul>
</section>
<section>
<h1>JAX-RS</h1>
<ul class="linone">
<li>Java API for RESTful Web Services</li>
<li>JavaEE</li>
</ul>
</section>
<section>
<h1>JAX-RS аннотации</h1>
<ul class="linone">
<li>@Path</li>
<li>@GET, @PUT, @POST, @DELETE, @HEAD</li>
<li>@Produces</li>
<li>@Consumes</li>
</ul>
</section>
<section>
<h1>JAX-RS аннотации</h1>
<ul class="linone">
<li>@PathParam</li>
<li>@QueryParam</li>
<li>@HeaderParam</li>
<li>@CookieParam</li>
<li>@FormParam</li>
<li>@DefaultValue</li>
<li>@Context</li>
</ul>
</section>
<section>
<h1>SpringFramework</h1>
<ul class="linone">
<li>@RequestMapping</li>
<li>@GetMapping, @PostMapping, @PutMapping, @PatchMapping, @DeleteMapping</li>
</ul>
</section>
<section>
<h1></h1>
<ul class="linone">
<li>@PathVariable</li>
<li>@RequestAttribute</li>
<li>@RequestBody</li>
<li>@RequestParam</li>
<li>@SessionAttribute(s)</li>
</ul>
</section>
<section>
<h1>JAX-RS пример</h1>
<pre style="width:auto;"><code data-trim class="java">
@Path("/greetings")
public class JaxRsController {
@GET
@Path("/{name}")
@Produces(MediaType.TEXT_PLAIN)
public Response greeting(@PathParam("name") String name) {
String greeting = "Hello " + name;
return Response.ok(greeting).build();
}
}
</code></pre>
</section>
<section>
<h1>Spring пример</h1>
<pre style="width:auto;"><code data-trim class="java">
@RestController
@RequestMapping("/greetings")
public class SpringRestController {
@RequestMapping(method = RequestMethod.GET,
value = "/{name}",
produces = MediaType.TEXT_PLAIN_VALUE)
public ResponseEntity< ? > greeting(@PathVariable String name) {
String greeting = "Hello " + name;
return new ResponseEntity<>(greeting, HttpStatus.OK);
}
}
</code></pre>
</section>
<section>
<h1>HATEOAS пример</h1>
<pre style="width:auto;"><code data-trim class="json">
{
"content":"Hello, User!",
"_links":{
"self":{
"href":"http://localhost:8080/greeting/User"
},
"farewell":{
"href":"http://localhost:8080/farewell/User"
}
}
}
</code></pre>
</section>
<section>
<h1>gRPC</h1>
<ul class="linone">
<li>Google</li>
<li>Protocol Buffers v3</li>
<li>HTTP/2</li>
</ul>
</section>
<section>
<h1>Protocol Buffers</h1>
<ul>
<li>протокол сериализации</li>
<li>проще, быстрее, однозначнее XML</li>
<li>необходима реализация под каждый язык</li>
</ul>
</section>
<section>
<h1>HTTP/2</h1>
<ul>
<li>только HTTPS</li>
<li>одно соединение для всех файлов</li>
</ul>
</section>
<section>
<h1>gRPC пример описания</h1>
<pre style="width:auto;"><code data-trim class="javascritp">
service Greeter {
rpc SayHello (HelloRequest) returns (HelloReply) {}
}
message HelloRequest {
string name = 1;
}
message HelloReply {
string message = 1;
}
</code></pre>
</section>
<section>
<h1>Типы gRPC</h1>
<ul>
<li>Unary RPC</li>
<li>Server streaming RPC</li>
<li>Client streaming RPC</li>
<li>Bidirectional streaming</li>
</ul>
</section>
<section>
<h1>Что есть еще в gRPC</h1>
<ul>
<li>балансировка</li>
<li>Interceptors</li>
</ul>
</section>
<section>
<h1>gRPC примеры</h1>
<p>
<a href="https://github.com/grpc/grpc-java/tree/v1.7.0/examples">
https://github.com/grpc/grpc-java/tree/v1.7.0/examples
</a>
</p>
</section>
<section>
<h1>Конец</h1>
<h4>вопросы</h4>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
slideNumber: true,
transition: 'fade', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{
src: 'lib/js/classList.js', condition: function () {
return !document.body.classList;
}
},
{
src: 'plugin/markdown/marked.js', condition: function () {
return !!document.querySelector('[data-markdown]');
}
},
{
src: 'plugin/markdown/markdown.js', condition: function () {
return !!document.querySelector('[data-markdown]');
}
},
{
src: 'plugin/highlight/highlight.js', async: true, condition: function () {
return !!document.querySelector('pre code');
}, callback: function () {
hljs.initHighlightingOnLoad();
}
},
{src: 'plugin/zoom-js/zoom.js', async: true},
{src: 'plugin/notes/notes.js', async: true}
]
});
</script>
</body>
</html>