Daily del.icio.us for November 9th through November 13th

Advertisement

Daily del.icio.us for September 19th through September 21st

  • Gbridge Does Simple but Secure File Sharing, Syncing, and VNC – Gbridge is a free software that lets you sync folders, share files, chat and VNC securely and easily. It extends Google's gtalk service to a VPN (Virtual Private Network) that connects your computers and your close friends' computers directly and securely. Gbridge has many unique features.
  • Space4J – Java Persistence – Space4J is a simple database system that will let you work with Java Collections in memory. Instead of having to perform a SQL SELECT to fetch a User from a database table, you can just access the users map (java.util.Map) and call users.get(id). With Space4J, all your data is kept in memory inside the JVM. There is no need for an extra database application
  • VMware Sees the Open Source Threat | OStatic – With Microsoft and Sun (along with Linux players) bundling virtualization with their server software, and ongoing improvements in open source virtualization offerings such as Xen, I've predicted before and I now predict more than ever that VMware has to radically change its business model.
  • Spring Recipes: A Problem-Solution Approach | Javalobby – This wonderful book, Spring Recipes, covers in a very decent way Spring 2.5 from basic to advanced and in many cases some compatible configurations for 1.x, scalable. It is a way to learn each chapter throught the book, 19 well-organized chapters that cover the most important topics in the J2EE world with Spring, and of course, Spring core itself
  • DimeCasts.Net Details for # 46 – Setting up Continuous Integration for your Application with Team City – In this episode we will walk you though how setup and manage a Continuous Integration system using Team City for your application.

    You will get a guided tour on the various steps needed to get your CI enviornment up and running in no time flat.

  • InfoQ: Mockito 1.5 spies on plain objects – Mockito is a mocking framework for Java. It's very similar to EasyMock and jMock, but eliminates the need for expectations by verifying what has been called after execution. Other mocking libraries require you to record expectations before execution, which tends to result in ugly setup code
  • McCain’s Scapegoat – WSJ.com – In a crisis, voters want steady, calm leadership, not easy, misleading answers that will do nothing to help. Mr. McCain is sounding like a candidate searching for a political foil rather than a genuine solution. He'll never beat Mr. Obama by running as an angry populist like Al Gore, circa 2000
  • Java Parallel Processing Framework Home Page – JPPF is an open source Grid Computing platform written in Java that makes it easy to run applications in parallel, and speed up their execution by orders of magnitude. Write once, deploy once, execute everywhere!
  • JPPF, grid computing platform for Java, releases version 1.5 – JPPF is an open source Grid Computing platform written in Java that makes it easy to run applications in parallel, and speed up their execution by orders of magnitude. Write once, deploy once, execute everywhere!
  • Cisco buys into corporate IM | Business Tech – CNET News – On Friday, the networking giant Cisco announced it will purchase Jabber, which uses an open-source IM and presence protocol used by Google Talk and Gizmo

Daily del.icio.us for September 5th through September 9th

  • Why Mozilla is committed to Gecko as WebKit popularity grows: Page 1 – In the wake of Google's release of the new WebKit-based Chrome browser, some technology enthusiasts are beginning to wonder if the days are numbered for Mozilla's Gecko rendering engine
  • The U.S. Closes the Mobile Innovation Gap – After lagging in wireless for years, the U.S. has caught up with Western Europe and is now trying to take the innovation lead
  • The Art and Craft of Great Software Architecture and Development: Book Review: The Definitive Guide to Terracotta – This is a rock-solid book with a solid introduction. I wouldn't agree that it's a "Definitive Guide" – I'd like to have seem more help up front in getting your environment set-up for the examples, some case-studies of how Terracotta has been used, more benchmarks, perhaps even benchmark code. But given the fact that it's the ONLY book I can find on Terracotta it's fortunately pretty good and gets you "in the game".
  • InfoQ: Google Chrome: Perspectives and Analysis – On September 1st, 2008, Google announced its new open source browser, Google Chrome. The introduction of a new web browser by Google, a major player in the web by anyone's standards, has predictably resulted in a flurry of attention, analysis and soothsaying. InfoQ has taken some time to compile some of the perspectives and analysis from the community, news media and blogosphere in order to assemble comprehensive coverage of the Google Chrome launch and its impact.
  • Metallica: Master of YouTube? | Listening Post from Wired.com – Metallica, whose leaked album Death Magnetic is slated for a September 12 release, launched a promotion on YouTube today featuring the band's favorite Metallica cover songs on the site. Drummer Lars Ulrich introduces their selections in the video to the right.
  • Microsoft Missing the Boat on Mobile? – O’Reilly Radar – What's so ironic is that if Microsoft started thinking about the user again, instead of thinking about protecting their business, they could do great things. There are many problems yet to be solved in online software, but they won't be solved without bold leaps into the future.
  • Ext JS – Ext GWT: Now with Portal and Web Desktop – Ext GWT 1.1 is right around the corner and incorporates the popular Portal and Web Desktop interface.
  • Google at Age 10 – Bits Blog – NYTimes.com – Here’s a quick snapshot of Google by the numbers along with some comparisons to Microsoft. The sources of the data are the companies, Yahoo Finance and comScore.
  • InfoQ: Deploying a 1 Terabyte Cache using EhCache Server – The largest ehcache single instances run at around 20GB in memory. The largest disk stores run at 100Gb each. Add nodes together, with cache data partitioned across them, to get larger sizes. 50 nodes at 20GB gets you to 1 Terabyte
  • Bash scripting Tutorial – Linuxconfig.org – This bash tutorial assumes no previous knowledge of bash scripting.As you will soon discover in this quick comprehensive bash scripting guide, learning the bash shell scripting is very easy task. Lets begin this bash scripting tutorial with a simple "Hello World" script.
  • InfoQ: Jeff Barr Discusses Amazon Web Services – In this interview from QCon London 2008, Amazon Web Services (AWS) Evangelist Jeff Barr discusses SimpleDB, S3, EC2, SQS, cloud computing, how the different Amazon services interact within an application, the origins of AWS, SimpleDB and Microsoft SQL Server Data Services, globalization of the AWS cloud, the March AWS outage, SimpleDB Stored Procedures and converting between AMIs and VMWare.

