
What is MVC?
In general when ever we talk about MVC we think about software engineering and design patterns which ease the life for a software developers. But MVC is not only a a design pattern for software engineering, MVC is also a recommended pattern for HCI/Usability suggested by Jan Borchers in his book “A Pattern [...]
In my present company we are having huge enterprise java web app for our client. In the web UI of this app. we have provided them a good “OO Javascript†for their dropdown navigation.
Dropdown navigation system was written in such a way so that it can fetch navigational data from database after implementation of proper [...]