All Questions
2 questions
2
votes
1
answer
1k
views
JEE MVC, controller calls the interface instead of the interface implementation
I'm following this tutorial: http://wiki4.caucho.com/Building_a_simple_listing_in_JSP It creates a basic web application in Eclipse using the MVC pattern with Resin as the web container. Here's the ...
0
votes
2
answers
719
views
Develop GUI and logic in a team the right way? [closed]
I am planning to start a small project with a friend. I will be developing the GUI using JavaFX in the MVC pattern and he will be responsible for the model/logic.
My question is: how can we achieve a ...