Image | ![]() |
EAN-13 | 0085391200673 ![]() |
UPC-A | 085391200673 ![]() |
Product Name | Appurushido: Ekusu makina |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Amazon.com | ![]() |
Model | 3349552 |
Price New | 19.98 US Dollars (curriencies) |
Price Used | 2.15 US Dollars (curriencies) |
Rating | PG-13 - Parents Strongly Cautioned |
IMDb | ![]() |
Run Time | 105 minutes |
Aspect Ratio | 1.78:1 |
Cast | Ai Kobayashi, Kôichi Yamadera, Yûji Kishi |
Director | Shinji Aramaki |
Genre | ANIMATION,ACTION,ADVENTURE |
Run Time | 159 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 46 hundredths pounds (convert) |
Author | Shirow Masamune |
Binding | Dvd |
Release Year | 2007 |
Format | Multiple Formats, Animated, Closed-captioned, Collector's Edition, Color, Limited Edition, NTSC, Subtitled, Widescreen |
Published | 07/29/2018 |
Run Time | 159 minutes |
Features | The next installment in the Appleseed franchise, Appleseed: Ex Machina,available on DVD! Produced by John Woo and Directed by Shinji Aramaki,and featuring next generation CG technology, Appleseed: Ex Machina isback bigger and badder! Based on the man |
Long Description | When a paramilitary task force called E.S.W.A.T. and its operations in the year 2133 Olympus, a futuristic utopia where humans, cyborgs, and bio-engineered human beings called "Bioroids" are attempting to live in perfect harmony. However, a series of random terrorist attacks perpetrated by cyborgs and humans alike threaten to throw Olympus into total chaos. As it turns out, these humans and machines have come under the influence of an unknown electronic signal that hacks into their nervous systems and they then become the unwilling servants of a malevolent computerized entity. Thrown into the action is the plucky female E.S.W.A.T. warrior Deunan Knute and her cyborg lover/partner Briareos as they investigate these bizarre occurrences with the other members of their unit. Things become complicated when a bioroid named Tereus, who resembles Briareous in his human form, joins their unit and threatens to come between their relationship. But these three must put aside their differences to face an even greater threat that promises world destruction in its wake. |
Similar Items | 0704400091285: Appleseed Xiii: Tartaros & Ouranos [Blu-Ray] 0043396507395: Starship Troopers Traitor of Mars 0043396440067: Appleseed Alpha 0013023252790: Appleseed (Widescreen) (2004) |
Created | 05-22-2010 |
Modified | 07-04-2021 4:35:09am |
MD5 | d05a2a697be731ebbb21026f9e165fd9 |
SHA256 | 8d9bb00cce74c95af016b0c7be11f0c9ef55d0ffe2889cca8b766a630c0ad459 |
Search Google | by EAN or by Title |
Query Time | 0.0160999 |
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.