Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Apache Maven: A Practical Introduction
Apache Maven: A Practical Introduction

Apache Maven: A Practical Introduction: Understanding the basics of Apache Maven through practical demonstration

Arrow left icon
Profile Icon Matthew Speake
Arrow right icon
$50.99
Video Jan 2020 2hrs 9mins 1st Edition
Video
$50.99
Subscription
Free Trial
Renews at $12.99p/m
Arrow left icon
Profile Icon Matthew Speake
Arrow right icon
$50.99
Video Jan 2020 2hrs 9mins 1st Edition
Video
$50.99
Subscription
Free Trial
Renews at $12.99p/m
Video
$50.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Understand different aspects of how Maven works in a comprehensive set of hands-on videos
  • Appreciate how to use Apache Maven by understanding how it works under the hood
  • Gain valuable practical experience in how to use Apache Maven

Description

In this course, we look at the Maven build tool, which is currently the number-one industry standard for creating Java applications. By concentrating on practical hands-on demonstrations, you'll see first hand how Maven works and from there develop the confidence to be able to use it independently to build your Java projects at home, in college, or in the workplace. This is a beginners' course, although it has some useful content for those already familiar with Maven. But to get the maximum value from the course, you should really be a beginner with the tool. Maybe you've started a new job where they use it to build their applications, or you're learning industry-standard tools to get ahead of the competition. Ultimately, by unlocking the mechanics of how Maven works, you should be able to better build Java projects with the tool and have fun doing so! Please note: You'll need to be familiar with creating simple applications using Java and have an awareness of basic concepts like compilation of Java code, running of a Java class etc., as well as being familiar with using the commandline to run simple commands. All the codes and supporting files for this course will be available at- https://github.com/PacktPublishing/Apache-Maven-A-Practical-Introduction

Who is this book for?

This course is designed for newcomers to the Maven build tool who are experienced Java developers and have built applications in an IDE or with another build tool like Ant or Gradle and are looking to transition to Maven. You'll need to be familiar with creating simple applications using Java and have an awareness of basic concepts like compilation of Java code, running of a Java class etc., as well as being familiar with using the commandline to run simple commands.

What you will learn

  • Understand how Maven works under the hood
  • Create and build your own Java projects with Maven
  • Understand where to find dependencies (libraries) for use in your projects, and how to include them (by unlocking them and tapping into the huge Java ecosystem of open source libraries and components)
  • Understand how Maven describes projects with the Project Object Model
  • Appreciate how Maven resolves dependencies
  • Get familiar with the build life cycle and its phases
  • Understand simple build customization to execute plugins
  • Know how to use Maven in Eclipse and IntelliJ IDEA - the two most popular Java IDEs

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 31, 2020
Length: 2hrs 9mins
Edition : 1st
Language : English
ISBN-13 : 9781800203297
Category :
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jan 31, 2020
Length: 2hrs 9mins
Edition : 1st
Language : English
ISBN-13 : 9781800203297
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 248.97
Apache Maven: A Practical Introduction
$50.99
Java 11 in 7 Days
$137.99
Hands-On Microservices with Spring Boot and Spring Cloud
$59.99
Total $ 248.97 Stars icon
Visually different images

Table of Contents

