Image | ![]() |
EAN-13 | 0012236120612 ![]() |
UPC-A | 012236120612 ![]() |
Product Name | Barbie in the Nutcracker |
Language | English |
Category | Electronics / Photography: A/V Media: Movie |
Short Description | Dvd |
Amazon.com | ![]() |
Price New | 14.81 US Dollars (curriencies) |
Price Used | 1.78 US Dollars (curriencies) |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 76 minutes |
Aspect Ratio | 1.85:1 |
Cast | Kelly Sheridan, Kirby Morrow, Tim Curry, Peter Kelamis |
Director | Owen Hurley |
Genre | ANIMATION,FAMILY,MUSICAL,ROMANCE |
Run Time | 76 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 22 hundredths pounds (convert) |
Binding | Dvd |
Release Year | 2001 |
Format | Multiple Formats, Anamorphic, Animated, Color, NTSC |
Published | 02/06/2019 |
Run Time | 76 minutes |
Long Description | Barbie shows that if you are kind, clever and brave, anything is possible in this tale of Clara and her amazing Nutcracker, who set off on an adventure to find the Sugarplum Princess. |
Similar Items | 0025195028516: Barbie In A Christmas Carol 0025195003247: Barbie As The Island Princess (Dvd) (Ws/Eng Sdh/Dol Dig 5.1 2.0) 0025193069825: Barbie in The 12 Dancing Princesses 0025192336089: Barbie Fairytopia: Mermaidia 0025192044083: Barbie as Rapunzel 0025192044076: Barbie of Swan Lake 0025192044052: Barbie Fairytopia 0025192043963: Barbie as The Princess and the Pauper 0025192043956: Barbie and the Magic of Pegasus |
Created | 07-01-2006 |
Modified | 02-06-2019 2:19:30am |
MD5 | 351034dca0ba7b031451ba3fdad3f34d |
SHA256 | 49676746e8fdaee7475cc36e9b432a037d1ee84a5e33ec485bac30160047497a |
Search Google | by EAN or by Title |
Query Time | 0.0030041 |
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.