just decompile the classes and make slight tweaks to the code to make it readable...http://kpdus.tripod.com/jad.html
It was a bunch of getter & setter methods for Hibernate, so I just had to get the types and names correct.The only slightly difficult one was the HibernateUtil file, and that still only took 10 minutes. Thanks for the link though
Post a Comment
2 comments:
just decompile the classes and make slight tweaks to the code to make it readable...
http://kpdus.tripod.com/jad.html
It was a bunch of getter & setter methods for Hibernate, so I just had to get the types and names correct.
The only slightly difficult one was the HibernateUtil file, and that still only took 10 minutes.
Thanks for the link though
Post a Comment