RSS Feeds Directory Simple mode | Advanced mode

Most Popular Feeds Newest Feeds    

Weblogs [Personal] (1088) Weblogs [Computers] (438) Business (987) Computers & Internet (924)
News (442) Miscellaneous (1619) Regionals (561) Companies (1827)
Demo (0)
Total feeds: 7886

Submit Your Feed

IBM developerWorks
Put this feed on your website
Description: The latest content from IBM developerWorks
Format: RSS 2.0
Url: http://www.ibm.com/developerworks/news/dw_dwtp.rss
 
Latest headlines
IBM developerWorks
Writing a custom Dojo application


Explore the tips, techniques, and pitfalls when developing Web 2.0 and Dojo applications. Learn from the authors' experiences when moving from Object Oriented development techniques to creating a prototype using the Dojo widget and template pattern along with JavaScript/Dojo objects.
Debug Java applications remotely with Eclipse


Perform application debugging remotely using the Eclipse built-in remote Java application configuration type. In this article, get real-world examples such as debugging programs on dedicated machines like Web servers, whose services cannot be shut down.
New IBM Business Process Management Journal


In this journal's premier edition, discover how to develop a business event processing application and how to leverage BPM, SOA, and EA to align business and IT. Plus, get answers to some of your common questions about WebSphere Business Modeler.
Dependency injection with Guice: Testable code with less boilerplate


Get better testing and modularity while taking away the pain of writing your own factories with Guice, Google's open source dependency injection framework for Java development. Take a tour of the most important concepts, which will leave you ready to Guice up your applications.
XSLT as a language compiler: Use XSLT to produce PostScript from XML


Explore the concept of XSLT as a programming language compiler, specifically as you create an XML facade in front of PostScript, to produce PostScript files from XML documents. Learn about using a stylesheet as an implicit language definition, get the basics of PostScript, and see the layers of abstraction involved in creating an XML-to-PostScript compiler.
Distributed computing with Linux and Hadoop


You don't have to work for Google to have access to distributed, parallel Web content processing. Hadoop is a reliable framework for rapidly manipulating large amounts of data, and it runs on commodity hardware.
What's new in PHP V5.3: Closures and lambda functions


Find out how closures and lambda functions make programming easier by letting you define throwaway functions that can be used in different contexts. This article details how useful closures are as a functional programming construct within PHP V5.3 code.