jugLviv

Meta


Recent Posts


Categories


Tags


Archives


juglviv
Author

juglviv

5 Reasons to use Guava

Guava is an open source library containing many classes for Java and written by Google. It’s a potentially useful source of miscellaneous utility functions and classes that I’m sure many developers have written themselves before, or maybe just wanted and never had time to write. Here’s 5 good reasons to use it! 1. [...]

juglvivjuglviv

Spring Data (JPA)

Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the layers is a DAO (Repository) layer. It is responsible for communication with a database. If you developed the DAO layer at least once, you should know that it involves a lot of boilerplate code. A […]

juglvivjuglviv

JUG 21 Report

Минулого четверга ми провели нашу останню зустріч. Велике спасибі всім присутнім і компанії EPAM. А ось тут презентація Андрія Крохмального: Getting modular with OSGI from Andrii Krokhmalnyi

juglvivjuglviv

Розшукуємо контакти Java Dev з інших міст

Добрий день. Розшукуємо контакти Java девелоперів з іньших міст України для співпраці(knowledge sharing). Відгукніться якщо у Вас є контакти і Ваші знайомі не проти поспілкуватись на розумні теми 🙂 Писати: bohdan.bandrivskyy_at_gmail.com

juglvivjuglviv

Funny Source Code Comments

// sometimes I believe compiler ignores all my comments Exception up = new Exception(“Something is really wrong.”);throw up; //ha ha //When I wrote this, only God and I understood what I was doing//Now, God only knows // I dedicate all this code, all my work, to my wife, Darlene, who will// have to support me […]

juglvivjuglviv