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 4
Maven Multi module Project
Content Locked
Section 2
Implementing Web Service Module
How to implement the web service module of the multi module application? How to build and test this module separately from the other modules? - Add web service dependencies into the web service module - Implement the service endpoint class - Integrate the service endpoint class with the business logic layer - Delegate web service calls into service endpoints - Run the web service module on Apache Tomcat Server and access the wsdl