JavaEE

Tag details

Welcome to the 'JavaEE' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'JavaEE'.

Look up Offsite Link "JavaEE" at The Free Dictionary

Latest blogosphere posts tagged “JavaEE”

  • Simplest Possible EJB 3.1 + JSR-299/JSR-330 Combination


    Adam BienAuthority Authority: 119
     JSR-299 / JSR-330 beans can be easily combined with EJB 3.1 without any friction. The @Stateless bean:   @Path("message") @Stateless public class ServiceFacade {      @Inject @Message(Say.GOOD_BYE)  MessageService message;      @Inject  DateService dateService;     @GET public String ...
    1 day ago
  • Java Application Platform SDK Update 8 Now Available


    SDN Program NewsAuthority Authority: 130
    This latest free-for-use, production-ready SDK has been updated with Sun GlassFish Enterprise Server v2.1.1. The SDK bundles with Java SE (JDK) 6 have been enhanced with JDK 6 Update 17. Read the overview and download the SDKs now. Multilingual support is available.
    4 days ago
  • Explore NetBeans IDE 6.8 Release Candidate


    SDN Program NewsAuthority Authority: 130
    The first IDE to offer support for the entire Java EE 6 spec! Highlights include improved support for PHP, Project Kenai, Maven, C/C++ and more. Download now.
    4 days ago
  • POST-REDIRECT-GET and JSF 2.0


    SDN Program NewsAuthority Authority: 130
    This Tech Tip shows you how to implement the POST-REDIRECT-GET (PRG) pattern in JavaServer Faces 2.0 technology.
    1 week ago
  • Troubleshooting OpenSSO with Firefox Add-Ons: Part 5, Identity Provider Initiated Fedlet Single Sign-On


    SDN Program NewsAuthority Authority: 130
    Use the Firefox web browser to explore an OpenSSO identity provider initiated fedlet deployment. Read the article .
    1 week ago
  • Are Naming Conventions For JUnit 4+ Still Needed?


    Adam BienAuthority Authority: 119
    JUnit 3 used naming conventions for the identification of test methods. JUnit 4 uses annotations for that purpose, so that the prefix "test" is actually superfluous. It is not only superfluous, but also redundant. Instead writing something like: @Test public void test AverageTotalStartedThreadCount() {} you ...
    2 weeks ago
  • Raffle for Sun Web Server Book


    SDN Program NewsAuthority Authority: 130
    Write a review of Sun Java System Web Server to enter the raffle for a free copy of Sun Web Server: The Essentials Guide . Learn more .
    2 weeks ago
  • New Features in Sun GlassFish Communication Server 2.0


    System News for Sun Users - The BlogAuthority Authority: 139
    Available Now, Download for a Free Evaluation Sun GlassFish Communications Server is a Java EE technology-based converged application server combining enterprise service-oriented architecture (SOA) and Web services capabilities with Session Initiation Protocol (SIP) servlets. Version 2.0 is the latest version, ...
    2 weeks ago
  • ...and the Adoption Of EJB 3 / Java EE is:


    Adam BienAuthority Authority: 119
    far better than expected. The landscape: Java EE 5 is already supported by 14 (all major) application servers . Java EE 6 is already supported by Glassfish 3 and partially by JBoss 6.0 and Geronimo. The adoption is harder to estimate - but it seems like Java EE 5 (6 is too early) and EJB 3 are gaining ...
    2 weeks ago
  • Java EE 6 Kills The WAR-Bloat - The KiloByte Deployment


    Adam BienAuthority Authority: 119
    The beauty of Java EE is the lack of libraries and JARs which have to be deployed with your project. Everything you needs resides already on the server. This makes your WARs / EJB-JARS / EARs extremely lean. They only consists of your compiled classes - the actual business logic. There is no need to deploy anything, ...
    3 weeks ago
  • How To Pass Context Between Layers With ThreadLocal And EJB 3.(1)


    Adam BienAuthority Authority: 119
    TransactionSynchronizationRegistry is the way to go - you dont have to worry about the existence of multiple thread pools. However it only works inside a transaction. If you need to pass the context from the web layer (before a transaction is initiated), to the EJB container, where the transaction actually starts, ...
    3 weeks ago
  • Using Sun GlassFish Portfolio in the Cloud


    System News for Sun Users - The BlogAuthority Authority: 139
    Making the Most of the Portofolio in Amazon EC2 A Sun white paper sets out to explain how to maximize the Sun GlassFish Portfolio in the Amazon Elastic Compute Cloud (EC2) public cloud environment, with a focus on running applications using the Sun GlassFish Enterprise Server in the EC2. The Sun GlassFish Portfolio is ...
    3 weeks ago
  • Fire And Forget. Without JMS. With EJB 3.1 and 8KB WAR File


    Adam BienAuthority Authority: 119
    JMS was often used just for asynchronous execution of synchronous methods. Now you can achieve the same with a single annotation: @Asynchronous. The following EJB 3.1 stores a JPA entity in an asynchronous way: @Path("message") @Stateless public class MessagingService {     @PersistenceContext ...
    3 weeks ago
  • JBoss : Vision and Execution


    Rich Sharples' BlogAuthority Authority: 108
    Another nice score card from Gartner puts JBoss Enterprise App. Platform in the leader’s quadrant of the Gartner Magic Quadrant for Enterprise Application Servers. That’s the fourth year in a row, in case you were wondering. Unscientific as it is – comparing with last year I’d say the leaders are widening ...
    3 weeks ago
  • Java News Bites


    System News for Sun Users - The BlogAuthority Authority: 139
    Short Items of Interest for the Java Community Java Card 3 in Classic and Connected EditionsGlassFish Enterprise Server v2.1.1Latest Release: Java 6 Update 17J2SE 5.0 Reaches End of Service LifeList of Security Updates for Java SEInstalling Java 6 Update 17 in Windows XPEarly Access Build: Java SE 6 Update 18 ...
    3 weeks ago
  • Using CDI and Dependency Injection for Java in a JSF 2.0 Application


    SDN Program NewsAuthority Authority: 130
    This Tech Tip illustrates the use of three powerful technologies in the Java EE 6 platform: Contexts and Dependency Injection, Dependency Injection For Java, and JavaServer Faces 2.0.
    4 weeks ago
  • The GlassFish Advantage for Small Businesses


    SDN Program NewsAuthority Authority: 130
    This paper summarizes the benefits of GlassFish for small businesses with an overview of the products core features and a look at the experiences of three young companies: Webzzle, TravelMuse, and Clarity Accounting. (Login or registration required.)
    4 weeks ago
  • Releases / Lifecycles and other Product Management Miscellany


    Rich Sharples' BlogAuthority Authority: 108
    This week we GA’d JBoss EAP 5.0 . As you’d expect from a new release there’s a long list of new features, capabilities and APIs and at some point I’ll talk about those some more. But the intention of this post is to give you an idea of some of the other less visible things that have happened with this ...
    4 weeks ago
  • Sudden Death Of Enterprise Projects?


    Adam BienAuthority Authority: 119
    It seems like the huge, data driven, projects are either somehow completed, or were replaced by standard solutions. Especially in tougher times, even big enterprises are interesting in saving money and build software in more pragmatic ways. These are actually good news. Often (almost always) you can implement the ...
    4 weeks ago
  • How To Expose And Inject A POJO ...Into An EJB 3


    Adam BienAuthority Authority: 119
    A POJO: public class CustomResource{     public final static String JNDI_NAME = "theName";     public void doSomething(){         System.out.println(" #Done ! ");     } } can be easily exposed (=bound to JNDI) with a singleton bean: @Startup @Singleton public class ...
    4 weeks ago

Comments about JavaEE

Personal attacks are NOT allowed
Please read our comment policy