Disable All Advertising
Image
EAN-130809478011651   EAN-13 barcode 0809478011651
UPC-A809478011651   UPC-A barcode 809478011651
Product NameShakespeare: Antony and Cleopatra
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B0788YKWF8
Price New17.29 US Dollars    (curriencies)
Price Used20.90 US Dollars    (curriencies)
Run Time195 minutes
Aspect Ratio1.78:1
CastRoyal Shakespeare Company
Run Time195 minutes
BindingDvd
FormatNTSC
Run Time195 minutes
Long DescriptionFollowing Caesar s assassination, Mark Antony has reached the heights of power. Now he has neglected his empire for a life of decadent seduction with his mistress, Cleopatra, Queen of Egypt. Torn between love and duty, Antony s military brilliance deserts him, and his passion leads the lovers to their tragic end. Extra Features: Interviews with Josette Simon, Antony Byrne & Ben Allen. Laura Mvula: Making music for the stage. Director s Commentary. Cast Gallery. What the press said: Richly textured, with big saucy acting (Daily Mail) 4 Stars This Antony & Cleopatra is the best I ve ever seen. (Evening Standard) 4 Stars
Similar Items0809478012597: Royal Shakespeare Company Julius Caesar
0809478012498: Tempest
0809478012429: Cymbeline
0809478012320: Shakespeare: King Lear
0809478012085: Shakespeare: King & Country [Box Set]
0809478011644: William Shakespeare Hamlet
0809478011545: Shakespeare Othello
0738329213725: Midsummer Night's Dream
0025192396694: Darkest Hour
0012236132738: Antony and Cleopatra
Created04-22-2018 4:21:22am
Modified04-28-2018 3:19:30am
MD57021dd85d629df2d944e049a22f04ff4
SHA25681dbb226e8d58707c5516c5bddcb05c3e0858fbd166bc2a31abccd368096805f
Search Googleby EAN or by Title
Query Time0.0271370

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.