On Feb 24, 3:23 pm, Steven Elliott Jr <steven.elliot...@me.com> wrote: > Dear friends, > I apologize for writing this type of question to the community but I would > appreciate any information you could pass on considering the breadth of > knowledge within this group. > I know that the word “enterprise” gives some people the creeps, > but I am curious to know if anyone has experience creating enterprise > applications,
Err... What's an "enterprise application", actually ??? > similar to something like say… Java EE applications, which are highly > concurrent, distributed applications with Django? I know Java has its own > issues but its kind of viewed as THE enterprise framework and I think that’s > unfortunate. > Some people say that Rails is a good replacement for Java EE but what about > Django? If Rails can do it, then chances are Django will to. With possibly less performances and scaling issues. FWIW, Rails don't seem to score that high in the "highly concurrent, distributed" domain. If you want "highly concurrent, distributed" stuff, you might be better basing your dev on Erlang. > Has anyone ever used it in this context? You only ever see pretty standard > websites on djangosites.org and it seems like its capable of so much more. There are quite a few E-Commerce websites done with Satchmo. > I am planning on scrapping some of our old systems which are written mostly > on ASP.NET and some Java for something more easily maintainable. I started > using Django for some other applications and find it to be fantastic for what > I am using it for (Corporate news, intranet, etc.) internally but what about > something like… an accounts receivable system, or a billing system, etc. > I would hate to see a framework such as this pigeon-holed into a category it > doesn't need to be. It seems to be used for social media/networking, > content-heavy sites, not so much data processing, etc. I feel that it has all > the elements needed to start down this path. Anyone have any thoughts? "social networking" can require as much "data processing" as any CRM or "billing system" or other similar stuff. And anything you can write as a web app can of course be done with Django. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.