Daily del.icio.us for May 25th through May 28th

Daily del.icio.us for April 12th through April 13th

  • Easy Automated Snapshot-Style Backups with Rsync – This document describes a method for generating automatic rotating "snapshot"-style backups on a Unix-based system, with specific examples drawn from the author's GNU/Linux experience. Snapshot backups are a feature of some high-end industrial file server
  • Flex, Spring and BlazeDS: the full stack! (Part 1) – In this article series, I’ll try to give you a step-by-step process to create an application with Flex/BlazeDS/Spring/Hibernate/MySQL architecture, all of that built with Maven.
  • Saki’s Blog » Blog Archive » Simplest 3 Columns Layout with CSS – After experimenting with Designing a 3 columns web page using TableLayout
    I have came with the solution that is, IMO, simplest possible:

  • Saki’s Ext Examples Page – I have been actively helping on Ext Forums for some time and during this period I have found out that most effective help for members is to give them a well written running example that they can either modify for their purposes or it just gives them an an
  • Saki’s Blog » Blog Archive » Writing a Big Application in Ext – I have decided to write this article for those users of Ext 2.x that have already grown up from having one HTML page with embedded script that creates one simple window or form, for those who are already decided that Ext is the way and for those who are f
  • behind the times: 10 Best IDEA Inspections You’re Not Using – Let's clarify. By "Best" I mean the ones I like. By "You're Not Using" I mean they aren't enabled by default. By "Inspections" I mean those little code warnings that IDEA gives you which can be configured under Settings (Ctrl+Alt+S) Errors (6).
  • A List Apart: Articles: Accessible Data Visualization with Web Standards – There are plenty of options out there for data visualization, too. Google’s recently-announced Charts API is a great example, but there are a number of tools and services for creating charts and graphs as images and for making interactive visualizations
  • Introducing Java 6 update 10 – Don't be fooled by its unassuming name: the upcoming Java 6 update 10 is a very different animal than the updates that preceded it. Java 6u10 pushes the envelope by adding more new features and functionality than in any previous Java programming language
  • InfoQ: Spring Web Services 1.5 Released – After 6 months of work, Spring Web Services 1.5.0 has been release. Based off contract-first development using SOAP service development, Spring-WS can be manipulated through XML to create document-driven Web services
  • Sun Claims Big Leap with MySQL Upgrade Next Week – CIO.com – Business Technology Leadership – Among the advances in 5.1 are partitioning, events scheduling, row-based replication and disk-based clustering. They are fairly standard features already offered by rivals IBM, Oracle and Microsoft, but they should help MySQL compete in environments where

Daily del.icio.us for Mar 09, 2007 through Mar 10, 2007

  • Ajaxian – Compressed versions of Prototype – John-David Dalton has spent some time compressing Prototype in a couple of ways to keep your download time to a minimum.
  • jsjuicer – jsjuicer is a free tool for safely reducing the size of your JavaScript files. Reducing the size and number of the JavaScript files included in a web page will enable it to load faster
  • SDN Channel – Spotlight on Open Source – Did you know that Sun contributes more than $200 million per year of intellectual property to the open source movement, in dozens of open source projects? The company?s historical contribution tops $2 billion (Kudos to Sun)
  • www.hungtang.com – Java and IDEA: deadly tandem – I have been doing Java development for about 6 years now. It?s amazing to think that I have stuck with it for this long but I strongly believe Intellij IDEA has a lot to do with my seemingly never-ending devotion. Simply put, this product rocks?just l
  • FiveRuns – Web 2.0 Systems Management – FiveRuns makes monitoring, analyzing, reporting and predicting the behavior of critical business systems painless.
  • A Roundup for “Developers, Developers, Developers…” – So, I decided to make a compilation of products that developers may find useful. There?s a little bit of everything in here – some are still in private beta, but still worth mentioning

Daily del.icio.us for Feb 19, 2007

These are my links for Feb 19, 2007:

Daily del.icio.us for Feb 17, 2007 through Feb 19, 2007

These are my links for Feb 17, 2007 through Feb 19, 2007: