cocooncenter: Home

[ via Apache Cocoon Users' List ] CocoonCenter.org has HOWTO’s and FAQs on using the Apache Project’s XML serving engine. Lots of stuff there which I’ll dig into later.

Radio, meet Cocoon

Dave mentioned Tony Collen’s piping OPML through Cocoon. Cool stuff.

The Glass Engine

[ via The Shifted Librarian ] Oh, my G_D. This is perfect. Navigate all of composer Philip Glass’ works by a number of axes: year, genre, mood. The works themselves are broken down by mood, etc so if you want a highly intense piece, you’ll be taken to “Where have you been asked the Doctor” [...]

cTwIG - Cocoon Two Idiots Guide

A self-described idiot’s guide to Cocoon Two. The Apache Project’s XML publishing framework.

Afghan Map viewers in Java

Mike Gunderloy saw my entry on the National Geographic map site, and sent a link to a company called Telemorphic. They have three web-based map viewers you can try. Two run as Java applets, and I suggest that you try them with Java WebStart (which pops them open separately from the browser). I was pleasantly [...]

XML syntax for Java Server Pages

Verson 1.2 of the Java Server Page specification provides an XML syntax for writing JSPs. Switching to XML syntax makes code generation and documentation easier.

Categorical Syllogisms in Java

[ via Must See http:// ] This is for my friend Lucy who’s taking her philosophy (logic) final this week. Venn diagrams to go please!

More on running Tomcat under OS X

[ via mac.scripting.com ] Apple Developer Connection has an article on installing and running the Apache Tomcat servlet container under Mac OS X. It’s a different approach than Murray Todd William’s Tomcat + Cocoon package installer. It also gives some hints on how to specify CLASSPATHs correctly (since OS X’s framework structure puts Java classes [...]

UWOBO XSLT Processor

[ via XML Hack ]
UWOBO is a XSLT Stylesheet processor running as a HTTP server. In can be contacted with a proper URL giving the URI of a XML document and a list of stylesheets to be applied. The processor will apply the stylesheets in the given sequence and will return the processed document as [...]

Java and XSLT Tips

Good article on XSLT and Java techniques. I know, this is a lame comment, but I’m tired and need to look through my slides again.

PHP and Java

A tutorial on building Java support into PHP, and how to call Java classes from your code.

Developing Applying and Optimizing XSLT with Java Servlet

It is hard to imagine a situation where XML and XSLT would not work, often more elegantly than JSP or pure servlet approaches.

Tomcat and Cocoon Package for OSX

I forgot to list Murray Todd Williams’ installer package for Tomcat and Cocoon on Mac OS X. I was able to install it and wire it into my Apache server while sipping coffee in a Madison cafe.

Dot Com Day Laborers

As a JavaOne media prank, unemployed coders lined up in the fashion of day laborers on busy streets, malls, and the I280/DeAnza offramp, looking for work.

Tomcat on OS X

Another HOWTO on installing Tomcat under OS X