Disable All Advertising
Image
EAN-139786300275706   EAN-13 barcode 9786300275706
Product NameJohnny Shiloh [VHS]
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ 6300275701
Price Used15.59 US Dollars    (curriencies)
Run Time90 minutes
CastBrian Keith, Darryl Hickman, Edward Platt, Kevin Corcoran, Skip Homeier
GenreAction & Adventure
Run Time90 minutes
BindingVHS Tape
FormatNTSC, Color
Run Time90 minutes
Long DescriptionDisney's Johnny Shiloh movie is full of action and loosely based upon the true story in American history of Johnny Clem. At the tender age of 10, Johnny runs away to become a drummer boy for the Union Army. Although he knows he is too young, he cannot stand the thought of his local platoon leaving to fight without him. Due to his young age, Johnny is at first turned away by the army. Willing to do anything to join, the union army just can't make little Johnny go away. After thorough attempts to try to break his spirits, the army finally accepts Johnny as a real battlefield drummer. Johnny Shiloh VHS is an extraordinary story about one of the youngest real life American heroes. Johnny became the youngest non-commissioned officer in American history.
Similar Items9786300274570: The Littlest Outlaw [VHS]
0012257293036: Disney Vhs - A Tiger Walks
0012257087031: The Littlest Outlaw [VHS]
Created02-07-2019 12:04:38am
Modified02-11-2019 12:27:30am
MD5f4f9eced0cf919952cd8abf57fa57301
SHA256dc26c7960c6a141e8a006554408dc2301dff23fc93a453e2b8fcc7b21dd8884e
Search Googleby EAN or by Title
Query Time0.0114229

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.