Disable All Advertising
Image
EAN-130814456021416   EAN-13 barcode 0814456021416
UPC-A814456021416   UPC-A barcode 814456021416
Product NamePrey
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B078Y352NG
Price New17.97 US Dollars    (curriencies)
Price Used17.96 US Dollars    (curriencies)
RatingR - Restricted
IMDbIMDb Link
Run Time85 minutes
CastBarry Stokes, Sally Faulkner, Glory Annen, Sandy Chinney
DirectorNorman J. Warren
GenreHORROR,SCI-FI
Run Time85 minutes
Width7.5 inches    (convert)
Height5.4 inches    (convert)
Length0.7 inches    (convert)
Weight52 hundredths pounds    (convert)
BindingBlu-ray
Release Year1977
FormatDolby, Limited Edition, NTSC, Widescreen
Run Time85 minutes
Long DescriptionJessica awakens when an alien spacecraft lands nearby. After dispatching a young couple, the alien assumes the identity of the recently dispatched young man. Jessica and her possessive lover Josephine invite "Anders" in when it appears he's hurt. Soon Jessica becomes suspicious of Josephine's overbearing ways, and relies more on the alien for support, but his purpose on earth remains unclear.
Similar Items0814456021362: Five Loose Women
0814456021270: Pick-up
0814456021034: Nurse Sherri
0814456020914: Sweet Sugar
0760137126881: Bloodthirsty Trilogy
0738329231392: The Boneyard
0738329226787: Psychopath
0663390002278: Violence in a Women's Prison
0663390002223: Eaten Alive! [Blu-ray]
0018619366622: Demon Seed
View 6 more similar items
Created04-19-2018 12:20:31am
Modified04-27-2018 2:40:15am
MD56c4ae3d54b8d0a3dc60f0d286d3e6b0c
SHA256c1b142746fe00b190dc6d8700a41273c1b2442e52156a6915deaaea9bf2d5513
Search Googleby EAN or by Title
Query Time0.0520840

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.