The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


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

Where is model / generate?

.....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?

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?

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.