Talkin' Roller at ApacheCon US 2006
ApacheCon kinda snuck up on me and now its suddenly time to pack. I'll be in Austin from Monday thorugh Sunday, attending the hackathon and the conference. This is my fourth ApacheCon so I know I'm gonna have fun, but I also hope to get some Roller 3.1 work on during the hackathon and try to knock off some of the minor issues that are still keeping the project from graduating from the Apache Incubator.
I'm speaking on Thursday at 3PM on the subject of Roller. The talk is similar to previous talks I've given on the topic, but it's been improved and updated to cover all of the cool stuff in Roller 3.0. Here's the abstract and an outline of the talk with a couple of bonus links.
Session title: TH18 - Apache Roller: an open source Java blog server
When/where: 3PM in Salon E
Update: here they are ApacheConUS2006-TH18-RollerBlogServer.pdf
I'm speaking on Thursday at 3PM on the subject of Roller. The talk is similar to previous talks I've given on the topic, but it's been improved and updated to cover all of the cool stuff in Roller 3.0. Here's the abstract and an outline of the talk with a couple of bonus links.
Session title: TH18 - Apache Roller: an open source Java blog server
When/where: 3PM in Salon E
Roller is the open source Java blog server that drives the popular Sun's employee blogs at blogs.sun.com, IBM developerWorks blogs, JRoller.com and numerous other blog sites. Currently making its way through the Apache incubation process, Roller is built on a host of Apache technologies including Struts, Velocity, Lucene, Jakarta Commons, XMLRPC and more. This overview, a primer for Roller users and contributors, covers the Roller feature set, the all-new Roller 3.0 page models/macros, Roller 3.0 architecture, lessons learned, project status and future plans.
- Roller history
- Roller features
- Standard blog stuff
- Blogs per user, users per blog
- Blog client support
- What's new in 3.0
- New URL structure
- Front page is a blog
- New models and macros (see roller30-template-guide.pdf)
- Why choose Roller
- Roller limitations
- Roller community
- Developers, admins and bloggers
- Community challenges
- Release cycle
- How to add a feature
- How to make a release
- Why is Roller still incubating?
- Roller internals: backend
- Architectural overview
- POJOs: users, blogs and entries
- POJOs and XDoclet markup
- The manager interfaces
- Today Hibernate, someday JDO, JPA ...?
- Roller internals: frontend
- UI archtecture
- Struts actions and XDoclet markup
- Page and feed rendering
- Changes in Roller 3.0
- New template models and macros
- The pager interface
- $site and $planet models
- The new macros
- Customizing Roller
- Roller futures
- Tagging (Roller 3.1, coming soon)
- Modular Roller (and Modular Planet)
- Protected weblogs
Update: here they are ApacheConUS2006-TH18-RollerBlogServer.pdf
Tags:
Roller
Raleigh bloggers meetup tonight 6:30pm at Cafe Cyclo
It's that time again...

For details, check the Raleigh bloggers wiki.
Looks to be a beautiful evening to sit outside and talk blogs, podcasts and other geekly goodness.

