Java Magazine July/August 2013
Що корисного/цікавого в цьому номері? Можна прочитати більш політичну, ніж технічну статтю про долю джави у Twitter’і. Цікава стаття зі консультантом по перформансу, як все змінюється “в облаках”, і т.п.. Для тих, хто вирішив освоїти МапРедюс – ріаллайф приклад з кодом. Ну і ще про лямбди, VM code cache, JavaFX, [...]
Run your Unit Tests in Parallel
It was about time when the developer of Unit Tests had the ability to run the tests in Parallel using annotations. In today’s blog post, we will look at how you can make your traditional Junit Tests to run in parallel using annotations provided by Easytest. EasyTest is a Testing Framework build on top of JUnit to [...]
Java Concurrent Animated
Java Concurrent Animated Victor Grazi дуже просто розказав про складний java.util.concurrent. Показав як і для чого використовуються Executors Future synchronized ReentrantLock Condition Semaphore ReadWriteLock CountDownLatch CyclicBarrier Phaser BlinkingPhaser AtomicInteger BlockingQueue TransferQueue CompletionService [...]
Release: Appengine 1.8.2
Вийшла нова версія Google App Engine З новинок появилась підтримка PHP, а також підтримка Eclipse WTP і модульності, що потенційно спростить розробку аплікацій під екліпсомДумаю також багатьом буде цікава підтримка gitБільше про новий реліз можна почитати тутЯк зразок аплікації запущеної на апенжіні можна подивитись на систему [...]
Explanations of common Java exceptions
Статтю можна почитати тут: http://rymden.nu/exceptions.html
Java’s Reflection API
If you have ever asked yourself questions like these: – “How do I invoke a method, having only its name in a String?”– “How do I list all the attributes in a class dynamically?”– “How do I write a method that resets the state of any given object to default values?” Then you have probably […]
VisualVM 1.3.6 Released
VisualVM 1.3.6 has been released, delivering many bugfixes and introducing several improvements: Unavailable sites aren’t deleted on startup Metaspace monitoring for JDK 1.8 Support for read-only JMX connections Comparing CPU snapshots Retained size by class in HeapWalker Built on NetBeans Platform & profiler 7.3.1 See [...]
Comparison of Java Logging Frameworks and Libraries
Please note that the comparison of the different frameworks is a work in progress. If you believe that we missed an important feature or that we got one of the details wrong, please let us know. SmartInspect log4j Logback ObjectGuy Framework License Commercial Apache LGPL Custom Source available Vendor Gurock Apache QOS – [...]