Blogging Roller

Dave Johnson on open web technologies, social software and software development


Views of Orkut.

Orkut is a new brand of web-based social software, similar to Friendster and LinkedIn. Here's how it works. You enter personal information about yourself, build a network of friends, forget about the whole thing for a couple of months until some other service is introduced, rinse and repeat.

Everybody seems to be blogging about Orkut these days and presenting lots of viewpoints, but two of today's posts were interesting studies in contrast - at least for me. You have the <a href= "http://www.zephoria.org/thoughts/archives/2004/01/30/venting_my_contempt_for_orkut.html#004004"> idealistic view and the realistic view. I'm an idealistic realist, so I find lots to agree with in both posts. I agree with Danah about fans vs. friends. Being a fan of somebody is less of a relationship than being a friend. Fans observe, follow (and in the worse case, stalk) from afar. If you notice that somebody is a fan of yours, you might be inspired to get to know them and perhaps become friends.

Tags: General

Why wait for XDoclet2?

Merrick Schincarol provides code to add Velocity template support to XDoclet 1.2.

Tags: Java

Netiquette is the key to distributed development.

Ken Coar writes about the social dynamics of mailing-lists in distributed software development: The Sun Never Sets on Distributed Development. Good stuff, most or all of it based on Ken's experience with Apache, I assume. Ken explains that Mailing-lists provide a meeting place for teams and the place is very different from a physical meeting place and face-to-face meetings. Each of these places has strong pros and cons. I'm interested to see how weblogs and wikis play out in the Apache community as Ted Leung, Andy Oliver, and others continue the weblog/wiki advocacy and cool stuff like Apache wikis, Apache blogs, and Planet Apache.

Tags: Blogging

Evil trash.

I just returned from Chapel Hill where I worked for about three hours to rid my brother's computer of all of the various adware, spyware, evil crap, worthless trash, and malicious idiocy that had accumulated over the first six months of his Windows-based computer's life. Three hours! If not for the Heavy Metal Parking Lot and Triumph the Insult Comic Dog videos we enjoyed, I would be ready to rant and rage right now. Evil trash indeed.

Tags: movies spam

Progress on PostgreSQL

PostgreSQL is a great database and I've been using it at work with Roller, but it is not really supported in Roller - yet. Tonight, I spent some time testing Roller 0.9.9-dev with PostgreSQL and it is working well. Here are some notes on Roller and PostgreSQL I typed up on the wiki.

Tags: Roller

JRoller outage due to hardware problems.

I talked to Rick Ross earlier today and learned that JRoller is down due to hardware problems. Rick indicated that the system might be back up later tonight. Update: JRoller is back.

Tags: Roller

Pray for sunshine.

Sam Ruby: Welcome to Raleigh, North Carolina, where the official snow removal strategy is "pray for sunshine".
As I write this, the sun is coming out and I hear from the other room "oh no, the sun is coming out!"
Tags: humor triangle

Talk: Weblogs and Java.

That's the topic of the talk that I will present to the Triangle Java User's Group on February 16th. More information is available on the TriJUG site.

Weblogs are making their way into every aspect of online life. Everybody from gossipy teenagers, mainstream journalists, tech CEOs, and politicians to Java developers and even James Gosling, seems to have their own weblog.

In this talk you will learn why weblogs are an important part of the Java development community, how weblogs can be used in software development projects, and you'll learn about the XDoclet-driven architecture of Roller - the open source and Java-based software that drives the JavaLobby's JRoller.com site.

Tags: Java

Latest CVS.

After a little struggle my site is running the absolute latest Roller code. Unfortunately, SourceForge CVS is down so I cannot commit the half-dozen or so fixes I made in the process of my upgrade and SourceForge mailing-lists are down so I can't announce this wonderful new achievement to the folks who actually care.

BTW, my site was halfway between Roller 0.9.8 and Roller 0.9.9 so the upgrade was tricky. I haven't tested a Roller 0.9.8 to Roller 0.9.9 upgrade yet, but I'm confident that I'll be able to make that upgrade just as smooth as silk.

Tags: Roller

Snowbound.

We have nearly an 8th of an inch of snow here, and here is Raleigh-NC, so school and work and everything else will be cancelled today and tomorrow. While my inner child loves the snow and my heart sinks whenever the snow rate slows, my outer adult will surely be driven insane by stir-crazy kids home from school and jacked-up on hot sugary coco.

Tags: humor triangle

Upgrading Roller to latest CVS tonight.

Turbulence ahead.... Update: As of Friday morning, I'm still working on a Bookmark/OPML import/export problem.

Tags: Roller

Having another go at MyEclipse.

Inspired by Rick Hightower's attempts to get AppFuse running with MyEclipse, I've decided to give MyEclipse another try. I already had a license from work, but I've bought another license for my home use. I also upgraded both my workbox and my homebox to use Eclipse 3.0M6. I've already bumped up against the inflexible project structure issues that I hit before, but I'm having better luck than last time around and the JSP editor seems much faster than before. I'm let you know how it goes.

Tags: Java

What is it about Confluence?

For some reason, some porn spammer has decided that my September 18, 2003 entry about Confluence is just the cat's meow. This spammer has left a comment on that entry close to ten times now. He doesn't spam any other of my entries. Every time he places a comment there, I delete it, and within a day or so the comment re-appears. What is it about Confluence?

Tags: Blogging

Learning via bile.

