Hi,
I'm developing a three tier application with a web started Swing interface.
I'm using Spring for remoting, and passing business object directly to the client.
Now, this basically means I need Hibernate and a few other things on the client too, just for the sake of handling exceptions. Yet, I don't need all of Hibernate. Has anyone devised a way to extract just the classes needed for a remote client from the Hibernate jars, in order to make the download smaller?
So far I guess I need the collections, cglib, the exceptions... anything else?
Best regards
Andrea Aime
|