Développer des applications web en XUL
Tient, voila une technologie mature, intéressante et totalement inutilisée ... Pourquoi ? Parce Microsoft ne l'utilise pas (sauf peut-etre dans un ersatz sous longhorn le XAML)
Tient, voila une technologie mature, intéressante et totalement inutilisée ... Pourquoi ? Parce Microsoft ne l'utilise pas (sauf peut-etre dans un ersatz sous longhorn le XAML)
Enfin, j'attendais cela depuis longtemps, un wrapper natif officiel .NET pour MySql. Cool :-) http://dev.mysql.com/downloads/connector/net/1.0.html
This is no more a problem, as all toolkits from 1 support threading.
Qt and P::Classes have a nice database handling. For others, you're stuck in external libraries or other abstraction layers wich might complexify maintenance.
All toolkits have some form of I18n., being good or bad upon target platform.
This is the most challenging option between kits. FLTK is the winner with the smallest one, when not bloated by extension libraries. P::Classes is great for non graphics apps, with an under 100K footprint. GTK+ needs a huge list of external libraries when developing useful programs and is a memory hog. Others fit in a medium range, Fox being close to Qt in memory use.
All can be ranged from excellent to bad according to programming practise with the kit tricks.
Depends on programmer skills, amplitude of rewriting and kit syntax. GTK+ is the most difficult to master with its thousands of calls, not always clearly documented. FLTK and its Fluid designer is the winner.
Articles : http://freshmeat.net/articles/view/928/