> After having learned Java and trying to go back to Visual Basic I > found it very frustrating and very much lacking in features to which I > had become accustomed.
I'm finding the same now with going back to doing some C# work, mostly from being so used to Swing where you are *forced* to do everything the MVC way. While that's arguably beautiful architecture, it's just not very rapid or easy to approach. Visual Basic (6) was hardly beautiful architecture, but damn you could get some UI going rapidly. C# seems somewhere in between (you have many options). It seems to me that both the (now abandoned) beans binding as well as the (also abandoned) JavaFX Script language revolved around the same paradigm of modelling behavior, so the Visual Basic and C# approach can't be all bad. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
