Disable All Advertising
Image
EAN-139780802866080   EAN-13 barcode 9780802866080
Product NameThe Bible, Disability, And The Church: A New Vision Of The People Of God
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionHeight:8.98 inches / Length:5.98 inches / Weight:0.55 pounds / Width:0.39 inches
Amazon.comA Buy on Amazon ~ 0802866085
SKUACOMMP2_BOOK_USEDVERYGOOD_0802866085
Price New14.28 US Dollars    (curriencies)
Price Used8.00 US Dollars    (curriencies)
Width0.25 inches    (convert)
Height9 inches    (convert)
Length6 inches    (convert)
Weight8.8 ounces    (convert)
AuthorAmos Yong
Page Count161
BindingPaperback
Published11/01/2011
Long DescriptionInspiring and challenging study that rethinks the Bible’s teaching on disability A theologian whose life experience includes growing up alongside a brother with Down syndrome, Amos Yong in this book rereads and reinterprets biblical texts about human disability, arguing that the way we read biblical texts, not the Bible itself, is what causes us to marginalize persons with disabilities. Revealing and examining the underlying stigma of disability that exists even in the church, Yong shows how the Bible offers good news to people of all abilities ― and he challenges churches to become more inclusive communities of faith.
Similar Items9780687108015: The Disabled God: Toward A Liberatory Theology Of Disability
9780687082285: Resurrecting The Person: Friendship And The Care Of People With Mental Health Problems
9780567045584: Theology, Disability And The New Genetics: Why Science Needs The Church
9780310593812: All God's Children
9780268028572: The Future Of Disabled Liberal Society: An Ethical Analysis (REVISIONS)
9780230338296: Disability Studies And Biblical Literature
9780230119727: Disability In Judaism, Christianity, And Islam: Sacred Texts, Historical Traditions, And Social Analysis
9780199594863: Disability And Isaiah's Suffering Servant (Biblical Refigurations)
9780195311082: Disability and Christian Theology Embodied Limits and Constructive Possibilities (AAR Academy Series)
9780132862561: Exceptional Children: An Introduction To Special Education Plus Myeducationlab With Pearson Etext -- Access Card Package (10th Edition)
View 16 more similar items
Created02-01-2013 1:10:40am
Modified05-01-2020 2:10:43am
MD5bac580a6949beeaecbeb62e5dfe20197
SHA25619f0e4c92ac1483dff3160dc88b01fba41389e9088a55da07ade011a84a39e71
Search Googleby EAN or by Title
Query Time0.0237279

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.