Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #13198

Re: EXIF tag handling in Java

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
From Lew <lewbloch@gmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: EXIF tag handling in Java
Date Mon, 26 Mar 2012 13:29:00 -0700 (PDT)
Organization http://groups.google.com
Lines 25
Message-ID <17521988.199.1332793740252.JavaMail.geo-discussion-forums@pbvs10> (permalink)
References <jkleq5$dhh$1@localhost.localdomain> <nospam-D45A44.14453125032012@news.aioe.org> <jkoa7u$4v4$1@localhost.localdomain> <28354805.115.1332788170456.JavaMail.geo-discussion-forums@pbcpw7> <jkqhd9$nla$2@localhost.localdomain>
NNTP-Posting-Host 69.28.149.29
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
X-Trace posting.google.com 1332793849 4474 127.0.0.1 (26 Mar 2012 20:30:49 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Mon, 26 Mar 2012 20:30:49 +0000 (UTC)
In-Reply-To <jkqhd9$nla$2@localhost.localdomain>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T
User-Agent G2/1.0
X-Received-Bytes 2268
Xref csiph.com comp.lang.java.programmer:13198

Show key headers only | View raw


On Monday, March 26, 2012 12:52:10 PM UTC-7, Martin Gregorie wrote:
> On Mon, 26 Mar 2012 11:56:10 -0700, Lew wrote:
> 
> > Martin Gregorie wrote:
> >> If the PHP menu generator is unacceptably slow when dealing with EXIF
> >> tags, I'll use the aesthetically ugly trick of keeping the captions as
> >> a separate CSV list (filename,caption) which will probably be faster
> >> since at the start of the run it can be loaded into a Hashtable (Java)
> >> or associative array (PHP) once and will stay in memory while the menu
> >> builder is running.
> > 
> > I recommend against use of 'java.util.Hashtable' in favor of the modern
> > (since 1998) 'Map' implementations.
> 
> Noted. I only considered Hashtable because they are favoured by some of 
> the javax.imageio.* packages - scarecely surprising since most of these 
> packages seem to have been around since at least Java 1.4.

Very, very surprising since the modern collections classes were introduced in Java 1.2 and the javax.imageio package in Java 1.4.

You should check the Javadocs.

-- 
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-24 21:37 +0000
  Re: EXIF tag handling in Java Marty Blake <blake3334@nowhere.invalid> - 2012-03-24 23:13 -0400
    Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-25 13:09 +0000
      Re: EXIF tag handling in Java Jeff Higgins <jeff@invalid.invalid> - 2012-03-25 11:42 -0400
        Re: EXIF tag handling in Java Jeff Higgins <jeff@invalid.invalid> - 2012-03-25 12:22 -0400
          Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-25 17:10 +0000
        Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-25 16:46 +0000
          Re: EXIF tag handling in Java Jeff Higgins <jeff@invalid.invalid> - 2012-03-25 12:59 -0400
            Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-25 17:15 +0000
              Re: EXIF tag handling in Java Jeff Higgins <jeff@invalid.invalid> - 2012-03-25 14:08 -0400
                Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-25 18:34 +0000
  Re: EXIF tag handling in Java Knute Johnson <nospam@knutejohnson.com> - 2012-03-25 10:46 -0700
    Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-25 18:13 +0000
  Re: EXIF tag handling in Java "John B. Matthews" <nospam@nospam.invalid> - 2012-03-25 14:45 -0400
    Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-25 23:37 +0000
      Re: EXIF tag handling in Java Lew <lewbloch@gmail.com> - 2012-03-26 11:56 -0700
        Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-26 19:48 +0000
        Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-26 19:52 +0000
          Re: EXIF tag handling in Java Lew <lewbloch@gmail.com> - 2012-03-26 13:29 -0700
            Re: EXIF tag handling in Java Martin Gregorie <martin@address-in-sig.invalid> - 2012-03-26 21:58 +0000
              Re: EXIF tag handling in Java Lew <lewbloch@gmail.com> - 2012-03-26 16:24 -0700
                Re: EXIF tag handling in Java Gene Wirchenko <genew@ocis.net> - 2012-03-26 18:19 -0700
                Re: EXIF tag handling in Java Lew <lewbloch@gmail.com> - 2012-03-26 19:03 -0700
                Re: EXIF tag handling in Java Gene Wirchenko <genew@ocis.net> - 2012-03-27 09:06 -0700

csiph-web