Image | ![]() |
EAN-13 | 0012569829688 ![]() |
UPC-A | 012569829688 ![]() |
Product Name | Ant Bully |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Web Link | theantbully.warnerbros.com |
Amazon.com | ![]() |
Model | 2211253 |
Price New | 5.59 US Dollars (curriencies) |
Price Used | 1.51 US Dollars (curriencies) |
Rating | PG - Parental Guidance Suggested |
IMDb | ![]() |
Trailer | Watch The Trailer |
Run Time | 88 minutes |
Aspect Ratio | 1.85:1 |
Cast | Julia Roberts, Nicolas Cage, Meryl Streep, Paul Giamatti |
Director | John A. Davis |
Genre | ANIMATION,ADVENTURE,COMEDY,FAMILY,FANTASY |
Run Time | 89 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 6.5 inches (convert) |
Weight | 20 hundredths pounds (convert) |
Author | John Nickle |
Binding | Blu-ray |
Release Year | 2006 |
Format | Color, Animated, Blu-ray, Dolby, Dubbed, NTSC, Subtitled, Widescreen |
Run Time | 89 minutes |
Features | Shrink-wrapped |
Long Description | This is the story of a ten-year-old boy named Lucas Nickle, who has just moved to a new neighborhood, has no friends, and is the target for the local bully and his gang. His parents are leaving for a honeymoon in Puerto Vallarta, so they are too busy to attend to his problems. His sister is distracted by her cellular phone, and the grandmother is obsessed with UFOs and aliens. Lucas is constantly being beat up by the obese yet intimidating neighborhood bully. Because he cannot fight back, he takes out his anger on an anthill in his front yard; He kicks it, stomps it, squirts it with his water gun, and floods it with a hose. This terrifies the ants, who call Lucas the Destroyer. One wizard ant, known as Zoc being a hopeful and adventurous type, is trying to solve this dilemma. He tries to devise a magic potion that he believes will solve all their problems. As the plan to shrink Lucas down to their size with a magic potion and forcing him to live like an ant within the colony--an astonishing new world opens up to him. Lucas learns, first-hand, the value of friendship and teamwork, ultimately leading the ants in an effort to save their colony from annihilation. And in the process, Lucas obtains the things he wants most: friends, companionship, acceptance and the courage to stand up for himself. |
Similar Items | 0191329068489: House with a Clock in Its Walls 0097361176741: Over The Hedge 0097361161341: Bee Movie (Widescreen/ Dvd & Blu-Ray Combo) 0043396525269: Hotel Transylvania 3 0043396499188: Alpha 0043396321472: Planet 51 0032429316752: Bumblebee 0025192368059: Illumination Presents Dr. Seuss' The Grinch 0025192058493: Astro Boy 0024543703549: Robots Blu-ray View 8 more similar items |
Created | 05-22-2010 |
Modified | 06-06-2019 11:29:30am |
MD5 | 4887fedfc1384df5e1cdd7aa712dd0d0 |
SHA256 | 6358ef76dfb56fad36b9b0b5dee312a3f976917b1a878cb794807538137486e4 |
Search Google | by EAN or by Title |
Query Time | 0.0246220 |
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.