ru
Feedback
Чашечка Java

Чашечка Java

Открыть в Telegram

Лучшие материалы по Java на русском и английском Разместить рекламу: @tproger_sales_bot Правила общения: https://tprg.ru/rules Другие каналы: @tproger_channels

Больше
8 548
Подписчики
-324 часа
-47 дней
-2530 день
Архив постов
Всего за выходные можно устроиться мобильным разработчиком в VK Компания развивает продукты для миллионов людей и создаёт суперапп «Почты Mail.ru», в котором все сервисы интегрированы между собой. 2-3 апреля состоится Weekend Offer, где участники получат богатый опыт взаимодействия с другими командами VK и прокачают навыки в разных направлениях работы. Узнать подробнее о получении оффера и подать заявку: https://vk.cc/cc6ds2 #ad

Java News Roundup: JDK 18 GA, JMC 8.2, Spring Updates, MicroStream 7.0-Beta1, WildFly 26.1-Beta1 This week's Java roundup for
Java News Roundup: JDK 18 GA, JMC 8.2, Spring Updates, MicroStream 7.0-Beta1, WildFly 26.1-Beta1 This week's Java roundup for March 21st, 2022 features news from JDK 18, JDK 19, JDK Mission Control 8.2, Amazon Corretto 18, BellSoft LibericaJDK 18, multiple Spring milestone and point releases, Micronaut 3.4.0, GraalVM Native Build Tools 0.9.11, WildFly 26 Beta 1, Hibernate Reactive 1.1.4.Final, MicroStream 7.0-M1, JReleaser 1.0-RC1, and TornadoVM 0.13. By Michael Redlich Read: https://www.infoq.com/news/2022/03/java-news-roundup-mar21-2022/

JPA-Buddy — избавляемся от рутины. Практические кейсы Совсем недавно мне под руку попался плагин, который помогает генерировать код при написании программ - это JPA Buddy. В этой статье я не буду транслировать официальную документацию проекта или показывать на примере видеороликов, как нужно с ним работать, а приведу примеры своих рабочих кейсов, где плагин действительно выручил и сэкономил мое время. Спойлер: в создании POJO-классов, репозиториев для тучи сущностей, DTO-классов. Читать: https://habr.com/ru/post/657379/?utm_campaign=657379

Необычная Java: StackTrace Extends Throwable Прочтите эту статью и узнайте о необычных вещах в Java, которые могут оказаться на удивление полезными. Есть вещи, которые вы можете делать в Java, но вы их редко видите. В основном потому, что в них нет смысла. Однако в Java есть несколько необычных вещей, которые могут оказаться на удивление полезными. Chronicle Software обычно использует ряд различных шаблонов в своих низкоуровневых библиотеках, с которыми большинство разработчиков вообще не сталкивается. Один из них — это класс, который расширяет Throwable, но не является ошибкой или исключением. Читать: https://habr.com/ru/post/655259/?utm_campaign=655259

Top Java Blogs Weekly: Best of 14/2022 Best of Top Java Blogs, year 2022, week 14 Read: https://www.topjavablogs.com/news/bes
Top Java Blogs Weekly: Best of 14/2022 Best of Top Java Blogs, year 2022, week 14 Read: https://www.topjavablogs.com/news/best-of-14-2022

How to Prepare for Google Cloud Security Engineer Exam in 2022 The world is changing, so does the studying procedure. In toda
How to Prepare for Google Cloud Security Engineer Exam in 2022 The world is changing, so does the studying procedure. In today's world, everything is before us, any course, any certificate can be accomplished using a single gadget. But, maximum of us are deluded by assigning unmerited & boring courses, which lack in quality. In the path of this article, I'll be directing you to some splendiferous resources that would help you undoubtedly. To succeed in this target, I've vetted a tracing of tactics. In this plan, I've fractioned the sketch into three parts – accumulating wisdom via courses & books, and evaluating your gained wisdom into practice tests. Let's buckle down into the details of the Google Cloud Security Engineer Exam and analyze this exam, strategies, what it is to pass this exam in 2022. Java Interview questions and tutorials Read: http://www.java67.com/2022/03/how-to-prepare-for-google-cloud-.html

6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/
6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/

6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/
6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/

6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/
6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/

6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/
6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/

6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/
6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/

6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/
6 Best Online Java Courses for Beginners in 2022 Read: https://www.thejavaprogrammer.com/java-courses-for-beginners/

