Image | ![]() |
EAN-13 | 0024543797746 ![]() |
UPC-A | 024543797746 ![]() |
Product Name | Flicka Country Pride |
Category | Electronics / Photography: A/V Media: Movie / TV |
Web Link | www.flickamovie.com |
Amazon.com | ![]() |
Model | 35221633 |
Price New | 2.99 US Dollars (curriencies) |
Price Used | 3.70 US Dollars (curriencies) |
Rating | G - General Audiences |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 93 minutes |
Aspect Ratio | 1.78:1 |
Cast | Tim McGraw, Maria Bello, Alison Lohman, Ryan Kwanten |
Director | Michael Mayer |
Artist | Flicka 3: Country Pride |
Genre | ADVENTURE,DRAMA,FAMILY |
Run Time | 93 minutes |
Width | 5.25 inches (convert) |
Height | 0.75 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 15 hundredths pounds (convert) |
Binding | Dvd |
Release Year | 2006 |
Format | Multiple Formats, NTSC, Widescreen |
Published | 09/23/2014 |
Run Time | 93 minutes |
Long Description | When Toby (Black) takes on a job at a stable with Flicka in tow, the owner's teenage daughter Kelly (Rohl), quickly bonds with the wild horse. A budding equestrian rider, she hopes to break Flicka for an upcoming competition, despite her mother's (Hartman Black) disapproval. With the competition approaching, a rival trainer stealing business, and a growing fear they may be forced to sell the stable, Toby steps in to turn things around for Kelly and her mother. |
Similar Items | 9321337121406: Flicka 2 Friends Forever | NON-USA Format | PAL | Region 4 Import - Australia 0886470847518: Healed By Grace 0796019827416: Storm Rider 0796019825986: Amazing Racer 0796019823593: Greening of Whitney Brown 0032429280961: Dreamer Inspired by a True Story 0024543993469: Cowgirls 'n Angels 0024543874164: Cowgirls n' Angels 0024543503248: DVD - Moondance Alexander 0024543415862: My Friend Flicka: The Enduring Classic Based On Mary O'hara's Best Selling Novel 0024543406716: Flicka 0024543406655: Flicka |
Created | 12-21-2017 3:25:51am |
Modified | 05-05-2019 11:39:33am |
MD5 | ee5395b8e6e3f4c841ad04358e6c5cf8 |
SHA256 | d7854436f5075f5818086c99ce929735d6f6be26f5be3bab9fd338d492789f09 |
Search Google | by EAN or by Title |
Query Time | 0.0304170 |
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.