-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
643 lines (290 loc) · 18.1 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
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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title> Code Review Open Source проектов - CodeInsider</title>
<meta name="author" content="Code insiders">
<meta name="description" content=" Обзоры архитектурных решений Open Source проектов ">
<meta name="keywords" content=" code review, open source, обзор проектов, JVM ">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="canonical" href="http://knowlix.github.io/">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<script src="/javascripts/audiojs/audio.min.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="CodeInsider" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17465176-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body >
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<h3 class="main-logo"><a href="/">CodeInsider</a></h3>
<ul class="main-navigation">
<li><a href="/">Code reviews</a></li>
<li><a href="/blog/archives">Archive</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/03/03/scribe-oauth-library/">Прицельный обзор: OAuth вне браузера через Scribe</a></h1>
<p class="meta">
<time datetime="2013-03-03T22:53:00+04:00" pubdate data-updated="true">22:53 03.03.2013</time>
| <a href="/blog/2013/03/03/scribe-oauth-library/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p><a href="https://github.com/fernandezpablo85/scribe-java">Scribe</a> - простая java библиотека, позволяющая проводить авторизацию на сервисах по OAuth протоколу. Библиотека интересна тем, что рекомендуется <a href="https://dev.twitter.com/docs/twitter-libraries#java">twitter’ом</a> и <a href="https://developer.linkedin.com/documents/libraries-and-tools">linkedin’ом</a> для работы с их реализациями OAuth аутентификации.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/03/03/scribe-oauth-library/">Читать далее →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/09/09/netty-start-server-4/">Netty 4.0: Запуск сервера</a></h1>
<p class="meta">
<time datetime="2012-09-09T21:52:00+04:00" pubdate data-updated="true">21:52 09.09.2012</time>
| <a href="/blog/2012/09/09/netty-start-server-4/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p>Сегодня проведем тонкую грань между разными версиями <em>Netty</em> на примере запуска socket сервера. Ранее мы уже рассматривали <a href="http://queuepy.com/blog/2012/08/04/netty-start-server/">запуск сервера на базе Netty 3.5</a>. Сегодня рассмотрим, как этот процесс осуществляется в четвертой ветке <em>Netty</em>.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/09/09/netty-start-server-4/">Читать далее →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/08/24/metrics-reporting/">Прицельный обзор: Reporter’ы в библиотеке Metrics</a></h1>
<p class="meta">
<time datetime="2012-08-24T00:22:00+04:00" pubdate data-updated="true">00:22 24.08.2012</time>
| <a href="/blog/2012/08/24/metrics-reporting/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p><a href="https://github.com/codahale/metrics">Metrics</a> - библиотека проведения измерения различных метрик как приложения, так и самого JVM от разработчиков Yammer.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/08/24/metrics-reporting/">Читать далее →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/08/15/netty-message-management/">Netty: Управление сообщениями</a></h1>
<p class="meta">
<time datetime="2012-08-15T22:37:00+04:00" pubdate data-updated="true">22:37 15.08.2012</time>
| <a href="/blog/2012/08/15/netty-message-management/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p>После открытия сокета вызывается так называемая регистрация открытого <em>Netty</em> канала, чтобы сообщения этого соединения могли быть обработаны в рамках <em>Netty</em>. Сегодня мы посмотрим, как происходит управление сообщениями.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/08/15/netty-message-management/">Читать далее →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/08/10/podcast-3/">Подкаст: Третий выпуск</a></h1>
<p class="meta">
<time datetime="2012-08-10T22:45:00+04:00" pubdate data-updated="true">22:45 10.08.2012</time>
| <a href="/blog/2012/08/10/podcast-3/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p>В две минуты о Netty, Spring Framework и Mockito.</p>
<p><audio src="/podcast/3.mp3" preload="auto" /></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/08/07/netty-connection-management/">Netty: Управление соединениями</a></h1>
<p class="meta">
<time datetime="2012-08-07T21:35:00+04:00" pubdate data-updated="true">21:35 07.08.2012</time>
| <a href="/blog/2012/08/07/netty-connection-management/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p>В прошлых статьях упоминалось, что Netty использует два разных пула потоков для организации соединений и чтения данных. Первый пул - Boss Pool, второй - Worker Pool. Как вы могли уже заметить в предыдущей статье, запуск boss потока выполняется в Sink объекте, внутри метода привязки открытого socket канала к конкретному адресу.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/08/07/netty-connection-management/">Читать далее →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/08/04/netty-start-server/">Netty: Запуск Socket сервера</a></h1>
<p class="meta">
<time datetime="2012-08-04T12:39:00+04:00" pubdate data-updated="true">12:39 04.08.2012</time>
| <a href="/blog/2012/08/04/netty-start-server/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p>Как было отмечено ранее, стабильная ветка <a href="http://netty.io/">Netty</a> обладает отличным <a href="http://static.netty.io/3.5/api/">JavaDoc</a>, а более новая четвертая ветка практически не задокументирована. Хочется еще отметить, что в <em>JavaDoc’е</em> <em>Netty</em> используется специальный <em>JavaDoc</em> доклет <a href="http://code.google.com/p/apiviz/">ApiViz</a>, который позволяет отображать связи компонент прямо в документации ввиде графиков. В связи с этим обзор архитектуры будет вестись по 3ей версии. Именно по ней будет изучена терминология проекта, а уже с какими-то знаниями о компонентах системы мы посмотрим на отличия в реализации той или иной фичи в новой четвертой версии <em>Netty</em>.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/08/04/netty-start-server/">Читать далее →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/07/22/netty-common-knowladge/">Netty: Структура проекта</a></h1>
<p class="meta">
<time datetime="2012-07-22T10:36:00+04:00" pubdate data-updated="true">10:36 22.07.2012</time>
| <a href="/blog/2012/07/22/netty-common-knowladge/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p><a href="http://netty.io">Netty</a> - framework для написания приложений, взаимодействующих по сети. Это может быть и балансировщик нагрузки, и сетевой паук, и практически любая другая архитектура, основанная на понятии client/server.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/07/22/netty-common-knowladge/">Читать далее →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/07/20/podcast-2/">Подкаст: Второй выпуск</a></h1>
<p class="meta">
<time datetime="2012-07-20T23:01:00+04:00" pubdate data-updated="true">23:01 20.07.2012</time>
| <a href="/blog/2012/07/20/podcast-2/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p>Пятничный подкаст проекта.</p>
<p><audio src="/podcast/2.mp3" preload="auto" /></p>
<p>Курс Мартина Одерски: <a href="https://www.coursera.org/course/progfun">Функциональное программирование в Scala</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2012/07/17/spring-about-proxy/">Прицельный обзор: Зачем Spring’у Proxy объекты</a></h1>
<p class="meta">
<time datetime="2012-07-17T00:01:00+04:00" pubdate data-updated="true">00:01 17.07.2012</time>
| <a href="/blog/2012/07/17/spring-about-proxy/#disqus_thread">Комментарии</a>
</p>
</header>
<div class="entry-content"><p>Как уже стало известно, в основе процесса создания <a href="http://www.springsource.org/spring-framework">Spring</a> бинов лежит <em>CGLib</em> - очень распространенная библиотека для создания классов в режиме реального времени. Ее используют такие библиотеки как <em>Hibernate</em>, <em>iBATIS</em> и <a href="http://cglib.sourceforge.net">многие другие</a>.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2012/07/17/spring-about-proxy/">Читать далее →</a>
</footer>
</article>
<div class="pagination">
<a class="prev" href="/blog/page/2/">← Older</a>
<a href="/blog/archives">Code Reviews Archive</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2013/03/03/scribe-oauth-library/">Прицельный обзор: OAuth вне браузера через Scribe</a>
</li>
<li class="post">
<a href="/blog/2012/09/09/netty-start-server-4/">Netty 4.0: Запуск сервера</a>
</li>
<li class="post">
<a href="/blog/2012/08/24/metrics-reporting/">Прицельный обзор: Reporter’ы в библиотеке Metrics</a>
</li>
<li class="post">
<a href="/blog/2012/08/15/netty-message-management/">Netty: Управление сообщениями</a>
</li>
<li class="post">
<a href="/blog/2012/08/10/podcast-3/">Подкаст: Третий выпуск</a>
</li>
</ul>
</section>
<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating…</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("queuepy", 4, false);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
<a href="http://twitter.com/queuepy" class="twitter-follow-button" data-show-count="false">Follow @queuepy</a>
</section>
<section class="googleplus">
<h1>
<a href="https://plus.google.com/106854167863011611466?rel=author">
<img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32">
Google+
</a>
</h1>
</section>
<section>
<h1>Поддержать проект</h1>
<p style="margin: 10px -10px;"><iframe frameborder="0" allowtransparency="true" scrolling="no" src="https://money.yandex.ru/embed/small.xml?uid=41001821062196&button-text=01&button-size=m&button-color=white&targets=%d0%9f%d0%be%d0%b4%d0%b4%d0%b5%d1%80%d0%b6%d0%ba%d0%b0+%d0%bf%d1%80%d0%be%d0%b5%d0%ba%d1%82%d0%b0+queuepy.com&default-sum=100&mail=on" width="200px" height="42"></iframe></p>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p style="float: left; margin-bottom: 0;">
Copyright © 2013 - CodeInsider
</p>
<p style="float: right"><a href="mailto:[email protected]">Написать письмо автору проекта</a></p>
</footer>
<script type="text/javascript">
audiojs.events.ready(function() {
var as = audiojs.createAll();
});
</script>
<script type="text/javascript">
var disqus_shortname = 'queuepy';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script type="text/javascript">
(function() {
var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
script.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
})();
</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>