Dave Johnson on open web technologies, social software and software development
« Roller tip: Styling... | Main | Longhorn Through the... »
Happy news today: Lance accepted me as a committer on Atom4J (thanks Lance). I'm going to be helping him to keep Atom4J in line with the developing Atom Format and API specs. Atom4J, by the way, is not just an Atom Format parser, it is also a Atom API server framework. If you want to add Atom API support to your Java-based Web application, all you have to do is to extend the abstract org.osjava.atom4j.servlet.AtomServlet
and provide implementions for a handful of abstract methods. I'm interested in adding Atom API client capabilties to Atom4J and I've already made some progress on that front.
Now, on to the less happy part of the story. Atom4J is hosted at OSJava.org in a Subversion archive. This is my first experience with Subversion and getting set up took some time. I ran into some problems on my platform of choice, which is Mac OS X, but I eventually found some level of success. Here's what I did:
fink install svn
. Unfortunately, the version of svn that it installs does not support SSL and is therefore useless to me.UPDATE: In his O'Reilly weblog Brian Coyner shows how to build Subversion and Java bindings on Mac OS X. I wonder if his instructions result in an SSL capable client.
Dave Johnson in Java
04:46AM Jul 18, 2004
Comments [3]
Tags:
Java
This is just one entry in the weblog Blogging Roller. You may want to visit the main page of the weblog
Below are the most recent entries in the category Java, some may be related to this entry.
Posted by Henri Yandell on July 18, 2004 at 03:29 PM EDT #
sudo apt-get update
sudo apt-get install svn-client-ssl (e.g.)
or use the Binary menu in FinkCommander. Like this you don't need to compile all dependencies just to get a client. But you only get version 1.0.0, since there is no binary version available for svn 1.0.6 yet. A newer binary version in Fink should be available in the next weeks.
Hope this helps, Chris.
Posted by chris01 on July 22, 2004 at 08:18 AM EDT #
Posted by jason on July 23, 2004 at 03:23 AM EDT #