Java Virtal Machine.net

[ News ] rss

February 01, 2011

Mark Wielaard: New GPG key. Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...

More »

February 01, 2011

Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!. We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5. This update contains the following security updates: The IcedTea project provides a harness to build the source code from OpenJDK6 u...

More »

March/2024
SunMonTueWedThuFriSat
     12
3456789
10111213141516
171819 20212223
24252627282930
31      

[ Archives News
for 'Java Technology' ]

home > news > java technology > jsr 330 style injection support for jsf managed beans

JSR 330 Style Injection Support For JSF Managed Beans

One of the features that had been lacking in JSF has been the ability to use the JSR 330 @Inject annotation for injecting object instances into JSF managed beans.  The feature now has been enabled in GlassFish 3.1 - starting with the latest July 22 nightly builds, or a current source build.  So now, you should be able to use it in a JSF managed bean as follows: import javax.inject.Inject; .... @ManagedBean @SessionScoped   public class UserNumberBean implements Serializable {     @Inject     private Count count; ...     public String getCount() {         if (null != count) {             return count.getCount();         } else {             return "";         }     } ... }       Cheers...  


Date: July, 23 2010
Url: http://www.java.net/blog/rogerk/archive/2010/07/23/jsr-330-style-injection-support-jsf-managed-beans


Others News

©2002-2019Java-Virtual-Machine.net static website generator | free website generator | Mobirise Templates | free icons | html slider