I want to work with Javascript MVC framework to implementing GUI's. what is the folder structure and how do I create that folder structure. what are the steps I have to follow? which server will support to work with Javascript MVC framework.
1 Answer
You should've checked your resources at your disposal. http://javascriptmvc.com/docs.html#!organizing seems to have the answers you need.
Found another example files structure:

(source: bitovi.com)
As far as server will support javascript mvc framework. Apache and IIS will both support it. So will weblogic and websphere. They will require extensions I'm sure, but some natively support it.
1 Comment
user2561159
Thanks amit... I am i need to follow anything to create this folder structure. If it is there Please let me know the process. If you have a time explian me step by step.