Java SE 8 for Java EE Developers by David Delabassee/José Paumard

preview_player
Показать описание
Java SE 8 brings a bounty of improvements - Lambda Expressions, the new Date Time API, Completable Futures, streams and the fork/join common pool. In this code intensive session we will explore how these Java SE 8 features can be utilized inside Java EE 7 applications with APIs such as Servlet, JAX-RS, WebSocket, CDI, EJB 3, JPA, JMS and Java EE Concurrency Utilities. We will also briefly explore how Java SE 8 features could be effectively incorporated into Java EE 8 and beyond.
Рекомендации по теме
Комментарии
Автор

Great talk. Learnt a lot from this.
Just one correction on the slide at 7:00 : Date.from(localDate) and Time.from(localTime) dont exist.
I guess you have to convert to an instant first.

joerajeev