Disable All Advertising
Image
EAN-135039036008365   EAN-13 barcode 5039036008365
Product NameBachelor Party
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B00005UWMW
Model01440DVD
Price New32.58 US Dollars    (curriencies)
Price Used0.98 US Dollars    (curriencies)
RatingR - Restricted
IMDbIMDb Link
Run Time105 minutes
Aspect Ratio1.85:1
CastAdrian Zmed, Tawny Kitaen, Tom Hanks
DirectorNeal Israel
GenreCOMEDY
Run Time105 minutes
Weight40 hundredths pounds    (convert)
BindingDvd
Release Year1984
FormatPAL
Run Time105 minutes
Long DescriptionRick Gassko is about to marry Debbie Thompson. Her parents hate him. Her old boyfriend hates him. They all have money and he gets a cut of the crap games on the Catholic school bus that he drives. His friends decide to give him the bachelor party of all bachelor parties in an expensive hotel with booze, adult movies and hookers. As the players catch wind of the elements of the party, each adds a little monkey wrench so that one set of hookers ends up giving demos at the bride's shower, the brides friends end up dressed as hookers in a room with a number of non English speaking Japanese businessmen, and so on, as things get out of hand.
Similar Items0026359298325: Volunteers
0024543495390: Bachelor Party 2: The Last Temptation (Unrated Version/ Special Edition)
0024543395454: Porkys (Dvd/O-Ring/Sensormatic)
0024543117377: Man with One Red Shoe
0024543011729: Revenge of the Nerds/ Revenge Of the Nerds II - Nerds in Paradise
0024543011712: Revenge of the Nerds/ Revenge Of the Nerds II - Nerds in Paradise
Created11-06-2012 2:47:51pm
Modified02-02-2022 12:31:45am
MD5d21114fa2f09d2c9ee36627708a6f2f0
SHA25604c5e606eb37acfc4767288fe9ae41b0d76d6165b03a279ef459ac6c2fcda4e6
Search Googleby EAN or by Title
Query Time0.0108671

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.