what about web architecture?
Answer / manoj
Web architecture, the focus is properly on the user and on user requirements. This requires particular attention to web content, a business plan, usability, interaction design, information architecture and web design.
Web architecture entirely depends J2EE standards and folder structure. It depends on the design patterns we define as per the user requirements...Ex: MVC architecture.
| Is This Answer Correct ? | 1 Yes | 0 No |
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
What are the different types of classes implemented in the set interfaces? : java collections
How do you create UserTransaction Object? How do you rollback a transaction in a method?
what is difference between vector and arraylist?.
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
what is hibernate ceteria ?
please mail me the interview question based on java/j2ee
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
what is class/object diagram
What are the types of the main implementing classes in the map interfaces? : java collections
what is difference between business deligate and session facade ?
What are maps interfaces in the java collections? : java collections