Image | ![]() |
EAN-13 | 9780801039034 ![]() |
Product Name | The Jewish World around the New Testament |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Height:8.82 inches / Length:5.98 inches / Weight:1.7 pounds / Width:1.61 inches |
Amazon.com | ![]() |
SKU | 0801039037 |
Price New | 30.65 US Dollars (curriencies) |
Price Used | 24.75 US Dollars (curriencies) |
Width | 1.27 inches (convert) |
Height | 9 inches (convert) |
Length | 6 inches (convert) |
Weight | 27.2 ounces (convert) |
Author | Richard Bauckham |
Page Count | 560 |
Binding | Paperback |
Published | 07/01/2010 |
Features | ISBN13: 9780801039034, Condition: New, Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold! |
Long Description | Renowned biblical scholar Richard Bauckham believes that the New Testament texts cannot be adequately understood without careful attention to their Judaic and Second Temple roots. This book contains twenty-four studies that shed essential light on the religious and biblical-interpretive matrix from which early Christianity emerged. Bauckham discusses the "parting of the ways" between early Judaism and early Christianity and the relevance of early Jewish literature for the study of the New Testament. He also explores specific aspects or texts of early Christianity by relating them to their early Jewish context. Originally published by Mohr Siebeck, this book is now available as an affordable North American paperback edition. |
Similar Items | 9780820446073: The Theology Of The Book Of Revelation (New Testament Theology) 9780521356916: The Theology Of The Book Of Revelation (New Testament Theology) 9780227171950: The Theology Of The Book Of Revelation (New Testament Theology) 9780802872234: The Bible in the Contemporary World: Hermeneutical Ventures 9780687015665: Apocalyptic Literature: A Reader 9780827238039: Ultimate Things: An Introduction To Jewish And Christian Apocalyptic Literature 9780802863904: Jesus And The Eyewitnesses: The Gospels As Eyewitness Testimony 9780802845597: Jesus And The God Of Israel: God Crucified And Other Studies On The New Testament's Christology Of Divine Identity 9780801034855: The Testimony Of The Beloved Disciple: Narrative, History, And Theology In The Gospel Of John 9780802844446: The Gospels For All Christians: Rethinking The Gospel Audiences (New Testament Studies) View 6 more similar items |
Created | 11-21-2012 8:17:49pm |
Modified | 05-01-2020 1:58:04am |
MD5 | 1b8785d41055625f7d6d0783d0959cad |
SHA256 | 7cde2bb13d3e7fb7171b1266fac7d6bd8f52f49884fea846ce1b589540e8d672 |
Search Google | by EAN or by Title |
Query Time | 0.0210819 |
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.