Re: Django/Python vs Grails/Groovy

1,088 views
Skip to first unread message

Tom Christie

unread,
Jan 14, 2013, 5:32:58 AM1/14/13
to django...@googlegroups.com
I'm not in a position to draw a comparison between the Grails and Django, but I would say that Django's package ecosystem, and in particular for your use case it's API frameworks, are really rather great.

Again, I've no idea how Grails compares, but Django TastyPie and Django REST framework are both excellent and could save you stacks of time.

Regards,

   Tom

On Sunday, 13 January 2013 19:37:20 UTC, tapan pandita wrote:
Hey Guys,

We have an initial version of our product ready on Grails. However, before we move forward, we want to make a call between using Django or Grails. The product is basically an API and some templating. The team comprises of people who are comfortable with both frameworks and can easily make the switch from one to the other. Based on the research I've done online, I feel both frameworks are essentially the same. Groovy is just about as easy to develop in as python and ecosystem-wise Java doesn't have any advantage over Python (at least as far as the web is concerned). Also, Grails can do pretty much everything that Django can do (including schema migrations now which people seem to complain about earlier). Personally, I am a django guy and haven't developed a lot in Grails (just basic stuff). What would be some compelling arguments to switch to Django over grails or should we stick with grails?

serek

unread,
Jan 14, 2013, 3:21:45 PM1/14/13
to django...@googlegroups.com
Hi

I have tried both and decided to stay with Django. Both frameworks are great, but it was annoying that Grails did some compilation every time I changed something. 
Sometimes it was fast, sometimes it was long enough to start to read blog articles and be distracted from main work. There was even worse situation when I wanted o use debugger - every time i started debugging session whole Grails needed to be started (compiling, configuring spring security, etc). 

Regards
Reply all
Reply to author
Forward
0 new messages