Friday, May 06, 2005

Break time

Because

rm model/*.java
is not the same as
rm model/*.class

It's just a bunch of classes that will be easy to rewrite

but it's still probably an hour of work

2 comments:

Anonymous said...

just decompile the classes and make slight tweaks to the code to make it readable...

http://kpdus.tripod.com/jad.html

Matt said...

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