I asked on the developer list why we’ve evidently decided to use Flash for the next version of the GUI, when we’re all Java Linux developers. I suggested that the powers that be have a look at Google Web Toolkit which would allow us to develop in Java and cross compile to AJAX-y Javascript. And it’s all free and open source and all that good stuff.
So the development lead who is pushing Flash today came to me with a challenge – produce a demo that does everything his Flash demo does and looks as pretty doing it using Google Web Toolkit. I’m sure I’m going to be judged on how good it looks and how long it takes me , so I’ve got to hit the books pretty hard and learn everything there is to know about this toolkit, Javascript, CSS, and maybe a few other Javascript libraries while I’m at it.
And here I was just the other day opining that one sign of my advancing age is not that I can’t pick up new languages and technologies, but I’m afraid to even try. One thing I took away from my Google interviews was that all these young punks expect you to have memorized every single class in the Java API document. I, on the other hand, am content to remember where in the document to find the sort of class I’m looking for. I think I have “multiple language syndrome” – I think that one of the languages I use regularly does NOT allow C-style
if (cond)
statement;
statements and requires the “statement;” to be in braces, but I can’t remember which one it is so I use braces all the time. Whether that makes the Google geeks better coders than me is a subject for debate. I tend to think not, but I’m biased.
But with that aside, I need to come up with a nifty way to show the status of our file server, our management system (main computer) and a bunch of distributed computers that connect to the management one, with the status of each one visible and changing in real time. There is a variable number of distributed computers, so I’ll need to be able to dynamically place them. And he also wants some way to show (like by line thickness or whatever) if big file transfers are happening between the management system and the distributed computers. If anybody has any ideas on this or better ideas than this, please let me know.