Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #419
| From | "Jeff" <jeff@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Writing a Movie Datab |
| Message-ID | <1166441218.270321.15260@n67g2000cwd.googlegroups.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 |
To: comp.lang.java.gui Johs wrote: > 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. > > > Any hints do some tutorials on this and classes that I should look into? This is pretty clearly a database project, so I would recommend you use a database. A little prep at the beginning and you will have a much more flexible system. Design your DB in MySQL, with columns for the DVD#, Genre, Title, and maybe Star and SecondStar, or whatever. Then, look into JasperReports. Free (except for the documentation), and it can create PDFs as well as regular reports. Create a few reports in Jasper and your actual Java front end should be quite simple to create and maintain. --- * 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 | Next | Find similar
Re: Writing a Movie Datab "Jeff" <jeff@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
csiph-web