[JBoss-user] [J2EE Design Patterns] - Re: MVC and a multiple client applictation

2005-03-04 Thread zephyr
ime one of them performs an action, plain rmi for communication between the view and the controller seems to be the best choice. Does JBoss support rmi? If not, can one support the above controller-view requirement with servlets? Zephyr View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [J2EE Design Patterns] - MVC and a multiple client applictation

2005-02-25 Thread zephyr
me. My questions are: 1. How should I implement the controller? 2. Given a controller, how should it communicate with clients? I would like to use plain RMI for client-controller comms, but that depends on the type of controller used. 3. Are EJB session beans a good choice for the model?