Pete Muir gave a great talk on Java EE 6 and CDI last night. I've had requests for the example he used during the talk, so here are the details:-
The pastebin example that Pete used to demonstrate the features of CDI can be found at
https://github.com/weld/core/tree/3918032c3434d27ba4dc1559e24fc7f8c75d0270/examples/jsf/pastecode
If you are wanting to run it on AS7 then use the version at https://github.com/weld/core/tree/3918032c3434d27ba4dc1559e24fc7f8c75d0270/examples/jsf/pastecode instead. These changes will be merged into the main version once timer support is added to AS7
For those who want to look at Weld it can be found at http://www.seamframework.org/Weld
Next months talk will be about the JBoss World keynote demo. We will recreate the demo and discuss the technologies used to build it. The demo went down a storm at jboss world so it should be another good session.
Comments