frickjack

https://blog.frickjack.com/

Thursday, November 14, 2013

Enable gzip HTTP filter in embedded glassfish

›
I had to google around a little bit to figure out how to enable glassfish's built-in HTTP gzip compression in my little fishRunner tool...
Thursday, November 07, 2013

openID for JAAS

›
I finally have my little ToDo app wired up with openID authentication. I'm running an openid4java based relying party , littleId, o...
Saturday, October 12, 2013

heroku glassfish runner

›
I wired up a little fishRunner tool (https://github.com/frickjack/littleware-fishRunner) that deploys a java web archive (.war file) to ...
1 comment:
Sunday, September 15, 2013

svg + img == awesome

›
I used an SVG file as the src attribute of an HTML img to solve two problems over the last couple weeks. First, I was working on an HTML...
Saturday, September 14, 2013

little to do

›
I finally have an initial version of a little to do application running using the "tree control flow" stuff I described earlier ...
Thursday, September 05, 2013

promises, promises

›
YUI recently added a cool Promises module that I've been using the last couple weeks to implement client-side API's for a webapp...
Tuesday, July 30, 2013

easy slideshow with YUI transitions

›
Using CSS transitions to animate the opacity of images is a great way to implement a web slideshow, but implementing an animation-based fa...
1 comment:
Thursday, July 11, 2013

testing YUI apps with phantomjs

›
It turns out that wiring up phantomjs to process a web page that runs a test suite based on yui's test module is pretty easy to do. ...
Wednesday, July 10, 2013

tree control-flow apps on a responsive grid

›
I wired up a proof of concept responsive browser UI that implements an application's views as a series of panels. A single panel hold...
Friday, June 28, 2013

CDI and Guice with jsr-300 javax.inject In Same Webapp

›
Things can get weird when java SE code developed with IOC is deployed into a java EE container that implements CDI. For example - the li...
Friday, June 07, 2013

javase Hibernate: goodbye Ejb3Configuration, hello JNDI Context mock

›
I've been cleaning up littleware's asset database code this week, and was dismayed to discover upon updating the hibernate depend...
Tuesday, June 04, 2013

typescript syntax highlighting in jedit and netbeans

›
Typescript syntax-highlighting is available in a few editors ( vim , emacs , sublime ) thanks to editor plugins published by Microsoft,...
1 comment:
Monday, June 03, 2013

compiling typescript with rhino javascript engine

›
I spent way too long the last couple days patching the typescript compiler (tsc) to run with java's rhino javascript engine. I menti...
‹
›
Home
View web version
Powered by Blogger.