How to use @ResponseBody and @RequestBody in Spring MVC and REST ? Examples Tutorial Hello guys, if you are wondering what is
How to use @ResponseBody and @RequestBody in Spring MVC and REST ? Examples Tutorial Hello guys, if you are wondering what is @RequestBody and @ResponseBody annotation in Spring and Spring Boot then you have come to the right place. Earlier, I have told you about the @RestControllerannotation and in this article, I am going to explain to you what is RequestBody and ResponseBody annotation and when to use them with simple examples. When working with REST API, we may need to bind HTTP requests and response bodies with the domain object. To bind this, we use we can use the @ResponseBody and @RequestBody in Spring. So in this tutorial, we are going to discuss what and when to use the @ResponseBody and @RequestBody in Spring MVC. Java Interview questions and tutorials Read: http://www.java67.com/2022/02/what-is-responsebody-and-requestbody-annotations-in-spring.html

JHipster Native Blueprint Supports GraalVM Native Image The Spring Boot Native blueprint for JHipster generates code and conf
JHipster Native Blueprint Supports GraalVM Native Image The Spring Boot Native blueprint for JHipster generates code and configuration to create a JHipster project which uses Spring Native. Spring Native allows compiling Spring applications to native executables with the GraalVM Native Image compiler. By Johan Janssen Read: https://www.infoq.com/news/2022/03/jhipster-native-image-support/

Apache NLPCraft, подготовка к выходу мультиязычной версии 1.0 Apache NlpCraft — библиотека с открытым исходным кодом, предназначенная для интеграции языкового интерфейса в пользовательские приложения. Подробнее с проектом можно ознакомиться на его сайте или, напрмер, по ссылкам на хабре. Состояние проекта - Apache инкубация. Так как java NLP сообщество весьма ограничено, продукт имеет небольшое, но достаточно активное количество пользователей. Читать: https://habr.com/ru/post/657343/?utm_campaign=657343

Vaadin Introduces Hilla to Unify Frontend/Backend Web Development Vaadin has introduced Hilla, a new framework for Java devel
Vaadin Introduces Hilla to Unify Frontend/Backend Web Development Vaadin has introduced Hilla, a new framework for Java developers that combines the backend with Spring Boot and the frontend as a mix of TypeScript and Lit. Hilla offers many capabilities to simplify business application development, such as providing a unified project setup for Java and TypeScript that remains in sync. By Bazlur Rahman Read: https://www.infoq.com/news/2022/03/vaadin-introduces-hilla/

Top 5 advanced JavaScript function concepts to Learn Introduction: A function is a piece or block of code that is created to
Top 5 advanced JavaScript function concepts to Learn Introduction: A function is a piece or block of code that is created to perform single or multiple tasks. Every major programming language has functions because functions are one of the essential parts of modern programming. JavaScript also supports functions. Over time, JavaScript has upgraded functions in several ways to make them more programmer-friendly. In recent years, more and more advanced concepts are added in JavaScript. In this article, we are going to discuss the advanced working with functions in JavaScript. Java Interview questions and tutorials Read: http://www.java67.com/2022/03/top-5-advanced-javascript-functio-concepts.html

Java в Visual Studio Code: обновление за февраль Всем привет, добро пожаловать в февральское обновление для Java в Visual Studio Code, и на этот раз у нас специальный образовательный выпуск! Материалом делимся к старту курса по разработке на Java. Читать: https://habr.com/ru/post/654255/?utm_campaign=654255

Infer New Deadlock Detector for Android Aims to Be Efficient for Large Codebases In a joint research, London University Colle
Infer New Deadlock Detector for Android Aims to Be Efficient for Large Codebases In a joint research, London University College and Facebook researchers created a new deadlock detector for Android Java code now available as part of open-source Infer static analysis tool. The new analyzer is able to process large codebases efficiently thanks to its incremental approach specifically designed for integration in a CI pipeline. By Sergio De Simone Read: https://www.infoq.com/news/2022/03/android-static-deadlock-detector/

10 Examples of ArrayList in Java ArrayList Example in JavaIn this Java ArrayList Example, we will see how to add elements in
10 Examples of ArrayList in Java ArrayList Example in JavaIn this Java ArrayList Example, we will see how to add elements in ArrayList, how to remove elements from ArrayList, ArrayList contains Example, and several other ArrayList... Read: http://www.java67.com/2022/03/10-examples-of-arraylist-in-java.html