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. [...]
juglviv
Сторінка де можна виконати код написаний на Java 8 і отримати результат Адреса сайту: http://tryjava8-t20.rhcloud.com/#
juglviv
Oracle проводить презентацію Java EE 7. На цьому вебкасті будуть спікери з Oracle, IBM, Infosys and JUGs. Вебінар пройде в 2 етапи: 12 і 13 Червня зі стартом о 15.00 Зарейстрватись можна тут
juglviv
History of Programming Languages. See it in details… Very interesting….! Оригінал: http://blog.newrelic.com/2013/06/03/the-history-of-programming-languages-infographic-from-veracode/
juglviv
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 […]
juglviv
Минулого четверга ми провели нашу останню зустріч. Велике спасибі всім присутнім і компанії EPAM. А ось тут презентація Андрія Крохмального: Getting modular with OSGI from Andrii Krokhmalnyi
juglviv
Добрий день. Розшукуємо контакти Java девелоперів з іньших міст України для співпраці(knowledge sharing). Відгукніться якщо у Вас є контакти і Ваші знайомі не проти поспілкуватись на розумні теми 🙂 Писати: bohdan.bandrivskyy_at_gmail.com
juglviv
// 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 […]
juglviv