- JSF 2.0
- Restful Services
- CDI 1.x
- EJB 3.1
- JPA 2.0
- Bean Validation
- Arquillian Tests
Some of the other JEE features sprinkled thruout the example are event fire and observe techniques. Also @Producers (think factory) and @Named beans. And bean validators, which is just plain cool to me. Think of it, the same validation that you use on the entities can be used directly by the UI. One set of rules.... very dry.
So if you're interested in fast approach to java web development, try out eclipse, jboss tools and this archetype and I think you'll be up and running in no time.
No comments:
Post a Comment