java - Build Deployment basics -


i more ui dev , less java...so, understand following things mean; 1. build deploy (is folder coped server , if yes, there class files in there,...) 2. exploded build mean?

if explain me in easy language (and not extremely technical), great...

also online resources in simple language helpful..

thank you.

  1. build deploy

    you build application packaging , deploy on server.

for example if web app pack in war file , put war file on server webapp tomcat (dir differs server server) , start server deploy it.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -