Article Series: Migrating Spring Applications to Java EE 6 - Part 1 | How to JBoss - 1 views
-
In fact people still love those books without realizing that the world has changed dramatically ever since
-
The reality check here is to wonder whether the rhetorics set forth by Rod Johnson in his 2003/2004 books are still actual today
-
So if you still care about those books, the best way to show your appreciation is probably to use them as your monitor stand
- ...21 more annotations...
-
The discussion whether or not to use Spring vs. Java EE for new enterprise Java applications is a no-brainer
-
since then fallen a prey to the hungry minds of Venture Capitalists and finally into the hands of a virtualization company called VMware
-
While the different companies and individuals behind the Spring framework have been doing some work in the JCP their voting behavior on important JSRs is peculiar to say the least
-
some developers completely stopped looking at new developments in the Java EE space and might have lost track of the current state of technology
-
Firing up the latest JBoss AS 7 Application Server from scratch and deploying a full blown Java EE 6 application into the server takes somewhere between two and five seconds on a standard machine. This is in the same league as a Tomcat / Spring combo
-
Java EE 6, the Context and Dependency Injection (CDI) specification was introduced to the Java platform, which has a very powerful contextual DI model adding extensibility of injectable enterprise services
-
common pitfall when taking AOP too far is that your code might end up all asymmetric and unreadable. This is due to the fact that the aspect and its implementation are not in the same place. Determining what a piece of code will do at runtime at a glance will be really hard
-
With Arquillian we can get rid of mocking frameworks and test Java EE components in their natural environment
-
Capability Spring JavaEE Dependency Injection Spring Container CDI Transactions AOP / annotations EJB Web framework Spring Web MVC JSF AOP AspectJ (limited to Spring beans) Interceptors Messaging JMS JMS / CDI Data Access JDBC templates / other ORM / JPA JPA RESTful Web Services Spring Web MVC (3.0) JAX-RS Integration testing Spring Test framework Arquillian *