Image | ![]() |
EAN-13 | 0786936207705 ![]() |
UPC-A | 786936207705 ![]() |
Product Name | Horse in the Gray Flannel Suit |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | Weight:0.55 pounds |
Amazon.com | ![]() |
SKU | U0786936207705 |
Model | 2259460 |
Price New | 7.35 US Dollars (curriencies) |
Price Used | 3.99 US Dollars (curriencies) |
Rating | G - General Audiences |
IMDb | ![]() |
Run Time | 114 minutes |
Aspect Ratio | 1.33:1 |
Cast | Dean Jones, Diane Baker, Ellen Janov, Kurt Russell, Morey Amsterdam |
Genre | Action/Adventure |
Run Time | 114 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.75 inches (convert) |
Weight | 24 hundredths pounds (convert) |
Binding | DVD |
Format | Multiple Formats, Closed-captioned, Color, NTSC, Mono |
Published | 02/03/2004 |
Run Time | 114 minutes |
Features | Disney The Horse in the Gray Flannel Suit |
Long Description | This fast-paced, rollicking Disney adventure combines fatherly love and corporate survival with exciting horseplay and budding romance. The highjinks begin when harassed New York advertising executive Fred Bolton (Dean Jones) acquires a horse for his painfully shy daughter as part of a hurriedly conceived promotional campaign. With help from an attractive riding instructor (Diane Baker), and his daughter's would-be boyfriend (Kurt Russell), Fred hopes the horse will bring his client fame, save his own job, and just maybe finance his daughter's expensive equestrian habit! AS must-see for every Disney fan and lover of good wholesome old-fashioned fun..|The role of championship rider Helen Bolton is played by Ellen Janov in her only film role.|Based on the book "The Year Of The Horse," by Eric Hatch, the movie was shot mostly on Disney's Gold Oak Ranch, near Newhall, California.|In Germany, the movie was known as "Der Henst Im Grauen Flanell-Anzug." |
Similar Items | 9780790744162: National Velvet 9780788806742: The Horse in the Gray Flannel Suit 9780689306631: Last Junior Year 0012569506329: National Velvet 0011301656162: Lightning, the White Stallion |
Created | 07-01-2006 |
Modified | 04-10-2020 4:19:47pm |
MD5 | 4f75f1955ea5e8b185fffa905b791005 |
SHA256 | b659d1265298713f7c2fa3ea2dbfa3bfa71c13a12d54c322a325c9553ee082c1 |
Search Google | by EAN or by Title |
Query Time | 0.0112472 |
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.