Re: python equivalent of java technologies

2009-03-19 Thread Armin
On Thursday 19 March 2009 07:45:01 Jeremiah Dodds wrote: > On Tue, Mar 17, 2009 at 8:32 PM, Armin wrote: > > You could tell her to try Jython. In that, you can just use the Java > > implementations. :) Plus, you have things in Jython that Java doesn't :D > > > > -- > > Armin Moradi > > -- > > ht

Re: python equivalent of java technologies

2009-03-19 Thread Tim Hoffman
Oops , for RIA there is always pyjamas (gwt for python ;-) T On Mar 19, 7:52 pm, Tim Hoffman wrote: > Hi > > Well zope has quite a few of these out of the box and have been around > for a bit longer than some of the java options. > > Specifically persistence (ZODB persistence in zope is pretty

Re: python equivalent of java technologies

2009-03-19 Thread Tim Hoffman
Hi Well zope has quite a few of these out of the box and have been around for a bit longer than some of the java options. Specifically persistence (ZODB persistence in zope is pretty much completely autmomatic) you can inplement web services with it (xmlrpc out of the box, though I assume you me

Re: python equivalent of java technologies

2009-03-19 Thread Jeremiah Dodds
On Tue, Mar 17, 2009 at 8:32 PM, Armin wrote: > You could tell her to try Jython. In that, you can just use the Java > implementations. :) Plus, you have things in Jython that Java doesn't :D > > -- > Armin Moradi > -- > http://mail.python.org/mailman/listinfo/python-list > Exactly. Her challe

Re: python equivalent of java technologies

2009-03-18 Thread Armin
On Wednesday 18 March 2009 15:14:30 markolopa wrote: > Hello, > > When comparing python and java with a colleague who is fan of java, > she challenged me to find in python the equivalent to the following > technologies. Could you please help telling if we have something > equivalent in python or no

Re: python equivalent of java technologies

2009-03-18 Thread Mike Driscoll
On Mar 18, 1:14 pm, markolopa wrote: > Hello, > > When comparing python and java with a colleague who is fan of java, > she challenged me to find in python the equivalent to the following > technologies. Could you please help telling if we have something > equivalent in python or not and how they

python equivalent of java technologies

2009-03-18 Thread markolopa
Hello, When comparing python and java with a colleague who is fan of java, she challenged me to find in python the equivalent to the following technologies. Could you please help telling if we have something equivalent in python or not and how they compare to the java solutions? - persistance fra