Image | ![]() |
EAN-13 | 0024543446149 ![]() |
UPC-A | 024543446149 ![]() |
Product Name | Voyage to the Bottom of the Sea - Season Three, Volume One |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | Weight:0.45 pounds |
Amazon.com | ![]() |
Model | 2287925 |
Price New | 17.99 US Dollars (curriencies) |
Price Used | 43.25 US Dollars (curriencies) |
IMDb | ![]() |
Run Time | 507 minutes |
Aspect Ratio | 1.33:1 |
Cast | David Hedison, Del Monroe, Richard Basehart, Robert Dowdell, Terry Becker |
Director | N/A |
Genre | ADVENTURE,SCI-FI |
Run Time | 507 minutes |
Width | 5.5 inches (convert) |
Height | 0.75 inches (convert) |
Length | 7 inches (convert) |
Weight | 45 hundredths pounds (convert) |
Binding | Dvd |
Release Year | 19641968 |
Format | Multiple Formats, Box set, Color, Dubbed, NTSC, Subtitled |
Published | 03/24/2009 |
Run Time | 507 minutes |
Features | Factory sealed DVD |
Long Description | Voyage chronicled the adventures of the world's first privately owned nuclear submarine, the SSRN Seaview. Designed by Admiral Harriman Nelson, she was a tool of oceanographic research for the Nelson Institute of Marine Research. Though the show is known for its "monster" episodes, many plots were veiled commentaries of what was happening in the news. Such plotlines as nuclear doomsday, pollution of natural resources, foreign threat, and theft of American technology are all still relevant today. |
Similar Items | 0851968007088: It's About Time - Complete Series 0024543113867: Lost in Space The Complete Series 0024543834892: Voyage to the Bottom of the Sea Blu-ray 0024543714873: Voyage To The Bottom Of The Sea (1964): Season 4, Vol. 2 0024543467342: Voyage to the Bottom of the Sea - Season Three, Volume Two 0024543409281: Voyage to the Bottom of Sea - Season 2, Volume 2 0024543237020: Voyage To The Bottom Of The Sea, Season 1 Vol. 2 0024543225423: Voyage to the Bottom of the Sea Season 1, Vol. 1 0024543222798: The Time Tunnel - Volume One 0024543005803: Voyage to the Bottom of the Sea / Fantastic Voyage |
Created | 05-22-2010 |
Modified | 04-10-2020 3:40:09pm |
MD5 | e15edafa0fba00a16e9269efcd337edb |
SHA256 | 0a5e06bb44e55ebc9876d227c9d0d8ba310e969794d0b5621d7859b7838c1ce4 |
Search Google | by EAN or by Title |
Query Time | 0.0225730 |
Article of interest
This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval of UPC data from the EANData.com web site.
There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.
It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream allowing direct access to the response from the from the EANData.com web site.
JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp). The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability needed. Its not perfect but is a good basic start.
Download the example source code
The UpcService.properties must be configured.
Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.
ApiKeyCode (Required)
Provided from EANData.com when your account is setup.
Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.