The Web Beans standard provides a unified component model for Java EE. Generally speaking, it allows for EJBs to be used as JSF components. Web Beans provides dependency injection between EJB, JSF, Servlets and regular Java Beans and defines new scopes like conversation. Web Beans greatly simplifies the development of JEE web applications by making the connection between the different components easy and natural.
Tags: Java, JavaEE, Web
Java Open Day
Tags: Java, JavaEE, Frameworks, AOP, Grails, Groovy, JavaFX, REST, WebBeans
Groovy is an Object Oriented and dynamic language based on the JVM.
Groovy has powerful language features (e.g., Closures, Builders, Categories) that are not available in Java.
Because of its seamless integration with Java, Groovy can provide powerful tools to any Java developer.
With the power of Groovy, developers can produce more readable and maintainable codes.
Tags: Java, Groovy, Scripting