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


Groups > comp.lang.java.gui > #421

Re: Writing a Movie Datab

From "Larry Barowski" <larry.barowski@THRWHITE.remove-dii-this>
Subject Re: Writing a Movie Datab
Message-ID <drqdnQxZrb09AxvYnZ2dnUVZ_vWtnZ2d@comcast.com> (permalink)
Newsgroups comp.lang.java.gui
References <em49gq$cdd$1@news.net.uni-c.dk>
Date 2011-04-27 15:27 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui

"Johs" <sdf@sdf.com> wrote in message news:em49gq$cdd$1@news.net.uni-c.dk...
>I would like to write a simple movie Database in java. When run it should 
>open a gui where all the movies are listed with the following info:
>
> title, DVD-Number, Genre
>
> It should be possible to add more columns later on. It should also be 
> possible to sort by genre and, title etc and print all the info to a pdf 
> file.
>
> I hope its not necessary to use MySQL since its rather simple to just keep 
> all the movie info in a plain text file.

If you had every movie in IMDB, that would be less than
70,000. Even with that number you could easily keep the
data in a flat file, and while running keep all data in memory
sorted and/or hashed by title, number, and genre. I do a
similar thing with a few hundred thousand download records,
and the performance is quite good.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextNext in thread | Find similar


Thread

Re: Writing a Movie Datab "Larry Barowski" <larry.barowski@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
  Re: Writing a Movie Datab "David Segall" <david.segall@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
    Re: Writing a Movie Datab "Larry Barowski" <larry.barowski@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
      Re: Writing a Movie Datab "David Segall" <david.segall@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
        Re: Writing a Movie Datab "Larry Barowski" <larry.barowski@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
          Re: Writing a Movie Datab "David Segall" <david.segall@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000

csiph-web