Disable All Advertising
Image
EAN-139781569904367   EAN-13 barcode 9781569904367
Product NamePlastic Part Design For Injection Molding 2e: An Introduction
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionHeight:9.65 inches / Length:6.5 inches / Weight:2.55 pounds / Width:0.98 inches
Amazon.comA Buy on Amazon ~ 1569904367
SKUAPX7688313944832462
Price New85.64 US Dollars    (curriencies)
Price Used74.73 US Dollars    (curriencies)
Width1 inches    (convert)
Height9.6 inches    (convert)
Length6.8 inches    (convert)
Weight42.4 ounces    (convert)
AuthorRobert A. Malloy
Page Count549
BindingHardcover
Published03/01/2010
Long DescriptionThe goal of the book is to assist the designer in the development of parts that are functional, reliable, manufacturable, and aesthetically pleasing. Because injection molding is the most widely used manufacturing process for the production of plastic parts, a full understanding of the integrated design process presented is essential to achieving economic and functional design goals. This book features over 425 drawings and photographs. Contents: Introduction to Materials. Manufacturing Considerations for Injection Molded Parts. The Design Process and Material Selection. Structural Design Considerations. Prototyping and Experimental Stress Analysis. Assembly of Injection Molded Plastic Parts. Conversion Constants.
Similar Items9780201073133: An Introduction To The Mechanical Properties Of Solid Polymers
9780195210088: How To Make Injection Molds (Spe Books)
9780195157826: Mechanical Assemblies: Their Design, Manufacture, And Role In Product Development
9780080982434: Computational Fluid Dynamics, Second Edition: A Practical Approach
9780080326269: Plastics Engineering, Second Edition
9780070458208: Design For Manufacturability Handbook
9780070456952: Design For Manufacturability Handbook
9780070258723: Design For Manufacturability Handbook
9780070071391: Design For Manufacturability Handbook
9780070071308: Design For Manufacturability Handbook
View 46 more similar items
Created01-13-2013 1:10:36am
Modified10-06-2017 7:17:18am
MD56647b63b0a16a2ee3f5a48882f13b506
SHA256390c5c3847c5af0c184c1725a7a7772b09b4d86be62656677a67004941c363f5
Search Googleby EAN or by Title
Query Time0.0580871

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.