93 Chapters
1. Introduction Chevron down icon Chevron up icon
2. Setting up an Android Studio Development Environment Chevron down icon Chevron up icon
3. Creating an Example Android App in Android Studio Chevron down icon Chevron up icon
4. Creating an Android Virtual Device (AVD) in Android Studio Chevron down icon Chevron up icon
5. Using and Configuring the Android Studio AVD Emulator Chevron down icon Chevron up icon
6. A Tour of the Android Studio User Interface Chevron down icon Chevron up icon
7. Testing Android Studio Apps on a Physical Android Device Chevron down icon Chevron up icon
8. The Basics of the Android Studio Code Editor Chevron down icon Chevron up icon
9. An Overview of the Android Architecture Chevron down icon Chevron up icon
10. The Anatomy of an Android Application Chevron down icon Chevron up icon
11. An Introduction to Kotlin Chevron down icon Chevron up icon
12. Kotlin Data Types,Variables and Nullability Chevron down icon Chevron up icon
13. Kotlin Operators and Expressions Chevron down icon Chevron up icon
14. Kotlin Flow Control Chevron down icon Chevron up icon
15. An Overview of Kotlin Functions and Lambdas Chevron down icon Chevron up icon
16. The Basics of Object Oriented Programming in Kotlin Chevron down icon Chevron up icon
17. An Introduction to Kotlin Inheritance and Subclassing Chevron down icon Chevron up icon
18. Understanding Android Application and Activity Lifecycles Chevron down icon Chevron up icon
19. Handling Android Activity State Changes Chevron down icon Chevron up icon
20. Android Activity State Changes by Example Chevron down icon Chevron up icon
21. Saving and Restoring the State of an Android Activity Chevron down icon Chevron up icon
22. Understanding Android Views, View Groups and Layouts Chevron down icon Chevron up icon
23. A Guide to the Android Studio Layout Editor Tool Chevron down icon Chevron up icon
24. A Guide to the Android ConstraintLayout Chevron down icon Chevron up icon
25. A Guide to using ConstraintLayout in Android Studio Chevron down icon Chevron up icon
26. Working with ConstraintLayout Chains and Ratios in Android Studio Chevron down icon Chevron up icon
27. An Android Studio Layout Editor ConstraintLayout Tutorial Chevron down icon Chevron up icon
28. Manual XML Layout Design in Android Studio Chevron down icon Chevron up icon
29. Managing Constraints using Constraint Sets Chevron down icon Chevron up icon
30. An Android ConstraintSet Tutorial Chevron down icon Chevron up icon
31. A Guide to using Apply Changes in Android Studio Chevron down icon Chevron up icon
32. An Overview and Example of Android Event Handling Chevron down icon Chevron up icon
33. Android Touch and Multi-touch Event Handling Chevron down icon Chevron up icon
34. Detecting Common Gestures using the Android Gesture Detector Class Chevron down icon Chevron up icon
35. Implementing Custom Gesture and Pinch Recognition on Android Chevron down icon Chevron up icon
36. An Introduction to Android Fragments Chevron down icon Chevron up icon
37. Using Fragments in Android Studio - An Example Chevron down icon Chevron up icon
38. Modern Android App Architecture with Jetpack Chevron down icon Chevron up icon
39. An Android Jetpack ViewModel Tutorial Chevron down icon Chevron up icon
40. An Android Jetpack LiveData Tutorial Chevron down icon Chevron up icon
41. An Overview of Android Jetpack Data Binding Chevron down icon Chevron up icon
42. An Android Jetpack Data Binding Tutorial Chevron down icon Chevron up icon
43. Working with Android Lifecycle-Aware Components Chevron down icon Chevron up icon
44. An Android Jetpack Lifecycle Awareness Tutorial Chevron down icon Chevron up icon
45. An Overview of the Navigation Architecture Component Chevron down icon Chevron up icon
46. An Android Jetpack Navigation Component Tutorial Chevron down icon Chevron up icon
47. Creating and Managing Overflow Menus on Android Chevron down icon Chevron up icon
48. Animating User Interfaces with the Android Transitions Framework Chevron down icon Chevron up icon
49. An Android Transition Tutorial using beginDelayedTransition Chevron down icon Chevron up icon
50. Implementing Android Scene Transitions – A Tutorial Chevron down icon Chevron up icon
51. Working with the Floating Action Button and Snackbar Chevron down icon Chevron up icon
52. Creating a Tabbed Interface using the TabLayout Component Chevron down icon Chevron up icon
53. Working with the RecyclerView and CardView Widgets Chevron down icon Chevron up icon
54. An Android RecyclerView and CardView Tutorial Chevron down icon Chevron up icon
55. A Layout Editor Sample Data Tutorial Chevron down icon Chevron up icon
56. Working with the AppBar and Collapsing Toolbar Layouts Chevron down icon Chevron up icon
57. An Android Studio Master/Detail Flow Tutorial Chevron down icon Chevron up icon
58. An Overview of Android Intents Chevron down icon Chevron up icon
59. Android Explicit Intents – A Worked Example Chevron down icon Chevron up icon
60. Android Implicit Intents – A Worked Example Chevron down icon Chevron up icon
61. Android Broadcast Intents and Broadcast Receivers Chevron down icon Chevron up icon
62. A Basic Overview of Threads and AsyncTasks Chevron down icon Chevron up icon
63. An Overview of Android Started and Bound Services Chevron down icon Chevron up icon
64. Implementing an Android Started Service – A Worked Example Chevron down icon Chevron up icon
65. Android Local Bound Services – A Worked Example Chevron down icon Chevron up icon
66. Android Remote Bound Services – A Worked Example Chevron down icon Chevron up icon
67. An Android Notifications Tutorial Chevron down icon Chevron up icon
68. An Android Direct Reply Notification Tutorial Chevron down icon Chevron up icon
69. Foldable Devices and Multi-Window Support Chevron down icon Chevron up icon
70. An Overview of Android SQLite Databases Chevron down icon Chevron up icon
71. The Android Room Persistence Library Chevron down icon Chevron up icon
72. An Android TableLayout and TableRow Tutorial Chevron down icon Chevron up icon
73. An Android Room Database and Repository Tutorial Chevron down icon Chevron up icon
74. Accessing Cloud Storage using the Android Storage Access Framework Chevron down icon Chevron up icon
75. An Android Storage Access Framework Example Chevron down icon Chevron up icon
76. Implementing Video Playback on Android using the VideoView and MediaController Classes Chevron down icon Chevron up icon
77. Android Picture-in-Picture Mode Chevron down icon Chevron up icon
78. An Android Picture-in-Picture Tutorial Chevron down icon Chevron up icon
79. Making Runtime Permission Requests in Android Chevron down icon Chevron up icon
80. Android Audio Recording and Playback using MediaPlayer and MediaRecorder Chevron down icon Chevron up icon
81. Working with the Google Maps Android API in Android Studio Chevron down icon Chevron up icon
82. Printing with the Android Printing Framework Chevron down icon Chevron up icon
83. An Android HTML and Web Content Printing Example Chevron down icon Chevron up icon
84. A Guide to Android Custom Document Printing Chevron down icon Chevron up icon
85. An Introduction to Android App Links Chevron down icon Chevron up icon
86. An Android Studio App Links Tutorial Chevron down icon Chevron up icon
87. A Guide to the Android Studio Profiler Chevron down icon Chevron up icon
88. An Android Biometric Authentication Tutorial Chevron down icon Chevron up icon
89. Creating, Testing and Uploading an Android App Bundle Chevron down icon Chevron up icon
90. An Overview of Android Dynamic Feature Modules Chevron down icon Chevron up icon
91. An Android Studio Dynamic Feature Tutorial Chevron down icon Chevron up icon
92. An Overview of Gradle in Android Studio Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail [email protected] with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.