I know J2EE, but am new to Swing. Are there any best practices for architecting a J2EE application with a Swing front end? Our general goal is to partition the application so the Swing front end relies on the WebSphere application server for as much processing as possible. What I'd like is some direction on how the Swing app should be communicating with the server classes/EJBs. Should we be using RMI, HTTP? Should we use XML as the method for moving data back and forth? If you have any insights or know of something online that might be useful, I would sure appreciate it. Thanks.
- Dave