Archive for the ‘java’ Category

Top Ten Truly Obscure But Useful Java Projects

Friday, July 9th, 2004

Top Ten Truly Obscure But Useful Java Projects

A list of the Java projects you’ve never heard before but always wished for.

via TheServerSide.com

XStream

Monday, June 21st, 2004

XStream – Java to XML serialization, and back again.

Neat and useful.

What’s the deal with javadocs.org?

Monday, May 31st, 2004

What is with javadocs.org? Can someone explain it to me, I would really like to know!

Russell Beattie mentions it. Tim Bray links to it. But what is it more than a glorified front-end to google or a ctrl-f search in the bottom left frame when browsing the API documentation?

java.net: Quick and Easy Object Persistence: pBeans Groovy Beans

Thursday, May 20th, 2004

java.net: Quick and Easy Object Persistence: pBeans Groovy Beans [May 20, 2004]

That is how object persistence should be done. Easy, simple and fun. No messy javadoc attributes, no big horrible XML schemas, just plain Java. And if wanted Groovy makes it even more simple.

JCP Approves Groovy Language JSR: Sun endorses language

Wednesday, March 31st, 2004

JCP Approves Groovy Language JSR: Sun endorses language. This is interesting, maybe Groovy can make coding in Java fun again! I had a quick look at Groovy sometime during the autumn and I liked what I saw, however, I thought it would end up being just another scripting language for Java, dwarfed by bigger players like Jython, JRuby and BeanShell but now with the approved JSR Groovy has suddenly become the official scripting language for the Java platform.

linux.java.net

Tuesday, January 27th, 2004

Sun launches a Java for Linux community. They do it to make sure that Linux remains as one of the primary Java platforms. I, as a long time Linux supporter, think this is a good thing, but I’m not sure how much a community helps, however, maybe it can help bringing linux to the attention of more Java vendors.

I just noticed that Chris DiBona of slashdot “fame” is the editor for this community. It will be interesting to see what he can accomplish with it.

I would personally like to see linux more accepted on the server side for java application deployments.

Jodd – Java library

Monday, January 5th, 2004

Today I stumbled across Jodd which is a generic Java library. Seems quite useful to me, maybe I’ll even use it when I’ll do something in Java in the future.

Scripting in Java

Thursday, November 13th, 2003

Groovy seems to be quite interesting. One of the things I dislike with the Java language is that it’s so verbose, it’s a pain to code in it without using an IDE. Groovy seems to correct that while still remaining java-like and it can generate standard Java bytecode.

Thanks to Eric Foster-Johnson for the link.