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. -- Chris Green (chris@halon.org.uk)
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 Brown laurie@brownowl.com --------------------------------------------------------------------
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, -- MJ Ray - see/vidu http://mjr.towers.org.uk/email.html Somerset, England. Work/Laborejo: http://www.ttllp.co.uk/ IRC/Jabber/SIP: on request/peteble.
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... -- Brett Parker
participants (4)
-
Brett Parker -
cl@isbd.net -
Laurie Brown -
MJ Ray