The rise of rich Internet applications (RIAs) has lately become a hot topic in the Java community. In addition to new technologies like AJAX (Asynchronous JavaScript and XML), MacroMedia Flex, and ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
If you’ve been developing software long enough, you might recall a time before object-oriented (OO) development went mainstream when software development proved much more difficult than it is today.
Sun's Java UI toolkit, Swing, was a great idea, though of course it's taken a long time to come even close to its original ideals: a powerful, attractive, full-fledged windowing toolkit independent of ...
Ease of use is a frequently cited mantra in software that is meant to reduce human drudgery and tedium. Unfortunately, much of the software in the market is often unfriendly to first-time or casual ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Client-side JavaScript frameworks are all the rage, but they aren’t always the right answer if ...
A few years ago I wrote a Soduko solver in Java. Works great, except I have to edit the source file to change the input because I could never get Swing to work like my mental model said it should. Cut ...