Tag Archives: Java

Was belegt eigentlich wieviel Plattenplatz?

sagt einem JDiskReport (z.B. per Java Webstart) recht schön zum Durchklicken:

apns4j – look at the dark side of FOSS

It’s either trivial or harder than it looks – (at least) four stalled projects named apns4j:

http://sourceforge.net/projects/apns4j/ (zero files in svn)
https://apns4j.dev.java.net/source/browse/apns4j/ (zero *.java in svn, same ownername as above)
http://code.google.com/p/apns4j/ (zero files in svn, same ownername as above)
http://github.com/netmask/apns4j (three commits)

I didn’t look closer – maybe the last was gifted with a mature birth. The first three …

Google App Engine + XSLT

Google App Engine (java) doesn’t do XSLT transformations out of the box. Using a Transformer like
TransformerFactory.newInstance().newTransformer(new StreamSource(…)).transform(…);
yields a

Nested in javax.servlet.ServletException: java.lang.NoClassDefFoundError: com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary is a restricted class. Please see the Google App Engine developer’s guide for more details.:
java.lang.NoClassDefFoundError: com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary is a restricted class. Please see the Google App Engine developer’s guide for more details.

These google …

64-bit Java Plug-In Now Available

Got this mail from Sun recently:
– snip — snip — snip — snip — snip — snip — snip — snip –

Dear Java community,

You are receiving this email because you have either voted for or added a watch to one of our most wanted features in Java SE: 64-bit Java Plug-In (Bug ID: 4802695).

This …