What is tomcat in j2ee?
No Answer is Posted For this Question
Be the First to Post Answer
public class ActionSearchBean extends GenericSearchBean<ActionDTO, Long, ActionDTO> { @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 ?
What is actionerrors?
What is a java application server?
What is application client container?
What is jaxr provider?
What do you understand by connector?
Explain j2ee architecture.
What are the advantages in the use of spring for application development?
How does javac compiler work?
What is container-managed transaction?
What is external entity?
Is downloading java safe?