Image | ![]() |
EAN-13 | 9780802867384 ![]() |
Product Name | Christ And Culture Revisited |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Height:0.7 inches / Length:9 inches / Weight:0.98 pounds / Width:6.02 inches |
Amazon.com | ![]() |
SKU | ING0802867383 |
Price New | 13.40 US Dollars (curriencies) |
Price Used | 11.59 US Dollars (curriencies) |
Width | 0.65 inches (convert) |
Height | 9 inches (convert) |
Length | 6 inches (convert) |
Weight | 15.68 ounces (convert) |
Author | D.A. Carson |
Page Count | 255 |
Binding | Paperback |
Published | 01/31/2012 |
Long Description | Called to live in the world, but not to be of it, Christians must maintain a balancing act that becomes more precarious the further our culture departs from its Judeo-Christian roots. How should members of the church interact with such a culture, especially as deeply enmeshed as most of us have become? D. A. Carson applies his masterful touch to this problem. He begins by exploring the classic typology of H. Richard Niebuhr with its five Christ-culture options. Carson proposes that these disparate options are in reality one still larger vision. Using the Bible's own story line and the categories of biblical theology, he clearly lays out that unifying vision. Carson acknowledges the helpfulness of Niebuhr's grid and similar matrices but warns against giving them canonical force. More than just theoretical, Christ and Culture Revisited is also designed practically to help Christians untangle current messy debates on living in the world. Carson emphasizes that the relation between Christ and culture is not limited to an either/or cultural paradigm -- Christ against culture or Christ transforming culture. Instead Carson offers his own paradigm in which all the categories of biblical theology must be kept in mind simultaneously to inform the Christian worldview. While many other books on culture interact with Niebuhr, none of them takes anything like the biblical-theological approach adopted here. Groundbreaking and challenging, Christ and Culture Revisited is a tour de force. |
Similar Items | 9780791434192: To Change The World: The Irony, Tragedy, And Possibility Of Christianity In The Late Modern World 9780754640318: Furthering Humanity: A Theology of Culture 9780713641516: To Change The World: The Irony, Tragedy, And Possibility Of Christianity In The Late Modern World 9780570042730: Christ And Culture In Dialogue: Constructive Themes And Practical Applications 9780548364185: To Change The World: The Irony, Tragedy, And Possibility Of Christianity In The Late Modern World 9780548192726: To Change The World: The Irony, Tragedy, And Possibility Of Christianity In The Late Modern World 9780465047307: To Change The World: The Irony, Tragedy, And Possibility Of Christianity In The Late Modern World 9780310255000: The Search To Belong: Rethinking Intimacy, Community, And Small Groups 9780310242864: Gagging Of God, The 9780005991329: Christ And Culture (Torchbooks) View 15 more similar items |
Created | 11-19-2012 11:45:37am |
Modified | 05-01-2020 2:10:47am |
MD5 | a7e9bc726da4cf582971721f31162b75 |
SHA256 | 2567fd7b74e8700f0be0f7e392d3e212d4e963fa4a06e5ec6e40ae2528d4a939 |
Search Google | by EAN or by Title |
Query Time | 0.0207222 |
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.