What application development techniques do you use other than coding?
Scripting
15% (93 votes)
Markup
11% (67 votes)
Visual GUI creation
25% (149 votes)
All of these
20% (120 votes)
Some of these
17% (105 votes)
None of these
10% (62 votes)
Something else (please comment)
2% (12 votes)
Total votes: 608
- Printer-friendly version
- 711 reads
- Login or register to post comments




Comments
Where is model / generate?
by alski - 2008-01-18 11:00
.....Shouldn't that be on the list? That's probably the most common strategy I use to avoid the tedium in coding...Where is model / generate?
by greeneyed - 2008-01-19 13:20
That's something that we also do, as many others. From DB to XML through Torque and then from XML to Hibernate/JPA beans + other auxilary classes. It saves us lots of copy/pasting :). Basically Markup + Scripting for us, server side applications mainly. And now starting carefully with some RIA techniques. S!Where is model / generate?
by ewin - 2008-01-19 12:48
Quickly hacking up a code generator using a scripting language and some Unix text processing tools is a very powerful technique. Unfortunately it seems to become a lost art. No GUI, so the whippersnappers can't click on something, and they don't touch anything they can't click.