Disable All Advertising
Image
EAN-130025192397486   EAN-13 barcode 0025192397486
UPC-A025192397486   UPC-A barcode 025192397486
Product NameA Womans Vengeance
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B01LTHYN7S
Price New13.70 US Dollars    (curriencies)
Price Used11.96 US Dollars    (curriencies)
Run Time93 minutes
CastAnn Blyth, Charles Boyer, Jessica Tandy
Run Time93 minutes
Width5.5 inches    (convert)
Height0.5 inches    (convert)
Length7.5 inches    (convert)
Weight22 hundredths pounds    (convert)
BindingDvd
FormatNTSC
Run Time93 minutes
Long DescriptionCharles Boyer stars as a philanderer who’s accused of killing his wife in A Woman’s Vengeance, a gripping drama co-starring Ann Blyth and Jessica Tandy. When his invalid wife Emily (Rachel Kimpson) dies of a heart attack, it frees Henry Maurer (Boyer) to marry his young mistress Doris (Blyth). Confiding her suspicions that Henry murdered her patient, Emily’s nurse (Mildred Natick) is encouraged by a neighbor (Tandy) to tell the police. Suddenly Henry finds himself wrongly convicted and awaiting his fate while the family doctor (Sir Cedric Hardwicke) races against time to find the real killer and save his life. When sold by Amazon.com, this product is manufactured on demand using DVD-R recordable media. Amazon.com's standard return policy will apply. This product is expected to play back in DVD Video "play only" devices, and may not play in other DVD devices, including recorders and PC drives.
Similar Items9786305685432: Jigsaw
0025192397509: So Evil My Love
0025192397370: An Act of Murder
0025192384462: Kiss the Blood off My Hands
0025192365812: Kiss Before the Mirror
0025192181207: Smooth as Silk
0025192181184: The Sleeping City
Created02-28-2018 2:51:06am
Modified04-28-2020 4:42:51pm
MD5c77f1acb04bcb354a640a025f10b8fe6
SHA256c180e14f71d9c54f2d849996baee4088082bb618ffaa2c3ebebc6d4684f4bdb9
Search Googleby EAN or by Title
Query Time0.0215170

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.