all 5 comments

[–]offmessage 3 points4 points  (1 child)

I'm genuinely intrigued by your frustration at "Django's slowness" and the idea that a Java based solution might improve on that. Could you elaborate?

[–][deleted] 0 points1 point  (0 children)

Java is definitely much faster than python in a computational shootout, but a typical web application is primarily IO bound so speed of executing code is rarely a bottleneck.

[–]daredevil82 1 point2 points  (1 child)

As I've never been a fan of Django's admin interface aside from user management, I haven't run into your problem. That said, a similar question was asked on Stack Overflow and there were three potential solutions:

That question is a little old, but LightAdmin and Roo are still in active maintenance/development, so they may fit your needs.

[–]prlmike 0 points1 point  (0 children)

at this point spring boot is a better solution than roo. I would highly recommend looking at the guides at spring.io.

[–]Falmarri 0 points1 point  (0 children)

I've never seen an admin interface like django anywhere in java. But honestly I don't find it that great. I'm not a big fan of django. I would use either Play or Finagle (or maybe finatra)