Beginning Jakarta EE Enterprise Edition for Java: from Novice to Professional

Beginning Jakarta EE Enterprise Edition for Java: from Novice to Professional

Beginning Jakarta EE Enterprise Edition for Java: From Novice to Professional Peter Späth Beginning Jakarta EE: Enterprise Edition for Java: From Novice to Professional Peter Späth Leipzig, Sachsen, Germany ISBN-13 (pbk): 978-1-4842-5078-5 ISBN-13 (electronic): 978-1-4842-5079-2 https://doi.org/10.1007/978-1-4842-5079-2 Copyright © 2019 by Peter Späth This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Managing Director, Apress Media LLC: Welmoed Spahr Acquisitions Editor: Steve Anglin Development Editor: Matthew Moodie Coordinating Editor: Mark Powers Cover designed by eStudioCalamar Cover image by RawPixel Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, email orders-ny@springer-sbm. com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation. For information on translations, please email [email protected]; for reprint, paperback, or audio rights, please email [email protected]. Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales web page at http://www.apress.com/bulk-sales. Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the book’s product page, located at www.apress.com/9781484250785. For more detailed information, please visit http://www.apress.com/source-code. Printed on acid-free paper To Salome Table of Contents About the Author ................................................................................................... xiii About the Technical Reviewer .................................................................................xv Introduction ...........................................................................................................xvii Chapter 1: Java Development, Enterprise Needs ...................................................... 1 Standardized Specifications ��������������������������������������������������������������������������������������������������������� 2 Multi-tiered Applications ��������������������������������������������������������������������������������������������������������������� 6 Why Jakarta EE? ��������������������������������������������������������������������������������������������������������������������������� 8 Exercise 1 �������������������������������������������������������������������������������������������������������������������������������� 8 Jakarta EE Servers and Licensing ������������������������������������������������������������������������������������������������ 8 Excursion to Microservices ����������������������������������������������������������������������������������������������������������� 9 Jakarta EE Applications and the Cloud ��������������������������������������������������������������������������������������� 10 Exercise 2 ������������������������������������������������������������������������������������������������������������������������������ 11 The Java Standard Edition JSE 8 ������������������������������������������������������������������������������������������������ 12 The Java 8 Language ������������������������������������������������������������������������������������������������������������������ 13 Exercise 3 ������������������������������������������������������������������������������������������������������������������������������ 13 Chapter 2: Getting a Jakarta EE Server to Work ..................................................... 15 Getting and Installing Glassfish �������������������������������������������������������������������������������������������������� 16 Glassfish Shell Administration ���������������������������������������������������������������������������������������������������� 18 Multi-mode Sessions ������������������������������������������������������������������������������������������������������������� 19 General Options ��������������������������������������������������������������������������������������������������������������������� 19 Administering the Built-In Database ������������������������������������������������������������������������������������� 21 Glassfish GUI Administration ������������������������������������������������������������������������������������������������������� 22 Glassfish REST Interface Administration ������������������������������������������������������������������������������������� 23 v TABLE OF CONtENtS Chapter 3: Setting Up an IDE .................................................................................. 27 Installing Eclipse for Jakarta EE Development ��������������������������������������������������������������������������� 27 Using Eclipse ������������������������������������������������������������������������������������������������������������������������������� 32 Your First Jakarta EE Application ������������������������������������������������������������������������������������������������ 32 The Julian Calendar Back End ����������������������������������������������������������������������������������������������� 33 The Julian Calendar Front End ���������������������������������������������������������������������������������������������� 40 Summing Up: The Julian Day Calendar ��������������������������������������������������������������������������������� 50 Chapter 4: Building Page-Flow Web Applications with JSF ................................... 53 Servlets and JSF Pages �������������������������������������������������������������������������������������������������������������� 53 A Sample JSF Application ����������������������������������������������������������������������������������������������������������� 55 Preparing the JSF Application ����������������������������������������������������������������������������������������������� 55 The Household Accounting JSF Application �������������������������������������������������������������������������� 58 About JavaBean Classes ������������������������������������������������������������������������������������������������������������� 64 Expression Language in JSF Pages �������������������������������������������������������������������������������������������� 66 Value and Method Expressions ���������������������������������������������������������������������������������������������� 67 Accessing Objects from JSF Pages ��������������������������������������������������������������������������������������� 69 Implicit Objects ���������������������������������������������������������������������������������������������������������������������� 73 Literals ����������������������������������������������������������������������������������������������������������������������������������� 75 Operators in Expressions ������������������������������������������������������������������������������������������������������� 76 Using Collections Inside Expressions ������������������������������������������������������������������������������������ 77 Exercise 1 ������������������������������������������������������������������������������������������������������������������������������ 78 Lambda Expressions ������������������������������������������������������������������������������������������������������������� 78 Localized Resources ������������������������������������������������������������������������������������������������������������������� 79 Exercise 2 ������������������������������������������������������������������������������������������������������������������������������ 82 JSF Tag Libraries ������������������������������������������������������������������������������������������������������������������������� 82 Standard HTML RenderKit Tags �������������������������������������������������������������������������������������������������� 83 HTML Top-Level Tags �������������������������������������������������������������������������������������������������������������

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    17 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us