De Aller-Bedste Bøger - over 12 mio. danske og engelske bøger
Levering: 1 - 2 hverdage

Bøger af Andrew Lee Rubinger

Filter
Filter
Sorter efterSorter Populære
  • - Developing Enterprise Java Components
    af Bill Burke & Andrew Lee Rubinger
    493,95 kr.

    Learn how to code, package, deploy, and test functional Enterprise JavaBeans with the latest edition of this bestselling guide. Written by the developers of JBoss EJB 3.1, this book not only brings you up to speed on each component type and container service in this implementation, it also provides a workbook with several hands-on examples to help you gain immediate experience with these components.With version 3.1, EJB's server-side component model for building distributed business applications is simpler than ever. But it's still a complex technology that requires study and lots of practice to master. Enterprise JavaBeans 3.1 is the most complete reference on this specification. You'll find a straightforward, no-nonsense explanation of the underlying technology, including Java classes and interfaces, the component model, and the runtime behavior of EJB.Develop your first EJBs with a hands-on walkthrough of EJB 3.1 conceptsLearn how to encapsulate business logic with Session Beans and Message-Driven BeansDiscover how to handle persistence through Entity Beans, the EntityManager, and the Java Persistence APIUnderstand EJB's container services such as dependency injection, concurrency, and interceptorsIntegrate EJB with other technologies in the Java Enterprise Edition platformUse examples with either the JBossAS, OpenEJB, or GlassFish v3 EJB Containers

  • af Andrew Lee Rubinger & Aslak Knutsen
    437,95 kr.

    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, youll 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 developmentessential 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, GeekSeekUse both relational and NoSQL storage models to build and test GeekSeeks data persistence layersTackle testable business logic development and asynchronous messaging with an SMTP serviceExpose enterprise services as a RESTful interface, using Java EEs JAX-RS frameworkImplement OAuth authentication with JBosss PicketLink identity management serviceValidate the UI by automating interaction in the browser and reading the rendered pagePerform full-scale integration testing on the final deployable archive