The reason why I want to use Jython is that I need to access serialized Java objects.
I've designed a system that uses objects as the main storage media rather than databases. I used Java for the frontend of my system (Swing GUIs and object serialization) and is planning to use Python (Jython) for client-side processing of Java objects.
Is there any other (simpler) way to access Java objects using Python?
Thanks,
Bill Russell Gagalac-Nicolas