<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" >

  <channel>
    <title><![CDATA[Комментарии / Профиль developerc]]></title>
    <link>https://habr.com/ru/users/developerc/comments/</link>
    <description><![CDATA[Хабр: комментарии пользователя developerc]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Wed, 13 May 2026 11:09:50 GMT</pubDate>
    
    
      <image>
        <link>https://habr.com/ru/</link>
        <url>https://habrastorage.org/webt/ym/el/wk/ymelwk3zy1gawz4nkejl_-ammtc.png</url>
        <title>Хабр</title>
      </image>
    

    
      

      
        
  
    <item>
      <title>04.02.2019 15:06:52 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/435580/#comment_19707220</guid>
      <link>https://habr.com/ru/articles/435580/#comment_19707220</link>
      <description><![CDATA[Доверяю проведенным экспериментам. Хотя в <a href="https://www.youtube.com/watch?v=RtwS1fOaOls">презентации</a> руководитель проекта утверждает, что там все красиво. Что на основе Kurento у них есть новый проект ElasticRTC, который сможет взаимодействовать с облачными сервисами.<br>
Правда, в документации написано, что возможна платная техподдержка, это наводит на мысль, что они знают, где у них зарыты собаки. А пока изучаю Kurento в учебных целях.]]></description>
      <pubDate>Mon, 04 Feb 2019 15:06:52 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>14.01.2019 17:13:50 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/435580/#comment_19613092</guid>
      <link>https://habr.com/ru/articles/435580/#comment_19613092</link>
      <description><![CDATA[Камера одна, если ее заклеить, то и на левой и на правой картинке будет только синяя изолента.]]></description>
      <pubDate>Mon, 14 Jan 2019 17:13:50 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>16.12.2018 12:42:33 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/433270/#comment_19506520</guid>
      <link>https://habr.com/ru/articles/433270/#comment_19506520</link>
      <description><![CDATA[В смысле с этим MapStruct много магии? Согласен.]]></description>
      <pubDate>Sun, 16 Dec 2018 12:42:33 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>16.12.2018 12:40:31 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/433270/#comment_19506516</guid>
      <link>https://habr.com/ru/articles/433270/#comment_19506516</link>
      <description><![CDATA[Да, в теории я это понимаю, и на гитхабе MapStruct с Lombok есть пример. Но попробовал, для моего задания у меня не получилось их состыковать.]]></description>
      <pubDate>Sun, 16 Dec 2018 12:40:31 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>07.12.2018 14:25:01 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/432318/#comment_19468732</guid>
      <link>https://habr.com/ru/articles/432318/#comment_19468732</link>
      <description><![CDATA[А это ценное замечание. Добавил @Transactional. Правда, у меня NullPointerException не появлялся что тогда, что сейчас. Но зато реже стала появляться ошибка с неправильным ключем при апдейте альбома. Сейчас прогоняю в цикле 3 раза, хотя у меня альбомов 6.]]></description>
      <pubDate>Fri, 07 Dec 2018 14:25:01 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>07.12.2018 13:21:58 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/432318/#comment_19468368</guid>
      <link>https://habr.com/ru/articles/432318/#comment_19468368</link>
      <description><![CDATA[Да, действительно два метода выполняют одинаковое действие, но выполнены по-разному. Скажем так, я тренировался. Повторенье мать ученья.]]></description>
      <pubDate>Fri, 07 Dec 2018 13:21:58 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>06.12.2018 16:25:14 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/432318/#comment_19464338</guid>
      <link>https://habr.com/ru/articles/432318/#comment_19464338</link>
      <description><![CDATA[Аннотация @JsonIgnore действительно спасает от зацикливания. Но и значения поля, которое она аннотирует, не передаются в rest ответе. А они нам как раз и нужны.]]></description>
      <pubDate>Thu, 06 Dec 2018 16:25:14 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>06.12.2018 16:22:34 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/432318/#comment_19464322</guid>
      <link>https://habr.com/ru/articles/432318/#comment_19464322</link>
      <description><![CDATA[Благодарю за полезные ссылки. Обязательно поизучаю Mapstruct и Lombok. С другой стороны, любая задача имеет несколько решений. Вот доказательств теоремы Пифагора более двадцати, но не говорят, что это доказательство неверно, потому, что его не изучают в школьной программе.]]></description>
      <pubDate>Thu, 06 Dec 2018 16:22:34 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
