From: Justin S. <ju...@ia...> - 2002-01-11 18:25:34
|
dman <ds...@ri...> writes: > | Is there some way that a Jython class can expose public static class > | methods to Java modules? > > No. > > | Perhaps I should write the Python module and then write a Java adapter > | to provide the proper interface? > > You can either create an instance of the class to invoke methods on, > or make an adapter in java that hides the java<->python interface > differences. That's pretty much what I epxected, though it was worth asking. Thanks for the info. -Justin |