Dave Johnson on open web technologies, social software and software development
Blogging Roller is now running on Roller 0.9.5-alpha thanks to a nice little 0.9.4 to 0.9.5 database migration script written by Lance Lavandowska. In other news: Lance just committed in his first cut of file upload for Roller. This new feature should make it easier to upload images for use in Roller weblog entries.
Dave Johnson in Roller
04:11PM Aug 21, 2002
Comments [0]
Tags:
Roller
I wonder when that RSS feed repair-man is going to show up? Blogging Roller has been "awaiting repair" for quite some time. Hmm... maybe I ought to fix it myself. Apparently, I only need to add a polling element.
Dave Johnson in Roller
11:53AM Aug 21, 2002
Comments [0]
Tags:
Roller
I think Russell has some good points in his rants about JSP tag libs. One of the design goals of JSP tag libraries was to help get code off the page - to separate business logic from presentation. If you start doing general purpose programming with JSP tags you are going to end up with the same sort of mess you would have with lots of Java JSP scriplets all over your page.
But I think Russell is wrong about JSP tag library portability. There are plenty of portable JSP tag libs out there from open source projects and payware products alike. There is no reason to use a tag lib that will tie you to one app server. However, the learning curve involved in mastering a tag lib can be a drag on developer portability.
Russell, I think you are really ranting about JSP in general not just JSP tag libs. Velocity might be a better choice for you (and for me), but I believe that if you are going to be using JSP then you should be using JSP tag libraries as well. With some forethought you can avoid writing lots of general purpose programming logic using tags. Your tagless JSP code in MiniBlog and SimpleWeb looks pretty nice, but I have seen what JSP code-on-page can degenerate into and it is not pleasant.
Dave Johnson in Java
01:52AM Aug 21, 2002
Comments [0]
Tags:
Java