Book Image

Learning Apache Maven 3 [Video]

By : Kapila Bogahapitiya
Book Image

Learning Apache Maven 3 [Video]

By: Kapila Bogahapitiya

Overview of this book

<p>Learn to craft websites that provide an optimal viewing experience on any device using HTML5. We will walk you through Responsive Web Design from digital mock-ups to finished products.<br /><br />Learning Apache Maven 3 will take you through a detailed guide on building a real world Java application, covering core concepts and terminologies along the way. This video course is your answer to almost all your needs for building high-quality Java applications with well-explained code and a number of illustrations to make your learning easier and faster.<br /><br />Learning Apache Maven 3 starts by building a “hello world” Java application and then leads you to build multi-module projects containing an MVC web application, a web service, and a web service client module using Enterprise Java Frameworks. <br /><br />You will start the video course by setting up a development environment to work with Apache Maven 3. You will then create simple Java applications, and next move on to more complex Java applications with Apache Maven as the build tool.</p> <h1>Style and Approach</h1> <p>Packt video courses are designed to cover the breadth of the topic in short, hands-on, task-based videos. Each course is divided into short manageable sections, so you can watch the whole thing or jump to the bit you need. The focus is on practical instructions and screencasts showing you how to get the job done.</p> <p>New! Packt Video courses: practical screencast-based tutorials that show you how to get the job done. Bite sized chunks, hands on instructions, and powerful results.</p> <p>This video course dives deep into the core concepts and terminologies of Apache Maven and enables you to get a firm grip on the basics in a step-by-step approach.</p>
Table of Contents (4 chapters)
Chapter 3
Maven Web Application
Content Locked
Section 4
Hibernate Integration with Maven
How to integrate the data persistence layer dependencies and how to implement the data persistence layer? - Add Hibernate dependencies - Implement the DAO Layer