On Wednesday, Jul 30, 2003, at 18:48 Europe/Rome, Nicola Ken Barozzi wrote:
http://blog.xesoft.com/jon.lipsky/blog/Java/ ?permalink=workflow_viewlets.html
did you guys ever programmed java with JavaStudio? it was a nice little app that sun released in the early java days. it was visual programming of java code thru LabView style drag-drop-link of javabeans.
It was sooooooo cool when you saw a demo.
Horrible to work with it.
why? visual programming is bullshit.
It take half an hour to write a visual representation of something like
if (blah) {
dothis();
} else {
dothat();
}Try.
-- Stefano.
