Однойменна стаття Why Functional Programming in Java is Dangerous доречі, хтося знає, чи вже додали (чи принаймі збираютсья додати у Java 8) підтримку хвостової рекурсії на JVM? чи може ви знаєте якісь не ораклівські JVM які підтрримують хвостову рекурсію?
juglviv
The question, ‘Who ought to be boss?’, is like asking, ‘Who ought to be the tenor in the quartet?’ Obviously, the man who can sing tenor [...]
JUG Lviv
200 Андроід відео. 1 – Download and Install the Java JDK 2 – Installing Eclipse and Setting up the ADT 3 – Installing Android SDK and Set up Emulator 4 – Setting up an Android Project 5 – Overview of Project and Adding Folders 6 – Introduction to Layouts in XML 7 – Creating […]
juglviv
Yesterday Google announced “Google Drive SDK Early Access Program“. Everybody who joins that program will be able to try two upcoming features Google Drive Realtime API and Push Notifications.You can read more about program on googleappsdeveloper blog. So hurry up!
JUG Lviv
Невеликий тест, що буде в результаті виконання коду і чому (не користуватись IDE!!!) Sample 1 public void javapapers() { System.out.println("java"); return; System.out.println("papers");} Sample 2 public void javapapers() { System.out.println("java"); if(true) { return; } System.out.println("papers");} Sample 3 public void javapapers() { [...]
juglviv
Промова James Gosling на Google user group. Річ яка заставила мене подивитись по новому на джава. І в 2010 мені було дуже неспокійно. Але зараз 2013 і життя вже здається не таким трагічним 🙂
juglviv
Interesting link: http://www.locknloadjava.com/
juglviv
Спрінг анонсував наступний крок в еволюції Spring. For Spring Framework 4.0, our focus is on emerging enterprise themes in 2013 and beyond: First-class support for Java SE 8 based Spring applications:language features such as lambda expressions; APIs such as JSR-310 Date and Time Configuring and implementing Spring-style applications [...]
juglviv