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 |
which book is the best for preparing for SCWCD 1.5
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
httt method
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 is the difference between comparable and comparator in java.util pkg?
What is an algorithm in java collection framework? : java collections
What is need of DAO? Write one simple DAO example?
wnet use DAO design in u r project?
Difference b/w >> and >>> ?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
What are the different types of classes implemented in the set interfaces? : java collections