Marc Dzaebel

Greenhorn
+ Follow
since May 18, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Marc Dzaebel

This book leads you into the new functional Java 8 world in the right steps and coverage. It was one of the first available on this stuff but still complete. I'd like to complement, that the book has the right depth to start into different new areas even with JavaFX, JavaScript (Nashorn) and Concurrency. You feel the deep insights of Cay S. Horstman, who is a professor of computer science, Java Champion and the author of many Core Java (JSF, Scala, C++, Python, OO) books. Just read this book and you know, that there is a new language that actually enables new powerful programming types. Many old and new programs now have to be written differently.
9 years ago
The JSF 2.2 specification says: The annotations in the package javax.faces.bean will be deprecated in a version of the JSF specification after 2.2. Therefore, developers are strongly recommended avoid using those annotations and instead use the ones from Java EE 6 (CDI). In all relevant books/articles from A.Gupta, D.Weil, A.Bien, A.Gipson etc. CDI beans are recommended. CDI beans are far more flexible as you can make use of type safe injection filtered by qualifiers, interceptors, scopes, events, decorators, stereotypes and producer methods.
10 years ago
JSF