Search Results

0
votes

Continuous Integration Servers

We've been using Automated Build Studio and have been pretty happy with it. It's a windows app, so you're stuck on a windows bu …
0
votes

I can learn either C or Java, which one should I choose first? Should I take them concurrently?

You don't want to start with C, because you'll get bogged down in low level details, while you want to focus on the essentials of programming: algorithms, data structures, OO, ... For an absolute b …
1
vote

What are some of the major shifts in thinking required to become a good Rich Internet Application (RIA) developer?

There's two models I'm seeing in the market right now: Blended UI. The server is still involved in the UI construction effort, but a lot of it is offloaded to javascript. This is how …
1
vote

How does one weed out dependencies in a large project?

We went through an exercise like this, on a delphi codebase. We dramatically simplified our external dependancies. Basically, we went about it like this: Catalogued all external libra …
0
votes

For a typical Web 2.0 Social Application - Java vs C#

Whenever this topic comes up, I'm reminded of the part of yahoo that used to be written in lisp, and used lisp very effectively in its design. …
0
votes

What makes the Java compiler so fast?

It's a bit difficult comparing bytecode languages like java with natively compiled languages like C++. A better comparison is Delphi vs C++, where Delphi is much faster to compile. Since this has n …
1
vote

Non-Windows RAD Web development

I build web apps with: PHP Zend Framework ExtJS toolkit Aptana IDE Disadvantages are the typical ones: lack of integration between the tools, …