EAN-13 | 9780710093035  |
Product Name | Rune Games |
Category | Book / Magazine / Publication |
Short Description | Viking Pr |
Amazon.com | Buy on Amazon ~ 0710093039 |
Price New | 84.06 US Dollars (curriencies) |
Price Used | 51.45 US Dollars (curriencies) |
Author | Marijane Osborn, Stella Longland |
Page Count | 312 |
Binding | Paperback |
Published | 02/01/1983 |
Features | Used Book in Good Condition |
Long Description | Book by Marijane Osborn, Stella Longland |
Similar Items | 9781898281498: Rudiments Of Runelore 9781147197952: Rudiments Of Runelore 9781578633258: Taking Up The Runes: A Complete Guide To Using Runes In Spells, Rituals, Divination, And Magic 9780719007873: Taking Up The Runes: A Complete Guide To Using Runes In Spells, Rituals, Divination, And Magic 9780972060479: The Saga Of The Volsungs (Penguin Classics) 9780965477703: The Saga Of The Volsungs (Penguin Classics) 9781620554050: Icelandic Magic: Practical Secrets of the Northern Grimoires 9781578631360: Runecaster's Handbook: The Well Of Wyrd 9780892810932: Nordic Runes: Understanding, Casting, And Interpreting The Ancient Viking Oracle 9780962604638: Futhark: A Handbook Of Rune Magic 9780877285489: Futhark: A Handbook Of Rune Magic 9781419633560: Germanic Magic: A Basic Primer On Galdor, Runes, And Spá 9780877286677: Runelore: The Magic, History, And Hidden Codes Of The Runes 9780766178328: Runelore: The Magic, History, And Hidden Codes Of The Runes 9780850304695: The Runic Workbook: Understanding And Using The Power Of Runes (Aquarian Press Divination Series) 9780520061149: Runes (Reading The Past) 9780806981703: The Runic Workbook: Understanding And Using The Power Of Runes 9780806903545: Discover Runes: Understanding And Using The Power Of Runes 9781847282460: The Rune Primer: A Down To Earth Guide To The Runes 9781592230426: The Runes Workbook: A Step-By-Step Guide To Learning The Wisdom Of The Staves 9781578634057: Trance-Portation: Learning To Navigate The Inner World 9781450548403: Hammer Of The Gods: Anglo-Saxon Paganism In Modern Times Second Edition 9780851159461: An Introduction To English Runes 9780850307658: The Enchanted Alphabet: A Guide To Authentic Rune Magic And Divination
|
Created | 08-22-2012 1:07:30pm |
Modified | 05-14-2017 8:22:10pm |
MD5 | bb5623de6b6278f54c6d85d796d31708 |
SHA256 | 7715cbf94b0da6de17279eb4bc95a555556085817aaa1990f083d46196d3bb7e |
Search Google | by EAN or by Title |
Query Time | 0.0987868 |
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.