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
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
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
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
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
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
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