Personnaliser

OK

Real-World Java - Jeanne Boyarsky

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :
Neuf (5)
Occasion
Reconditionné

58,74 €

Produit Neuf

  • Ou 14,69 € /mois

    • Livraison à 0,01 €
    • Livré entre le 9 et le 16 avril
    Voir les modes de livraison

    RiaChristie

    PRO Vendeur favori

    4,9/5 sur + de 1 000 ventes

    Brand new, In English, Fast shipping from London, UK; Tout neuf, en anglais, expédition rapide depuis Londres, Royaume-Uni;ria9781394275724_dbm

    Nos autres offres

    • 56,24 €

      Produit Neuf

      Ou 14,06 € /mois

      • Livraison : 3,99 €
      • Livré entre le 9 et le 13 avril
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes
    • 63,13 €

      Produit Neuf

      Ou 15,78 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,7/5 sur + de 1 000 ventes

      Nouvel article expédié dans le 24H à partir des Etats Unis Livraison au bout de 20 à 30 jours ouvrables.

    • 63,83 €

      Produit Neuf

      Ou 15,96 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes

      Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    • 74,93 €

      Produit Neuf

      Ou 18,73 € /mois

      • Livraison : 5,00 €
      • Livré entre le 8 et le 13 avril
      Voir les modes de livraison

      Exp¿di¿ en 7 jours ouvr¿s

    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Real - World Java de Jeanne Boyarsky Format Broché  - Livre

        Note : 0 0 avis sur Real - World Java de Jeanne Boyarsky Format Broché  - Livre

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Real - World Java de Jeanne Boyarsky Format Broché

         - Livre

        Livre - Jeanne Boyarsky - 01/01/2025 - Broché - Langue : Anglais

        . .

      • Auteur(s) : Jeanne Boyarsky - Victor Grazi
      • Editeur : Wiley
      • Langue : Anglais
      • Parution : 01/01/2025
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 464.0
      • ISBN : 1394275722



      • Résumé :

        Introduction xxix

        Chapter 1: How We Got Here: History of Java in a Nutshell 1

        Introduction 1

        Understanding the Stewardship of Java 2

        Differentiating Key Java Versions 4

        Coding Generics in Java 5 4

        Coding with Functional Programming from Java 8 4

        Coding Modules from Java 11 5

        Coding Text Blocks and Records from Java 17 6

        Learning About Virtual Threads from Java 21 7

        Working with Deprecation and Retirement 7

        Identifying Renames 8

        Changing to Jakarta EE 8

        Renaming Certifications 8

        Understanding the Principles of Change 8

        Further References 9

        Summary 9

        Chapter 2: Getting to Know Your Ide: the Secret to Success 11

        Understanding IDE History 12

        Starting a New Project 13

        Creating a Project from Scratch 13

        Creating a Project from Existing Sources 14

        Creating a Project from Version Control 15

        Adding a Project to Version Control 15

        Adding a Module to an Existing Project 16

        Creating a Run Configuration 16

        Getting to Know Your Keyboard Shortcuts 18

        Navigating Your Codebase 19

        Copying and Pasting Shortcuts 20

        Reordering Code 20

        Using Other Helpful Shortcuts 21

        Debugging Your Code 22

        Debugging a Program 22

        Speeding Up Debugger Performance 24

        Remote Debugging 25

        Debugging with Hot Swap 26

        Refactoring Your Code 26

        Avoiding Duplicate Code 26

        Renaming Members 31

        Inlining 31

        Changing Signatures: Adding and Removing Parameters 32

        Exploiting the Editor 32

        Automated Reformatting of Code 32

        Organizing Imports 32

        Reformatting Code 32

        Unwrapping 33

        Comparing Code 34

        Using Column Mode 34

        Extending the IDE 35

        Peeking at Eclipse 36

        Peeking at VS Code 37

        Comparing IDEs 39

        Further References 40

        Summary 40

        Chapter 3: Collaborating Across the Enterprise with Git, Jira, and Confluence 41

        Collaborating with Git 42

        Introducing Git Basics 42

        Learning Key Concepts 42

        Differentiating Commits 43

        Displaying Git Status 43

        Branching 43

        Tagging 43

        Merging 44

        Reading Git Logs 44

        Staging Your Changes 44

        Installing Git 45

        Understanding Git Workflow by Example 45

        Fetching, Merging, and Pulling 51

        Playing with Branches 53

        Resolving Merge Conflicts 54

        Using Pull/Merge Requests 55

        Using the Git Log 56

        Rebasing 57

        Cherry-Picking 60

        Reverting and Resetting 60

        Optimizing with IDE Support 61

        Looking at the Commit Window 63

        Using the Diff-Viewer Window 64

        Creating README Files with Markdown Language 69

        Using Gitflow for Collaboration 70

        Using Jira for Enterprise Process Collaboration 72

        Getting Started with Jira 72

        Creating a Project 73

        Creating an Issue 74

        Linking to an Epic 75

        Working with Boards 76

        Creating a Sprint 76

        Adding Users 78

        Adding Columns 78

        Using Filters 80

        Seeing My Issues 80

        Querying with JQL 80

        Making Bulk Changes 82

        Connecting to Git 83

        Working with Confluence, the Enterprise Knowledge Management System 83

        Further References 86

        Summary 86

        Chapter 4: Automating Your Ci/cd Builds with Maven, Gradle, and Jenkins 87

        Building with Maven 88

        Building a Basic Maven Project 89

        Understanding the Maven Repository and Dependencies 90

        Differentiating Life-Cycle Phases 92

        Exploring the POM 93

        Working with Properties 93

        Specifying Projec...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Le choixNeuf et occasion
        Minimum5% remboursés
        La sécuritéSatisfait ou remboursé
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        Rakuten Logo
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com