links for 2010-10-18

Vaadin Web App Dev Framwork – thinking of U and I – vaadin.com YAWF – Yet another web framework. Might be worth looking into for quick development of AJAX apps. (tags: webdev application development software java ajax gwt framework)

links for 2010-09-28

CQRS: Command and Query Responsibility Segregation – Rinat Abdullin An interesting design pattern: reads are synchronous and hit a read-only, read-optimized database. Writes are asynchronous. Writes are "published" to the read-only query database as part of the process of handling the Write request. (tags: enterprise architecture database development pattern soa cqrs blog data software practice … [Read more…]

links for 2010-09-14

Asteroids – HTML 5 Canvas and JavaScript demo Unbelievable. Asteroids in javascript and HTML5 canvas. (tags: browser canvas development firefox game javascript asteroid asteroids atari demo example html5)

The Checklist Manifesto

I’ve just finished listening to the audiobook version of The Checklist Manifesto by Atul Gawande. (Book web site at thechecklistmanifesto.com). Overall I think it’s worth reading, especially for those of us in highly technical roles. Overview The book outlines Dr. Gawande’s experiences with checklists, and what he’s learned about how they can make the performance of … [Read more…]

links for 2010-09-08

canvasXpress | Javascript Canvas Graphing Library Yet another JavaScript based graphing library. Looks pretty good, but I am getting some errors for some of the graph types, notably pie charts. (tags: javascript graphing graphs charts charting api library development)

links for 2010-08-19

MDB Tools | Reviews for MDB Tools at SourceForge.net Read Access files from C (tags: access database source library opensource) /trunk/components/forks/mdbtools – LOCI Software And another Java-based Access database library (tags: access development database jdbc java palm office source tool) Jackcess – Java Library for MS Access mdbtools in C is having trouble with my … [Read more…]

links for 2010-08-14

http://www.evernote.com/about/developer/api/evernote-api.pdf Thinking of creating a client that will sync PalmOS Memos to evernote memos, since there's no PalmOS client. I already have a Java app that uses jdbc:odbc to read the Palm Memo database. (tags: evernote palm memo sync java client jdbc odbc hotsync)