Archive for August, 2007
Google Custom Search Engine – Site search and more Have a website or collection of sites you’d like to search over? With Custom Search Engine, you can harness the power of Google to create a search engine tailored to your needs. Create a search engine tailored to your needs * Include one website, multiple websites, [...]
Filed under: News, Technical | Leave a Comment
RSS
RSS – Wikipedia, the free encyclopedia RSS (which, in its most recent format, stands for “Really Simple Syndication”) is a family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts. An RSS document, which is called a “feed”, “web feed”, or “channel”, contains either a summary [...]
Filed under: Technical | Leave a Comment
PMD – Code Review Tool
PMD – PMD PMD scans Java source code and looks for potential problems like: Possible bugs – empty try/catch/finally/switch statements Dead code – unused local variables, parameters and private methods Suboptimal code – wasteful String/StringBuffer usage Overcomplicated expressions – unnecessary if statements, for loops that could be while loops Duplicate code – copied/pasted code means [...]
Filed under: Opensource, Technical | Leave a Comment
AndroMDA
AndroMDA.org – What is AndroMDA AndroMDA (pronounced “Andromeda”) is an extensible generator framework that adheres to the Model Driven Architecture (MDA) paradigm. Models from UML tools will be transformed into deployable components for your favorite platform (J2EE, Spring, .NET). Unlike other MDA toolkits, AndroMDA comes with a host of ready-made cartridges that target today’s development [...]
Filed under: Opensource, Technical | Leave a Comment
Web 2.0
O’Reilly Network: What Is Web 2.0 What Is Web 2.0 Design Patterns and Business Models for the Next Generation of Software by Tim O’Reilly 09/30/2005
Filed under: Technical | Leave a Comment
BitTorrent
BitTorrent – Wikipedia, the free encyclopedia BitTorrent is a peer-to-peer file sharing (P2P) communications protocol. BitTorrent is a method of distributing large amounts of data widely without the original distributor
Filed under: Technical | Leave a Comment