| Author |
Changing Web for Swing
|
Luciano A. Pozzo
Ranch Hand
Joined: Jun 20, 2005
Posts: 112
|
|
How can I change a Struts Application (with EJB) for Desktop with Swing. I want to change the minimum possible. I think that I can't reuse the Action, so I have write all the logic again on swing? Don't have another solution?
|
 |
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
|
|
|
If you have EJB your logic should be there. I suppose you will just call EJB methods from within swing application.
|
SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
|
 |
 |
|
|
subject: Changing Web for Swing
|
|
|