JavascriptMVC and RubyOnRail integration
I saw one question related to folder structure on JMVC and ROR. My question is different. I am new to both and I want to know how to integrate JMVC created files with RubyOnRail created files. Think like this: RoR creates view pages and JMVC also create view pages. the开发者_开发百科n which one will I use?
This question will help me understand how to use JMVC with any other server side MVC based framework.
If possible, please give me code example. Thank you.
I have installed JMVC and saw it creating folders for controller, model and view with files. Therefore my confusion!
精彩评论