null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Continuous Enterprise Development in Java (Testable Solutions with Arquillian)

List Price: $44.99
SKU:
9781449328290
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Andrew Lee Rubinger, Aslak Knutsen
    Format:
    Paperback
    Pages:
    254
    Publisher:
    O'Reilly Media (April 29, 2014)
    Language:
    English
    ISBN-13:
    9781449328290
    ISBN-10:
    1449328296
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $44.99
    Case Pack:
    15
    As low as:
    $38.69
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    14.56oz
    Imprint:
    O'Reilly Media
  • Overview

    Learn a use-case approach for developing Java enterprise applications in a continuously test-driven fashion. With this hands-on guide, authors and JBoss project leaders Andrew Lee Rubinger and Aslak Knutsen show you how to build high-level components, from persistent storage to the user interface, using the Arquillian testing platform and several other JBoss projects and tools.

    Through the course of the book, you’ll build a production-ready software conference tracker called GeekSeek, using source code from GitHub. Rubinger and Knutsen demonstrate why testing is the very foundation of development—essential for ensuring that code is consumable, complete, and correct.

    • Bootstrap an elementary Java EE project from start to finish before diving into the full-example application, GeekSeek
    • Use both relational and NoSQL storage models to build and test GeekSeek’s data persistence layers
    • Tackle testable business logic development and asynchronous messaging with an SMTP service
    • Expose enterprise services as a RESTful interface, using Java EE’s JAX-RS framework
    • Implement OAuth authentication with JBoss’s PicketLink identity management service
    • Validate the UI by automating interaction in the browser and reading the rendered page
    • Perform full-scale integration testing on the final deployable archive