Sencha Touch is a complete MVC JavaScript framework specially designed to create mobile web applications for touchscreen devices like Andriod, Apple iOS. Sencha Touch allows developers to create applications for mobile platforms that feature web browsers implementing the latest standards, like the WebKit browser engine. Sencha Touch team has taken a deliberate decision not...
The release of Spring 2.5 reduce the burden of XML by introduction annotation based configuration, but you still needed to bootstrap Spring in XML. However in Servlet 3 and Spring 3.1 we can now drop XML completely and have 100% code based configuration. All thanks to the Servlet 3 specification. So lets see today...