Spring Boot for Rapid Application Development

Building Java applications using Spring Framework is pretty common. Spring creates repositories, service layers, and controllers for all exposed entities. Unfortunately, these classes are generally repetitive. Spring Roo tried to cut the overhead by automating this. Sadly, the use of AspectJ convoluted things devaluing the approach. Spring Boot Spring Boot removes a lot of the […]

Continue reading


Cross Domain ExtJS File Uploading

Uploading forms is a basic operation for most applications along with other asynchronous requests, many which may go cross domain.  While we now have CORS support for most operations, file uploading in ExtJS is behind.  Ext.form.Basic.hasUpload describes the file uploading process Returns true if the form contains a file upload field. This is used to determine […]

Continue reading


DeftJS Dependency Injection with ExtJS or Sencha Touch

DeftJS provides functionality that allows you to create ExtJS and Sencha Touch applications that are robust and highly maintainable by reducing the spaghetti code created by complex application business logic.  Out of box ExtJS and Sencha Touch give us access to Controllers, ViewContollers, Models, and Views.  Business logic can be performed in the Controllers and […]

Continue reading


Magellan Sticky Side Nav Issue with Foundation

While using Foundation (https://foundation.zurb.com/) I came across the issue of using the Magellan stick navigation plugin (https://foundation.zurb.com/docs/components/magellan.html).  For those not familiar, the plugin allows an element to stay on the screen no matter how far down you scroll.  This is really nice for navigations and shopping carts.  Unfortunately there is an issue with this plugin […]

Continue reading