frickjack

https://blog.frickjack.com/

Sunday, October 16, 2016

Dynamic karma.conf.js for Jenkins

›
Karma-runner is a great way to run jasmine javascript test suites. One trick to make it easy to customize karma's runtime behavior is...
Saturday, September 24, 2016

JAAS vs AWS Security Policy vs RBAC vs FireBase vs ACL vs WTF ?

›
I've been thinking a bit about authentication and authorization lately, and while I may have my head semi-wrapped around authentication ...
Sunday, August 07, 2016

Custom JUnit4 TestRunner with Guice

›
It's easy to write your own JUnit test-runner. A developer on the java-platform often writes code in the context of some framework or ...
Tuesday, July 19, 2016

Gradle with "Service Provider" Pattern

›
I've started dusting off my old littleware project over the last month or so on a "dev" branch in github. As part of the clea...
Sunday, June 12, 2016

Decouple UX and Services API's in Single Page Apps

›
An old-school PHP, Struts, JSF, Rails what have you webapp was deployed with a strong binding between the application's UX and backen...
Sunday, May 15, 2016

Problems with Cookies (session management with multiple authentication providers)

›
The web project I work on has an old-school login with username and password, check the hash in the database, and set a cookie design th...
Monday, February 15, 2016

Docker and Application Versioning

›
When transitioning from a virtual machine based deployment model to a container based model there are at least two ways to version an ap...
Sunday, January 31, 2016

javascript decomposition with bower's shorthand resolver

›
We started using bower to manage third party dependencies in our projects, and realized that we could also use bower to help decompos...
Sunday, March 15, 2015

jQuery in custom namespace

›
A re-usable javascript component that depends on jQuery may need to repackage jQuery in a custom namespace to avoid overriding other versi...
Saturday, January 11, 2014

Bumping up to jdk8 and JEE 7

›
I bumped up littleware's build to pull in JEE7 jars , and also went ahead and setup a jdk8 pre-release runtime, and so far everythin...
Tuesday, January 07, 2014

HTTP CORS Access-Control-Allow-Methods

›
I spent a few frustrating hours last week trying to figure out why PUT requests to a littleware web service I'm developing failed w...
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...
‹
›
Home
View web version
Powered by Blogger.