Disable All Advertising
Image
EAN-139780738934242   EAN-13 barcode 9780738934242
Product NameHere Comes Peter Cottontail: The Movie
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B000BYA4EW
Price New4.28 US Dollars    (curriencies)
Price Used0.49 US Dollars    (curriencies)
IMDbIMDb Link
Run Time69 minutes
CastDee Bradley Baker, Greg Berg, Miranda Cosgrove, Terri Douglas
DirectorMark Gravas
GenreANIMATION,ADVENTURE,COMEDY,DRAMA,FAMILY,FANTASY
Run Time92 minutes
Width5.5 inches    (convert)
Height0.75 inches    (convert)
Length7.5 inches    (convert)
Weight36 hundredths pounds    (convert)
BindingDVD
Release Year2005
FormatMultiple Formats, Animated, Closed-captioned, Color, Dubbed, Full Screen, NTSC
Run Time92 minutes
FeaturesClassic Media Peter Cottontail: The Movie
Long DescriptionA bunny called Irontail turns evil after losing the chance to become the next Easter Bunny to Peter Cottontail. He and his co-conspirators concoct a plan to bring about a permanent winter and only Peter's son and his friends can stop them.
Similar Items0024543347811: Ice Age The Great Egg-scapade
0883929175604: Easter 3-Pack Fun
0025192113963: Hop
0025192074547: Hop
0883929101047: First Easter Rabbit Deluxe Edition
0883929100699: Bugs Bunny's Easter Funnies
0085391200635: It's the Easter Beagle, Charlie Brown
0085391172710: Easter Bunny Is Coming To Town-Deluxe Edition (Dvd)
0828768567593: Legend of Frosty the Snowman
0074645920597: Here Comes Peter Cottontail
Created08-07-2018 9:29:04am
Modified07-02-2023 12:09:09am
MD5174eb94ed523e1cc30ee8cca52bf4692
SHA25661f94a4ad93e8c4000cdff80348a7129384411f21448cf342364fcf8e72085df
Search Googleby EAN or by Title
Query Time0.0276589

An article of interest

Making use of the tools we offer

Data feed access via Java

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.