Tag Archives: java

Oracle suing Google for the use of Java in Android

I think a counter-suit for anti-trust infringement for acquiring MySQL is in order! For a background on Google’s history with Android from 3 years ago, read here.

Also tagged , , | Leave a comment

Teaching an old Framework new tricks!

In summary, I want to discuss an alternative approach for developing a rich, dynamic UI using Struts1. The basic approach is: Java Object to JSON string JSON String consumed by Javascript Manipulate UI, update Javascript model On submit of form serialize Javascript model to JSON string Set value of hidden input to JSON string JSON [...]

Also tagged , , | Leave a comment

Combine your JS and CSS files with pack:tag

Recently I needed to combine a whole heap of javascript files into a few files for performance reasons. On this particular project, we have a very large number of custom widgets we’ve written to extend the awesome YUI library. Keeping our javascript in small, modularized files is great for development and maintenance, and debugging. It [...]

Also tagged | 3 Comments

Adroit 1.1 release

I just put up a new release of Adroit, changes are described at the link. I’ve been using this framework for awhile now on my wife’s website, sayitonthewall.com, and am currently using it to develop an eCommerce site for pujbaby.com (not live yet, thats their previous site). It’s been working out great, providing me a [...]

Also tagged , , | Leave a comment

Page optimized by WP Minify WordPress Plugin