Are there any mature and easy to use software development environments for Web/Database programming?
I don't really mind what language mySql/PHP seems the obvious pair but it doesn't necessarily have to be those two.
I'm after writing a Web enabled database application and would like to choose a good way to do it.
cl@isbd.net wrote:
Are there any mature and easy to use software development environments for Web/Database programming?
I don't really mind what language mySql/PHP seems the obvious pair but it doesn't necessarily have to be those two.
I'm after writing a Web enabled database application and would like to choose a good way to do it.
I've heard lots of good things about Ruby with Ruby-on-rails, and also about FreePascal with Lazarus.
Cheers, Laurie.
Laurie wrote:
I've heard lots of good things about Ruby with Ruby-on-rails [...]
One of the rails-like systems is probably a good way to go unless you know you need something specific. There are railsy libraries for most languages by now.
Regards,
On Fri, Dec 29, 2006 at 04:43:36PM +0000, cl@isbd.net wrote:
Are there any mature and easy to use software development environments for Web/Database programming?
I don't really mind what language mySql/PHP seems the obvious pair but it doesn't necessarily have to be those two.
I'm after writing a Web enabled database application and would like to choose a good way to do it.
If you've not touched rails, and you want something nce, I suggest django, uses a postgres backend by default, though supports multiple others (including sqlite), and is python based (simple to learn, nice OO language). Can be seen with tutorials at: http://www.djangoproject.com/ also, the alug caption competitions site is powered by it, site can be seen at: http://alug.sommitrealweird.co.uk/
source can be seen at: http://arch.sommitrealweird.co.uk/viewarch/iDunno@sommitrealweird.co.uk--web...