links for 2007-11-16

CSSToXSLFO I’m producing some XHTML documents from some XML, and I want to print them all. There doesn’t seem to be a good, free “Batch HTML Print” option around. There are a few HTML to PDF converters, but they all have limitations. I’m hoping this plus FOP to PDF (tags: html pdf css fop xsl-fo … [Read more…]

links for 2007-11-15

Behaviour : Using CSS selectors to apply Javascript behaviours Seems to me this is the way to go. Replace all those onXxxx and scrip tags with a single script tag and a “behavior style sheet”. (tags: javascript css html development) PmWiki | Cookbook / ShowHide I want to “show” all the initially hidden elements when … [Read more…]

links for 2007-11-03

Google Research Publication: Chubby Distributed Lock Service I’ve got to coordinate activities between a group of nodes, and not looking forward to implementing my own mini-distributed locking setup. But this looks complex and I don’t see a link to source… (tags: distributed locking programming software) DistributedLockServer – Lucene-hadoop Wiki Another possible locking implementation… but it … [Read more…]

links for 2007-10-27

Open Source PDF Libraries in Java Just created a simple PDF parser for a file that the vendor is creating only in PDF. I can now insert the data into a database table! Yay! (tags: api development java library opensource pdf programming software)

links for 2007-10-24

Java Web Hosting, J2EE, JSP, Tomcat, JBoss – Our Hosting Services I looked into creating a Java hosting setup, and it was very difficult… I wonder how these guys do it? (tags: java hosting webhosting jsp internet)