For details, check the Raleigh bloggers wiki.
Looks to be a beautiful evening to sit outside and talk blogs, podcasts and other geekly goodness.
Tags:
Blogging
Struts Action 2.0.0
If I had known Struts 2.0.0 was complete, I might have done something different last weekend. Instead, I spent too much "free time" learning JSF. It was fun of course. I enjoy learning new technologies and so I might have to repeat the excercise with Struts 2.0.
Roller's web UI is based on Struts 1.2, so you'd think Struts 2 would be the obvious upgrade path. But Struts 2.0 is really not an upgrade of Struts 1, its a whole new thing. In case you don't know, the Struts team took an entire different, and some say much better, framework called Webwork and rebranded it as Struts 2. So you can't really migrate a Struts 1 app to Struts 2; instead you're basically porting your app to an entirely different framework -- potentially a giant amount of work. We need to think carefully about what to do with the Roller UI.
Roller's web UI is based on Struts 1.2, so you'd think Struts 2 would be the obvious upgrade path. But Struts 2.0 is really not an upgrade of Struts 1, its a whole new thing. In case you don't know, the Struts team took an entire different, and some say much better, framework called Webwork and rebranded it as Struts 2. So you can't really migrate a Struts 1 app to Struts 2; instead you're basically porting your app to an entirely different framework -- potentially a giant amount of work. We need to think carefully about what to do with the Roller UI.
Tags:
Java
Apple repair turn-around time
The Apple support guy told me that mail-in repairs typically have a
five to seven day turnaround time, but increased "back-to-school" load
could mean ten days. I'm not sure if that's good or bad compared to
other companies, but it's a long time to go without the trusty laptop,
that's for sure. In case you're googling around for info on Apple
repair turn-around time, as I was last week, here's my experience.
[Read More]
Tags:
mac
Intelligence community recommends Atom and ROME
Via Tim Bray, the Intelligence Community Metadata Initiative recommends Atom format over the de facto standard RSS 2.0. And, they recommend investigating ROME too.
Tags: topic:[Atom], topic:[RSS], topic:[feeds], topic:[ROME]
RSS and Atom Considerations - Moving Toward Atom: We further recommend that developers investigate free Java software called "ROME" (RSS and Atom Utilities), which provides an abstraction layer for syndication feeds so that either RSS or Atom can be generated from the same base. ROME can also be used to convert between RSS and Atom formats.(sheesh. how can I resist) And what better way to investigate ROME than to get yourself a copy of RSS and Atom in Action, which devotes a chapter to everybody's favorite Java feed wrangler.
Tags: topic:[Atom], topic:[RSS], topic:[feeds], topic:[ROME]
Tags:
Blogging
Ruby MetaWeblog API example
Marcus Crafter has written-up his experience moving his blog content from MovableType to Typo and all the code he used to do the job -- an excellent example of using the XML-RPC based MetaWeblog API from Ruby.
This blog is not open source
Tim Bray: I wonder if Iâm weird, because I discover that my attitudes towards code and, non-code are different. The notion of restricting anyone from using code I contribute to feels entirely foreign, and if they want to use it to make some money, good on âem. But I have strong negative feelings about other people making money from my words or pictures without involving me.I don't think that's weird at all. I feel the same way and almost without thinking I chose the Creative Commons by-nc-sa license for my blog, but for my code I prefer the Apache license, which is just about the most commercial friendly license there is.
I agree with Mark Pilgrim that chosing a license with a no-commercial-use restriction is by definition more restrictive than chosing an open source license, but I wouldn't say it's overly restrictive. And I hold no grudge against Creative Commons. Writers, artists and musicians should be free to choose the license terms they like and that's why Creative Commons is a good thing -- it helps folks to do just that.
Tags:
opensource
Tagging in Roller
Dave Johnson: But, cool thing is, IBM has already implemented tagging in Roller. Previously, we were not able to merge IBM's work into the mainline of Roller development for a number of reasons, but now Roller committer Elias Torres (of IBM) is charging ahead with a new proposal to do just that. We could have tagging support in the *very* near future, thanks to Elias and IBM. Ain't open source grand?And by the way, there are at least four Dave Johnsons at Sun. That one is me.
Tags:
Roller
RSS and Atom in Action at the JavaRanch
I'm doing a RSS and Atom in Action book promotion at JavaRanch this week in the XML and Related Technologies forum. That means that I'll be checking the forum several times a day and answering all of your questions about the book's topics. At the end of the week, we'll be giving away copies of the book to four randomly selected posters.
So far, I've been answering basic questions like what is RSS, what's the difference between RSS and Atom and what's the book about?
Tags: topic:[RSS], topic:[Atom], topic:[feeds], topic:[Java], topic:[Web 2.0]
So far, I've been answering basic questions like what is RSS, what's the difference between RSS and Atom and what's the book about?
Tags: topic:[RSS], topic:[Atom], topic:[feeds], topic:[Java], topic:[Web 2.0]
Sick Mac
My two year old Powerbook G4 has been behaving badly for a couple of months now. Startups slowed to 20 minutes and some applications take forever to startup. I called Apple about it several times, but they were unable to help because the diagnostics showed nothing was wrong. So I was actually kind of happy when I started up the Mac OS Disk Utility and saw the message:
"This drive has reported a fatal hardware error to Disk Utility. If the drive has not failed completely then backup as much as you can and replace it with a working drive."
Apple is sending a "dispatch" box so I can send my Powerbook in for service. They told me that the turnaround time is normally 5-7 days, but may take 10 due to back-to-school work load.
So now, I'm laptopless, living full-time in GNOME on Solaris/X64 and thinking that now would be a real nice time for Apple to rev those Mac Book Pros. According to the rumor mongers over on Apple Insider, new Mac Book Pros may be coming out next week.
"This drive has reported a fatal hardware error to Disk Utility. If the drive has not failed completely then backup as much as you can and replace it with a working drive."
Apple is sending a "dispatch" box so I can send my Powerbook in for service. They told me that the turnaround time is normally 5-7 days, but may take 10 due to back-to-school work load.
So now, I'm laptopless, living full-time in GNOME on Solaris/X64 and thinking that now would be a real nice time for Apple to rev those Mac Book Pros. According to the rumor mongers over on Apple Insider, new Mac Book Pros may be coming out next week.
Tags:
Mac
Blogging from JDeveloper
Rajendra has developed a blogging plugin for the JDeveloper IDE that enables blogging via Blogger API, MetaWeblog API and Atom 0.3. I wonder if he considered using the RSS and Atom in Action Blog Client library.
Tags:
Java
Blogapps 1.0.3 and .tar.gz
I just uploaded new builds of the Blogapps Examples and Blogapps Server. See the announcement on the Manning RSS and Atom in Action forum. There are a couple of bug fixes in the Atom server implementation, a couple of missing C# examples have been added and both downloads are now available in TGZ and ZIP format.
I had thought that TGZ (i.e. gzipped tar) was fine for everybody including Windows users, because last time I checked WinZIP handled TGZ files without a hitch. But I've gotten several complaints about my TGZ only policy, so now I'm offering both formats. I guess I should do the same thing for Roller.
The next release will support Atom protocol draft #10.
I had thought that TGZ (i.e. gzipped tar) was fine for everybody including Windows users, because last time I checked WinZIP handled TGZ files without a hitch. But I've gotten several complaints about my TGZ only policy, so now I'm offering both formats. I guess I should do the same thing for Roller.
The next release will support Atom protocol draft #10.
Tags:
Blogging
Pro EJB 3 Java Persistence API
Even though we're still stuck at JDK 1.4.2 in Roller-land, I've been trying to come up to speed on Java EE 5. To that end, I bought Pro EJB 3 Java Persistence API
by Mike Keith and Merrick Schincariol and I'm glad that I did, it's
excellent. If you need to learn JPA, grab a copy and sit yourself down with Netbeans 5.5 beta2 and the Enterprise Pack -- it worked for me.
Tags:
Java
Min RSS
Mark Woodman has written a thorough review of the new Microsoft MAX RSS reader, which, apparently, is shiny, new, pretty and lame.
Tags:
Blogging
Atom Publishing Protocol, draft #10
APP draft #10 is available. I'm still reading it over, but the major changes appear to be:
- Categories can be specified at the
workspace andcollection level. Multiple category schemes are allowed and both fixed and free-form categories (e.g. tags) are allowed. - Collection titles are now specified by an <atom:title> instead of an attribute on the <collection> element.
- A new "slug" header has been added for media posts so that clients can specify the file-name to be used for the uploaded file.
Apache Roller 3.0 (incubating) Release Candidate 1
Finally! Roller 3.0 RC1. Here's the What's New page and here's the mailing-list announcement.
The 3.0 code based has already been in production at a couple of big sites for a couple of weeks now, so it's pretty solid -- but the installation and upgrade process may have some kinks. Plus there are some big Big BIG changes, so please use RC1 for testing only and let us know about the problems on the Roller mailing lists and our JIRA issue tracker.
The 3.0 code based has already been in production at a couple of big sites for a couple of weeks now, so it's pretty solid -- but the installation and upgrade process may have some kinks. Plus there are some big Big BIG changes, so please use RC1 for testing only and let us know about the problems on the Roller mailing lists and our JIRA issue tracker.
Tags:
Roller
Questions on RSS and Atom in Action?
I'm monitoring the Manning Author Online forum (via RSS of course) so please stop by if you have questions about the book or troubles with the examples.
Also, I'm scheduled to do a book promotion at the Java Ranch during the week of September 19 in the XML and Related Technologies forum.
Also, I'm scheduled to do a book promotion at the Java Ranch during the week of September 19 in the XML and Related Technologies forum.
Tags:
Blogging
JRuby@Sun
That's great news. Looks like JRuby is going to get the IDE support that Tim Bray asked for and JRuby is getting two full-time developers. The two core developers Charles Nutter and Thomas Enebo just joined Sun. Dion will be pleased. Via Tor and Roumen.
Update: Tim Bray has written a nice FAQ about today's JRuby news.
Update: Tim Bray has written a nice FAQ about today's JRuby news.
Tags:
Java
« Previous page | Main | Next page »
