Disable All Advertising
Image
EAN-130013562000043   EAN-13 barcode 0013562000043
UPC-A013562000043   UPC-A barcode 013562000043
BrandAnnie's
Product NameAnnie's Organic Shells & White Cheddar Macaroni & Cheese
LanguageEnglish
CategoryFood: Fruits / Vegetables: Fresh
Short Description7 OZ
Web Link
Amazon.comA Buy on Amazon ~ B000CQ01GU
SKUMO69450
Price New18.72 US Dollars    (curriencies)
Long DescriptionFor those of us with a bigger appetite, Annie's has created family size shells & white cheddar. Made just like our original Shells & White Cheddar with real white cheddar cheese and organic pasta, family size is perfect as a side dish for a whole family, for serving a few hungry eaters, or for just one person who is really hungry!
Similar Items0024335211160: Bearitos Yellow Corn Tortilla Chips
0021908291024: Cascadian Farm Organic Chewy Dark Chocolate Chip Granola Bars
0015839000022: Garden of Eatin' No Salt Added Blue Corn Tortilla Chips
0013562313020: Annie's Organic Cheesy Ravioli
0013562303472: Annie's Homegrown Organic Snack Mix Bunnies Cheddar, 5-Ounce (Pack of 6)
0013562302284: Annie's Organic White Cheddar Bunnies Baked Snack Crackers
0013562302277: Annie's Homegrown Cheddar Bunnies Baked Snack Crackers, Original, 10-Ounce Boxes (Pack of 12)
0013562300570: Annie's Organic Cheddar Snack Mix
0013562111169: Annie's Organic Grape Galore Bunny Fruit Snacks
0013562111077: Annie's Organic Summer Strawberry Bunny Fruit Snacks
View 14 more similar items
Created07-01-2006
Modified05-02-2020 12:20:40am
MD5ddc378dfa53e65c00bbe0ab0e9f61e2f
SHA2562e8c9817060ce8af9d3c57a19133854eff333494db1df2c6efd754d39e260f2e
Search Googleby EAN or by Title
Query Time0.0255761

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.