-
Tip: use the axis:axis:1.4 Maven artifact if you need Axis 1.4 support
For a Java program that can be run from the command line I used the Maven Assembly plugin to generate a JAR file with all dependencies included.
Although the build was successful, running the software generated a NoClassDefFoundError, caused somewhere in Axis. After a lot of time I finally found some information about the existence of two Axis artifacts in the central Maven repository. Axis 1.4 is available under groupid axis and org.apache.axis.
The POM file of the axis:axis:1.4 artifact includes a number of runtime dependencies, which are not included in the other. Since I used the incomplete version the resulting JAR missed some necessary classes.
So if you use Axis 1.4, define a dependency on the axis:axis:1.4 artifact, not org.apache.axis:axis:1.4.
-
Google Closure tools
Google announced the availability of Google Closure Tools, a set of JavaScript tools to help development of web applications. The set contains:
- Closure Compiler: a JavaScript optimizer
- Closure Library: a JavaScript library with reusable UI widgets and controls, utilities for the DOM, server communication, animation, data structures, unit testing, rich-text editing etc.
- Closure Templates: a client- and server-side templating system that helps you dynamically build reusable HTML and UI elements.
-
Google en Microsoft indexeren tweets
Zowel Google als Microsoft kondigen aan dat ze tweets in de resultaten van hun zoeksites gaan opnemen.
-
De route van de Stad Amsterdam
De clipper Stad Amsterdam vaart de reis na die Charles Darwin met de Beagle maakte en de VPRO heeft daar een mooie site voor gemaakt.
Op de site kon ik geen data over de positie van schip en de berichten vinden om te hergebruiken. Daarom heb ik zelf maar een programma gemaakt dat de positie van het schip ophaalt. Daarmee kun je bijvoorbeeld een kaart met de route maken, of een KML bestand.
-
Analoog of digitaal – maak je keuze
32 boeken met met 65.000 artikelen voor €1283 óf 1 gadget met meer dan 3.000.000 artikelen voor €66.
Wat zou jij nemen?
-
Astronomy picture of the day feed met grote foto’s
De RSS feed van Astronomy Picture of the Day (APOD) waarop ik geabonneerd ben is er mee gestopt. Toen viel me pas op dat het niet de feed van de site zelf was, maar een versie die iemand zelf in elkaar had gezet. Nu heeft de APOD site zelf wel een feed, maar daar staan alleen kleine fotootjes in. En ik zie liever de hele foto direct in mijn feed lezer.
Daarom heb ik zelf maar een feed gemaakt met de grote foto’s.
-
Inleidingen toegevoegd aan atletieknieuws
Een toevoeging aan het atletieknieuws: indien mogelijk wordt er nu ook een korte inleiding bij een bericht getoond. Standaard staat deze mogelijkheid uit, je maakt de tekst zichtbaar met de instelling
Toon samenvattingen
die je kunt vinden in de balk om berichten te kiezen. -
Stof verduistert Sydney
The Big Picture heeft een mooie set foto’s van de stofstorm die vanmorgen Sydney (Australië) bedekte. -
Simple Cloud API
A new initiative called Simple Cloud API aims to give PHP developers easier access to cloud technologies. The project will produce a new Zend_Cloud component for the Zend Framework.
From the FAQ:
The Simple Cloud API is an open source project that makes it easier for developers to use cloud application services by abstracting insignificant API differences. One of the design goals of the project is to encourage innovation. To this end, the Simple Cloud API can be used for common operations while users can easily drop down to vendor libraries to access value-add features.
-
Aparte pagina voor internationaal atletieknieuws
Het overzicht met atletieknieuws is aangepast. De niet-Nederlandstalige berichten hebben een eigen pagina voor internationaal atletieknieuws gekregen. Dat lijkt me wat overzichtelijker.