Monday, March 8, 2010

Spring EYE on JAVA EE - 10

Till this point we have successfully created a distributed enterprise application. Thanks to Spring, we achieved this goal without touching cumbersome EJBs. Though there are indeed still plenty of commonly used enterprise components like Email, WS, JMX, etc. not explored here, this mini-series demonstrated the power of Spring and its general approach target Java EE application. There are still plenty of places can be refactored. For example, uniform DAO access to database persisted object (Order) and static defined object (Report); Standard converter between domain object and UI backing beans. These are clearly not critical to the Spring so I left them to the audiences.



In summary, in this article I demonstrated how easy Spring can be used to develop enterprise application. Technologies addressed here are:


Spring MVC, Spring DI, Spring AOP, Spring JMS, Spring RMI, Hibernate, DAO, ActiveMQ, HSQLDB.



Previous    Next: Uniform DAO

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home