The Artima Developer Community
Sponsored Link

Java Buzz Forum
Pebble 1.3 ready for release

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
Pebble 1.3 ready for release Posted: Sep 19, 2003 12:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: Pebble 1.3 ready for release
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

Version 1.3 of Pebble is ready for release and I'll be uploading the new WAR file to SourceForge sometime over the weekend. As far as features go, here's a list of what's new...

  • Referer filtering to remove spam from your referer logs (filters are regular expressions).
  • Ability to modify the CSS/HTML/JSP used in the current theme, over the web.
  • New permalinks that point to one blog entry per page (old permalinks are still supported too).
  • Added a distinction between the blog owner and blog contributors, in terms of the features that they can access.

I was reading How to recognize a Weblog tool by its permalinks earlier today and although I've been wanting to change my permalinks for a while, I've never really got around to it. I totally agree with the point about search results and I've seen this a number of times on my own blog. People would search for some conbination of terms that just happened to be splattered over several different entries.

The other change I'd like to quickly mention is the distinction between the owner of the blog, and those people that contribute to it. While this isn't a problem for my blog, I'm planning on using Pebble on my current project, mainly to capture day-to-day project news. For this to work, everybody on the team needs to feel that they can contribute. However, this doesn't mean that everybody should be able to edit the JSPs behind the current theme, for example. To implement this, I just introduced another security role and partitioned the features accordingly. The declarative security in the servlet spec is superb for this sort of change! So, while I'm not planning on implementing a multi-user blog, such as Roller or Blojsom, having the ability to have more than one contributor is useful. Well, at least I think so. ;-)

Read: Pebble 1.3 ready for release

Topic: The first rule of debugging Previous Topic   Next Topic Topic: Automate, Automate, Automate: Maven JNLP Plug-in Released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use