Re: python mvc framework and java mvc framework

2007-10-22 Thread Jon Atkinson
Hello, > My question is to someone who actually try both, are they similar in > productivity and enterprise quality? I've used several Java frameworks, and I've been using Django for quite a while in an large commercial setting; I find myself *much* more productive with Django, and as for someth

Re: python mvc framework and java mvc framework

2007-10-22 Thread Wiley
One of those threads was mine and I just wanted to say that I'm now happily hosting three django projects using apache virutal hosts on the same server with no problems - my problem was only an apache configuration file issue having nothing to do with django. On Oct 20, 10:28 am, Kenneth Gonsalve

Re: python mvc framework and java mvc framework

2007-10-20 Thread M
In the java world, one of the more interesting approach is grails. Http://grails.codehaus.org It uses proven java technology such as hibernate for ORM and spring for MVC. And glue everything together using a jvm dynamic language called groovy. It's worth checking out if you want to explore

Re: python mvc framework and java mvc framework

2007-10-19 Thread Kenneth Gonsalves
On 20-Oct-07, at 7:22 AM, Laszlo Marai wrote: > You can host multiple applications in django but as far as I could see > from the mailing list you'll have some problem if you want to have two > different django instances running under mod_python. not so. There have been reports of over 70 djang

Re: python mvc framework and java mvc framework

2007-10-19 Thread Kenneth Gonsalves
On 20-Oct-07, at 7:46 AM, Laszlo Marai wrote: >> >> not so. There have been reports of over 70 django instances running >> under mod_python in the same server. I have 12 in one server without >> problems. > > Wasn't there a question here about mod_python a few days ago where the > solution was t

Re: python mvc framework and java mvc framework

2007-10-19 Thread Laszlo Marai
On Sat, 20 Oct 2007 07:40:27 +0530 Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > You can host multiple applications in django but as far as I could see > > from the mailing list you'll have some problem if you want to have two > > different django instances running under mod_python. > > not s

Re: python mvc framework and java mvc framework

2007-10-19 Thread James Bennett
On 10/19/07, Laszlo Marai <[EMAIL PROTECTED]> wrote: > So the java solutions need more configuration work but they might be more > flexible in some cases. And don't forget that you're comparing a set of > components (java) against a full stack (django). The configuration work > can be alleviated b

Re: python mvc framework and java mvc framework

2007-10-19 Thread Laszlo Marai
On Sat, 20 Oct 2007 00:53:45 - Francis <[EMAIL PROTECTED]> wrote: Hi, I'm quite new to django but have a little insight into java. > On the other hand, java web framework look quite complicated with lot > of xml and manual configuration with no real advantage. Java verbosity Well, it dep

python mvc framework and java mvc framework

2007-10-19 Thread Francis
Hi, For personnal information and curiosity, I was looking at the available java mvc web framework out there. One thing that I found particular, is that the dynamic language camp market their framework as productive environnement, easy and so. While the java framework emphasis on the enterprise-