The Artima Developer Community
Sponsored Link

Java Buzz Forum
del.icio.us JSP taglib pt 2

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
scot mcphee

Posts: 75
Nickname: scotartt
Registered: Feb, 2004

Scot Mcphee is a Java/J2EE developer for Kaz Technology Services in Sydney, Australia.
del.icio.us JSP taglib pt 2 Posted: Oct 17, 2004 1:45 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by scot mcphee.
Original Post: del.icio.us JSP taglib pt 2
Feed Title: SystemExxception()
Feed URL: http://www.autonomous.org/pebble/systemexxception/rss.xml?category=Java
Feed Description: java design and culture by scot mcphee
Latest Java Buzz Posts
Latest Java Buzz Posts by scot mcphee
Latest Posts From SystemExxception()

Advertisement

I cleaned up the basics of my del.icio.us JSP taglib. The downloads are below:

  1. Binary - including the delicious-java binaries (from the HEAD of the project).
  2. Source code - including the latest HEAD (as of about 3 hours ago) of the delicious-java source, and the libraries it depends on.

I added a couple of extra parameters to the tag.

The first is itemtags which controls whether you display the categories (tags) for each del.icio.us entry and whether they are linked back to your del.icio.us list of the tag contents.

The second is useLI whcih controls if you use a <OL> or <UL> (or no) list tag to display the actual del.icio.us list.

If you look in the TLD (delicious.tld) file in the jar file you can see the tag's use, but here is a sample of the tag's use anyway;

<del:listDelicious 
    username="username"
    password="password"
    itemcount="25"
    itemtags="0"
    useLI="1"
/>

This shows the last 25 links you posted to del.icio.us in a numerical listing without the tags.

Read: del.icio.us JSP taglib pt 2

Topic: ClientJava.com Links(5) - Swing HTML Layout, JDNC Jobs, Dynamic JGoodies Previous Topic   Next Topic Topic: [Oct 7, 2004 16:36 PDT] 1 Links

Sponsored Links



Google
  Web Artima.com   

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