Java News Feed
Java News
April 30, 2013 -
The final set of Java Enterprise Edition (Java EE) 7 Platform JSRs have passed their Executive Committee (EC) Final Approval Ballots yesterday! JSR 236, Concurrency Utilities for Java EE, passed the EC Final Approval Ballot with 19 yes votes.
JSR 340, Java Servlet 3.1, passed the EC Final Approval Ballot with 19 yes votes. JSR 342, Java EE 7, passed the EC Final Approval Ballot with 19 yes votes...
April 30, 2013 -
Interview with Santiago Pericas-Geertsen on JSR 339: JAX-RS 2.0. Dr. Santiago Pericas-Geertsen is a Principal Member of Technical Staff in the Sun Glassfish organization at Oracle, and an architect and technical lead in the Avatar project. Within the JCP program, Santiago is a Spec Lead for JSR 339: JAX-RS 2.0 The Java API for RESTful Web Services. While at Sun Microsystems, Santiago was a tech lead for the Glassfish Mobility Platform, a developer and lead in the Fast Web Services project and...
April 30, 2013 -
With an additional Maven 3 dependency and three dependencies in total, you can integrate Vaadin 7 with your Java EE 6/7 backend in an efficient way. No XML configuration or any other configuration is needed. With the cdi-integration you can not only inject EJBs and CDI managed beans directly to the UIs and views, but also expose the view with a single annotation...
April 29, 2013 -
Orange Labs is running a contest for the next cool app powered by Java, in association with City of Warsaw and with investment partner IQ Partners. The Grand Prize is an invitation to Oracle OpenWorld 2013 & JavaOne 2013 San Francisco – hotel, airfare, and admission included! Three first place prizes are internships at Orange Labs. And the best business-oriented application creator IQ Partners SA will help to create own business (great funds are provided!)...
April 29, 2013 -
Emmet is an amazing tool that greatly improves the coding productivity for web applications. It is well known among web developers, and in fact, many NetBeans users have requested support for Emmet in NetBeans. The good news is that thanks to Sergey Chikuyonok, the creator of Emmet, and Lorenzo Stanco, the author of the original Zen Coding plugin, the Emmet plugin is now available on the Update Center for NetBeans IDE 7.3 (as well as 7.2). Let's see how it works...
|
Editor`s BlogBased on the results of the last-completed Java.net poll, this year's JavaOne in San Francisco, CA is going to be a huge success. Of course, Java.net polls aren't scientific, but it's still surprising when developers overwhelmingly select a single option in a poll. A total of 2146 votes were cast... SpotlightsCongratulations to the newest Java Champion, Linda van der Pal! She has been a developer since 2002, visiting many conferences to gather and share knowledge. In 2006, she founded Duchess, a network for women interested in Java. She is now a member of the board of the Duchess Dutch chapter, along with Java Champion Régina ten Bruggencate. "We give a voice to women all over the world who work... For many Web-based client-server applications, the old HTTP request-response model has its limitations. Information has to be transmitted from the server to the client in between requests, rather than upon request only. A number of "hacks" have been used in the past to circumvent this problem, for example, long polling and Comet. However, the need for a standards-based, bidirectional and... Last week I proposed to delay the release of Java 8 in order to finish Project Lambda, which has been delayed due to Oracle’s renewed focus on the security of the Java Platform.Thanks to everyone who responded to that proposal, in comments on my blog entry, on Twitter, and elsewhere. The feedback was generally in favor, though understandably tinged with disappointment... Template Method pattern is one of the 23 design patterns explained in the famous Design Patterns book by Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides. The intent of this pattern is stated as: Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. TemplateMethod lets subclasses redefine certain steps of an algorithm without changing the algorithm... |