From: Niranjan V. <nir...@ma...> - 2001-12-26 08:40:23
|
Out of the two approach listed below for developing an Application, which is better? 1) Converting the python classes into java classes using jythonc and importing those java classes to handle events generated in GUI(done using swing). Basically by using this approach the end product will be an java application. 2) Using swing libraries of java, writing the code in the jython. Basically in this approach the end product will be an python application. It seems to me that first approach is better as the application can be developed by java and python developers independently to maximum extent(leaving behind the conversion part). can i get some suggestions abt the same. Regards, Niranjan |