what is Directory Structure of webapplication?

Answer Posted / nirmala

webcontent contains root folder which inturn contains
all JSP ,HTML besides ur WEB-INF ,

Then WEB-INF contains classes, lib and web.xml which is
nothing but a deployment descriptor

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is java advanced?

660


Is java is a technology?

695


what is meant by proxy server

4479


What software is needed for java programming?

619


On which platform j2ee is based?

717


Is java still slow?

695


Why do we use j2ee?

643


public class ActionSearchBean extends GenericSearchBean { @Override public String search() { data.setRowCount(null); if(data.getRowCount()==0){ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } return "searchAction"; } @Override public String clear() { data.setRowCount(null); if (data.getRowCount() > 0){ data.getNoRecordFound().setRendered(false); data.getDataScroller().setRendered(true); }else{ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } data.setModel(new ActionDTO()); data.setRowCount(null); return "searchAction"; } } what is the purpose of @Override ...what will do @Override here ?

2194


What is the J2EE module?

785


Why primitive data types in java are not objects?

644


Is java safe to download?

643


What is jlayeredpane java?

654


What is a j2ee component?

676


What is java transaction service (jts)?

734


explain the technologies that j2ee platform provides for developing components.

656