Hello,
Sorry to wake this old post up. I have somes almost similar concern.
1. My anwser is also my question:
I am planning to have only one component "Display View" with stereo "JSP" and other "RequestController" with stereo "Servlet". Not much like Mark Cade : "BrowseCatalogForm", "SearchCatalogForm" etc.
For the swing, the same thing : one "UserForm" with stereo "SwingGUI", one "Controller" component , one BD/SL.
Do you think is that OK?
2. By the way, extra question

:
- The swing have login component instead of JAAS (JAAS is complicated for me).
- I dont use SFSB, session information will be store in HttpSession for web, in the controller at client side for the swing.
Is that Ok too?
Thanks in advance!