Tuesday, February 11, 2014

Book Review: Enterprise Application Development with Ext JS and Spring


I was asked to review "Enterprise Application Development with Ext JS and Spring" book by Packtpub guys and here is my review on the book. Actually now I am working on a project which is being developed using ExtJS and I thought of buying this book. But surprisingly on the very next day I was asked to review this book and gave me the ebook :-).



Book WebSite URL: http://www.packtpub.com/enterprise-application-development-with-extjs-and-spring/book

Personally I like the books which explains any technology/framework/library by taking a sample application and building the application progressively chapter by chapter. Enterprise Application Development with Ext JS and Spring book followed the same pattern and covered all levels of project development using Spring and ExtJS completely starting from Development environment setup with NetBeansIDE, Maven and Glassfish server to writing unit testing and building production ready ExtJS code using SenchaCmd.

We can find plenty of examples on Spring and ExtJS on the web, but the real challenge is stitching them together and building a real application. With this book you can build the bits and pieces (core services, UI components etc) and integrate them by following the step by step instructions as described in the book and finally create a working application.

The sample application "Task Time Tracker" is developed using Spring, JPA/EclipseLink and ExtJS. Each of these technologies are themselves huge topics and one can't cover all these topics indetail .
But the author did a fantastic job of explaining all the concepts using to build the application as much as possible.

Highlights:

  • Clear development environments steps for setting up JDK, NetbeansIDE, Maven and Glassfish, even novice users can get it done by simply following the steps.
  • You can build the application progressively chapter by chapter with proper flow, there no jumps or deviations from sequence.
  • Very detailed explanation on creating RESTful services using SpringMVC with JSON support.
  • Author explained writing JUnit tests for repositories and services with complete code examples encouraging to follow TDD.
  • Explained ExtJS MVC philosophy and build the Task Time Tracker application UI following MVC pattern.
  • Demonstrated how to use SenchaCmd to make the application production ready.


Overall I find it as a wonderful book to have if you are developing web applications using Spring/ExtJS. I would give 5 out of 5 star rating for this book.

No comments:

Post a Comment