Reading an article from Reza Rahman in TSS about what is new in EJB 3.1, I could predict the future. Here is a code snippet from the article:
EJBContainer container = EJBContainerFactory.createEJBContainer(); Context context = container.getContext(); PlaceBid placeBid = (PlaceBid) context.lookup("java:global/action-bazaar/PlaceBid"); placeBid.addBid(new Bid("rrahman", 10059, 200.50)); container.close();
Yes, PicoContainer will be standardized as EJB 4.0!
How long is going to take to people learn that less is more?
This is obviously a joke. It isn’t really true.