1, Ant and distributed introduction

{

 1, Maven Introduction

 2, configure the Maven runtime environment

 3, Maven project

Simple comparison 4, Ant and Maven projects

5, the relationship between the Maven project

6. Create a War-type items (tomcat plug-ins and resources copies)

7, distributed introduction

8, polymerization demonstration project

9, hot deployment

}

A, Ant

   1, Ant and Maven build tool is a project

  2, running projects compiled the packaging process needs to rely on ant build tool

Second, distributed

1, the traditional project deployment:

     1,1 create a new project, to distinguish between different modules in different packages

    1,2 publish this project to the server

2, distributed project deployment :( for high load)

   2,1, to split a program into a plurality of complete items, the items are split

Deployed to the appropriate server

  2, 2 package as the traditional items into a single project

 

Guess you like

Origin www.cnblogs.com/zwyzwy/p/12004541.html