MVC « JTable « Java Swing Q&A





1. JTable and its MVC Architecture ??    coderanch.com

Bikash, The term MVC was developed a long time ago. There were not very many "pure" model-view-controller architectures with distinct components for all three roles. Even in those "pure" MVC architectures, it was very hard to find examples where a view (or controller) could be used with any controller (or view) other than the one it was initially designed for. Swing ...

2. MVC and JTable - beginner questions    forums.oracle.com

Hello 1.I am start learning about design patterns and I wonder where I have to put data validation process. For example in database client app where I should check that sql statement has correct syntax. In view, controller (which is what I think) or leave this to model and database engine?? 2. Is this possible to browse directories (similar to JFileChooser) ...