Image | ![]() |
EAN-13 | 9780764340413 ![]() |
Product Name | The Boeing F/A-18E/F Super Hornet & EA-18G Growler: A Developmental and Operational History (Schiffer Military History) |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Height:0 inches / Length:0 inches / Weight:0 pounds / Width:0 inches |
Amazon.com | ![]() |
Price New | 79.99 US Dollars (curriencies) |
Price Used | 75.73 US Dollars (curriencies) |
Width | 1.57 inches (convert) |
Height | 12 inches (convert) |
Length | 9 inches (convert) |
Weight | 84.64 ounces (convert) |
Author | Brad Elward |
Page Count | 448 |
Binding | Hardcover |
Published | 12/19/2012 |
Features | The Boeing F/A-18E/F Super Hornet & EA-18G Growler: A Developmental and Operational History, The story of how the Super Hornet and Growler came into existence is the focus of this new book. The F/A-18E/F has its roots in the late-1980s Hornet 2000 study, which itself evaluated ways to enhance the range, payload, and bring-back capability of the existing F/A-18 Hornet. Through a series of trade-offs imposed by largely limited defense funds, what emerged was a versatile, affordable strike fighter aircraft that has served the Navy well since its fleet introduction in 2002. The Growler has a similar history. Itself an offshoot of the Super Hornet program, the EA-18G brought many of the Super Hornet's attributes - speed, maneuverability, self-defense capability, and advanced systems - into the electronic attack community and is now posed to assume all such missions from the venerable EA-6B Prowler within the next few years. The book draws on interviews with many of the key players in the F/A-18E/F and EA-18G program and on many press reports of the day to tell the story of how these aircraft were designed, developed, and deployed. Moreover, the book provides insights into the problems faced by these key individuals as well as the management methods they used to produce aircraft that have consistently been delivered at or ahead of schedule, under cost, and under weight. |
Long Description | The story of how the Super Hornet and Growler came into existence is the focus of this new book. The F/A-18E/F has its roots in the late-1980s Hornet 2000 study, which itself evaluated ways to enhance the range, payload, and bring-back capability of the existing F/A-18 Hornet. Through a series of trade-offs imposed by largely limited defense funds, what emerged was a versatile, affordable strike fighter aircraft that has served the Navy well since its fleet introduction in 2002. The Growler has a similar history. Itself an offshoot of the Super Hornet program, the EA-18G brought many of the Super Hornet's attributes - speed, maneuverability, self-defense capability, and advanced systems - into the electronic attack community and is now posed to assume all such missions from the venerable EA-6B Prowler within the next few years. The book draws on interviews with many of the key players in the F/A-18E/F and EA-18G program and on many press reports of the day to tell the story of how these aircraft were designed, developed, and deployed. Moreover, the book provides insights into the problems faced by these key individuals as well as the management methods they used to produce aircraft that have consistently been delivered at or ahead of schedule, under cost, and under weight. |
Similar Items | 9789080674738: Uncovering The Boeing F/A-18 A/B/C/D Hornet (No. 2) 9781902109312: Soviet Naval Aviation 1946-1991 9781782008132: F6F Hellcat vs A6M Zero-sen: Pacific Theater 1943-44 (Duel) 9780857332400: Royal Navy Type 45 Destroyer Manual - 2010 onward: An insight into operating and maintaining the Royal Navy's largest and most powerful air defence destroyer (Owners' Workshop Manual) |
Created | 11-19-2012 6:09:59pm |
Modified | 05-01-2020 1:09:51am |
MD5 | 183bf061aa2025be32b96cebefff7f1d |
SHA256 | bd48f65bb5f556bbcbcaa6f2b59538fa123c36364b96cbe9a418bbb04158854d |
Search Google | by EAN or by Title |
Query Time | 0.0136461 |
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.