If you tired of writing get/set or equals/hashcode methods you can try Lombok. It’s a cute project which provides several useful annotations like @Getter / @Setter Never write public int getFoo() {return foo;} again. @Getter(lazy=true) Laziness is a virtue! @ToString No need to start a debugger to see your [...]
JUG Lviv
I’m not sure if everybody knows about YouTube Java channel. You can get there newest video about any thing from java life. So enjoy!
JUG Lviv
Yesterday I received two books for review from famous publisher – O’Reilly First one Spring Data Modern Data Access for Enterprise Java Actually I’m reading it right now and planing to write review soonSecond one is MapReduce Design Patterns Building Effective Algorithms and Analytics for Hadoop and Other [...]
JUG Lviv
The ratio of time spent reading [code] versus writing is well over 10 to 1 […] [therefore] making it easy to read makes it easier to write [...]
JUG Lviv
Packt Publishing announced Christmas Sale. If you order two(or more) e-books each one will cost 5$. This offer is available until Thursday 3rd Jan 2013. So hurry up!
JUG Lviv
Don’t worry if it doesn’t work right. If everything did, you’d be out of a job – Mosher’s Law of Software Engineering
JUG Lviv
Oracle випустив Developer Preview версію Java для ARM процесорів. Тепер всі, хто бажає, можуть поставити Java SDK8 яке також включає JavaFX. Oracle також просить всіх лишати свої відгуки на їхньому фідбек форумі
JUG Lviv
First, solve the problem. Then, write the code [...]
JUG Lviv
Google проводить Android Developer Survey. Відповіді на питання можна залишити на ось цій формі. Опитування закінчиться в неділю 16-го грудня тому поспішайте. Результати ми викладемо на блозі як тільки вони з’являться
JUG Lviv