I think that it is possible, but whether it may be used or not due to the architecture of your application. In the architecture "Swing +
EJB + Database", I strongly recommend that you don't use FrontController, it will make more complex to introduce it, I perfer to use a Proxy.
But in the architecture "Swing + web + EJB + Database", it is appropriate to use FrontController as all client request data must be translate into Stream. This FrontController will communicate with another FrontController locating web tier.
best regards
[ March 24, 2005: Message edited by: Along huang ]