Lasse Koskela: [Hani's] blog is on my list, not because I agree with him -- I most often don't -- but to learn. You don't learn anything by sitting down with an identical copy of yourself.
Tags: Blogging

Roller breakage and the difficulty of hierachical weblog categories.

As Lance notes, the Roller code in the Roller CVS main branch, also known as Roller 0.9.9-dev, is in a bad state. The code passes all unit tests, but I'm still working on data model changes. As always, there will be an upgrade script to upgrade the schema from the last release (Roller 0.9.8) to the next release (Roller 0.9.9), but the script might have problems if your database is half-way between 0.9.8 and 0.9.9. Ah, the joys of database-driven webapp development! Anyhow, if you want to try Roller 0.9.9-dev, I would recommend that you wait until you get the all-clear from me (possibly this weekend). Once I wrap up hierarchical categories, I'm going start working on bug fixes for a Roller 0.9.9 release.

BTW, Lance mentioned that I'm working on hierarchical weblog categories. Unfortunately, for a database-based weblogging system like Roller, this is a fairly complex undertaking. In file-system based weblog system, categories are almost trivial. Weblog categories are just directories sitting in the file-system. The hierarchy comes for free. Want a post to exist in multiple categories? Just create a symbolic link. For Roller, the hierarchy must be modeled as associations between tables. Without some trickery, retrieving all weblog entries in a category and all subcategories requires recursive descent with a database query at every level. The trickery is now in place and abstracted in such a way that I can use it for all hierarchies: weblog categories, bookmark folders, and maybe someday, page templates.

Tags: Roller

JRoller outage.

These days it is pretty unusual to find JRoller down for more than a minute or so, but down JRoller is. JavaLobby is investigating the problem, which seems to be an ISP problem rather than a Roller software problem. Update: JRoller is back up, but haven't heard the cause of the outage.

Tags: Roller

Thoughts on Blogging The Market.

I finished reading George Dafermos' paper Blogging The Market: How Weblogs are turning corporate machines into real conversations. The paper is well written and well organized and it captures all of the breathless cluetrain-meets-weblogs hype that the k-loggers know and love (and I mean that in a good way). It also includes a section on behind-the-firewall corporate weblogging or k-logging, which is my main area of interest right now.

The section on behind-the-firewall corporate weblogging is called Re-inventing Knowledge Management behind the firewall. I read this section with requirements in mind. What are the weblog software features that would be most useful to corporate webloggers? Here is what I came up with:

  • Newsfeed Syndication: Newsfeed reader software allows users to do their own filtering and subscribe only to the weblogs, or aggregations of weblogs, that they are interested in. Newsreaders also "enable users to keep up with a large number of news sources in less than half the time it would take using a web browser."

  • E-mail to weblog gateway: Dafermos says "The differential factor hinges on how easy it is for employees to post their emails to the weblog". I've written about this before in a previous post titled <a href= "http://www.rollerweblogger.org/comments/roller/main/mailing_list_weblog_integration">Mailing-list weblog integration

  • Notification of comments: Dafermos sees weblogs as knowledge bases that serve as a dynamic replacement for FAQ files. Weblog comments are a key ingredient here. He writes "if each weblog entry had a corresponding comments section, and had a consistent location (a URI), then any question would only be answered once." Most weblogs already support what Dafermos wants here. I added notification of comments because without it, the weblog owner will not know that a comment has been made and will not know to respond. Notification could be done via email or by having an RSS feed for comments on each weblog entry.

  • Full text search: search is the user's entry point to the weblog knowlege base. If all of your corporate weblogs are indexed, "the only thing one would need to do is enter the question, or a keyword, into the weblog search engine field, and find out the answer to the question without having to email anyone, and most importantly, without having to wait for the reply."

  • Archive browser: Dafermos suggests that new employees will be told to "read the weblog archives before resorting to email." Reading the archives can help a new employee to understand the history of an issue, so browsing, skimming, and reading weblog archives should be easy. The Roller big-weblog-calendar is an example of a simple archive browser, but a more sophisticated interface would be helpful here.

  • Weblog aggregator: I don't think that Dafermos mentioned this, but I think web-based weblog aggregation software like the software that drives java.blogs or ApachePlanet, would be very useful in a corporate setting. Each workgroup or department could have it's own aggregated "community" weblog, a weblog made up of the posts from each member of the department.

  • Wiki integration: OK, Dafermos did not mention this at all, but from my limited experience with weblogs at work, I think that wiki integration is going to be key. Weblogs and wikis are a perfect combination. Wikis provide a space for collaboration, documentation, and information sharing and weblogs provide a space for timely news and status information. They go together like peanut butter and chocolate.

Tags: Blogging

Extending the Struts tags to show required fields and validation errors.

I'm working on extending the Struts HTML form tags so that they are aware of the Struts Validator. I'm doing this to meet these two requirements:

  • All fields that are required fields will be indicated with a red star or some other indicator.
  • All fields fields that have failed Stuts Validation will show up with a red box or some otner error indicator.

I've already made some progress on this and I have a good solid proof-of-concept, but I get this nagging feeling that I am reinventing the wheel here - even though googling has turned up nothing.

Is the extended-tags approach the best way to meet my two requirements above? Has this work already been done for Struts - that is - am I reinventing the wheel?

Tags: Java

K-Logging.

Via Jon Robb: an interesting paper on the usefulness of internal or behind-the-firewall weblogs in a corporate settting - Blogging The Market (also available as a PDF).

Tags: Blogging

Main | Next page of month (Jan 2004) »