Maven Maven is an Open Source, Java-based build tool and developed by Apache. Maven is a powerful project management tool that is based on POM (project object model). It is used for project build, dependency, and documentation. Different build tools: Java -> ANT/Maveen/Gradle .Net -> Nant/MS Build Python -> PyBuilder Ruby -> Rake Using Jave can be developed 3 different types of applications: a) Standalone Applications: Types of packages: jar (Java Archive) Examples: .java .class .jar b) Web Applications Types of packages: war (Web Archive) Examples: Java Code + Web content (Html, CSS, JS, Images) - static contents c) Enterprise Applications Types of packages: ear (Enterprise Archive) Examples: How to run the java class "welcome.java"? Step-1: compile the .java file using javac javac welcome.java .jav files are human-readable forma...
Comments
Post a Comment