1.

What Is Default Project Structure For A Web Based Application?

Answer»

The following is the default project structure:-

  1. The database scripts are stored in the DB FOLDER.
  2. The java source code is stored in the src folder.
  3. The images, js, META-INF, styles (CSS) are stored in the war folder.
  4. The JSPs are stored in the jsp folder.
  5. The third PARTY jar FILES are stored in the lib folder.
  6. The java class files are stored in the WEB-INFclasses folder.

The following is the default project structure:-



Discussion

No Comment Found