EAN-13 | 0888574551353 ![]() |
UPC-A | 888574551353 ![]() |
Product Name | Birdman & The Galaxy Trio: The Complete Series |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Price New | 20.16 US Dollars (curriencies) |
Price Used | 20.15 US Dollars (curriencies) |
Run Time | 423 minutes |
Run Time | 423 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 22 hundredths pounds (convert) |
Binding | Dvd |
Format | NTSC |
Run Time | 423 minutes |
Long Description | Featuring the episodes in the three-segment form as they originally aired, these popular retro hits take the action around the world and into outer space! First, winged hero Birdman harnesses the power of the sun to fight criminal masterminds like Number One, Vulturo and Dr. Millenium. Then, cosmic crusaders Gravity Girl, Vapor Man and Meteor Man – better known as the Galaxy Trio –serve up justice in space as they travel the universe eradicating evil and procuring peace across the cosmos. And finally, it’s more Birdman with his trusty eagle Avenger and his namesake battle cry that strikes fear into the hearts of his enemies. Fly away with these favorite retro heroes as they deliver old-school justice in this 2-disc collector’s dream compilation. When sold by Amazon.com, this product is manufactured on demand using DVD-R recordable media. Amazon.com's standard return policy will apply. |
Similar Items | 0883929624218: Adventures of Aquaman, The: The Complete Collection 0883929598793: Scooby-Doo/Dynomutt Hour, The: The Complete Series 0883929593156: Jonny Quest The Complete First Season 0883316857069: Space Stars The Complete Series 0883316467435: Shazzan The Complete Series 0883316355909: Moby Dick And The Mighty Mightor Complete Series 0883316349557: The Herculoids: Complete Series (2 Disc) 0883316333402: Frankenstein Jr. & The Impossibles The Complete Series 0883316276358: Thundarr The Barbarian 0011891802321: The Super 6: The Complete Series (Tv Cartoon Heroes) |
Created | 04-14-2018 2:34:06am |
Modified | 04-24-2021 11:25:51am |
MD5 | 817d75c065ae71ab2d36840168b12c33 |
SHA256 | b4a9b441f68214a146430957d1e8e2569181bab3a69ba90a50f1ca233f1337a7 |
Search Google | by EAN or by Title |
Query Time | 0.0282121 |
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.