blogs.jsfcentral.com
Episode 27 - Enterprise Java Newscast - May 2015 : Enterprise Java Newscast
http://blogs.jsfcentral.com/JSFNewscast/entry/episode_27_enterprise_java_newscast
Laquo; Episode 26 - Enterpr. Episode 28 - Enterpr. Saturday May 16, 2015. Episode 27 - Enterprise Java Newscast - May 2015. The Enterprise Java Newscast, hosted by Kito D. Mann, Ian Hlavats, and Daniel Hinojosa, is a monthly podcast that covers the latest headlines in the world of Enterprise Java development. In this episode, Kito and Daniel are joined by special guest Seb Rose (co-author of T. He Cucumber for Java Book: Behaviour-Driven Development for Testers and Developers. Polymer 0.8 Release. Https:...
balusc.omnifaces.org
The BalusC Code: June 2015
http://balusc.omnifaces.org/2015_06_01_archive.html
Code depot of a Java EE developer. Wednesday, June 3, 2015. OmniFaces 2.1 release! This version brings relatively more enhancements and fixes than really new things. Among others, the code base has been thoroughly tested with serialized view state turned on (as in. Javaxfaces.SERIALIZE SERVER STATE=true. Methods). Finally, the CDI detection has been altered to be better compatible with Tomcat OpenWebBeans. As usual, in the. Annotation, improved SVG support by. And drop it in. Version 2.1 /version. Howeve...
jsf-showcase.zeef.com
JSF Showcase by Anghel Leonard | ZEEF
https://jsf-showcase.zeef.com/index.xhtml
This is a comprehensive JSF showcase containing artifacts from the most popular JSF libraries (more than 15 libraries have been scanned). Instead of looping multiple JSF showcases, find the needed artifacts in just a few moments. Http:/ omnifaces-fans.blogspot.ro/. Published 1 year ago. Updated 8 months ago. Button (as h:button/ ). Injection in JSF Artifacts. JSF 22 View Declaration Language. JavaServer Faces API (2.2). JsDoc Reference (2.2). Apache DeltaSpike (utility library). PrimeFaces 5.2 VDL. Input...
beyondjava.net
Performance | Beyond Java
http://www.beyondjava.net/blog/category/performance
Beyond the java island. Newsflash: Sometimes Using Float is Faster Than Using Int in Java. Performance considerations in the eighties. 8230; compared to 2016. As Grey Panther shows in his article. However, what’s more important, is that every data type is blazing fast. You can choose the data type that suits your problem. In earlier times, performance considerations often dictated the choice of the data type. Luckily, this is a thing of the past. Benchmarking the cost of primitive operations on the JVM.
beyondjava.net
Java 8 | Beyond Java
http://www.beyondjava.net/blog/category/java-8
Beyond the java island. Category Archives: Java 8. TypeScript and ES2016 Decorators vs. Java Annotations. Consider this TypeScript snippet. It’s a very simple Angular2 component. It looks almost like a Java class, doesn’t it? Component({ selector: 'my-app', template: ' h1 My First Angular 2 App /h1 ' }) export class AppComponent . In particular, the. That’s exactly the same thing I already knew from the Java world. That takes a function as a parameter and returns another function. The @ of. Function and ...