Tagged Questions

1
vote
2answers
78 views

Grail or Ruby on rails for an highly interactive event based web application ?

With Java and Perl background, I have narrowed down the web framework choices to Grail or RoR. The web application is a highly interactive content management app ran on private c …
0
votes
5answers
98 views

Proper place to call an event?

I have a Windows Form project that I've just started. On the form I have a listbox that I'm loading with Products. When someone double clicks a Product, I want it to raise a Produc …