Hi all,
after scanning stackoverflow I stil could not find a good answer to a simple question:
you want to develop a SaaS business app that has all the typical features: reports, forms, user administration etc. You don't want a CMS but develop it from scratch. what technologies would you choose?
at first glance, many of you would say it does not matter what tech to choose - after all the end result is only a question of engineering and many tools can do the job.
but the problem is more complex -
- a Django/RoR/ZF/Symfony choice is great for dynamic websites, but is it really the best choice for a desktop-like app?
- do all tools deliver manageable code on the long run, or do some tend to become spaghetti after 12 motnhs of coding..?
most tech reviews both on stackoverflow and the Web tend to focus on consumer web apps and content websites, for which many platforms apply.
what would YOU use for a SaaS business application?