Posts tagged as:

cloud

Daily del.icio.us for March 14th through March 17th

March 17, 2010

Play framework ? Home – Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RESTful architectures
SimpleJPA – Java Persistence API for Amazon SimpleDB – SimpleJPA is a Java Persistence API (JPA) implementation for Amazon's SimpleDB. In other words, an object-relational [...]

Read the full article →

Daily del.icio.us for February 8th through February 14th

February 14, 2010

Compare JavaScript frameworks – In this article, you will discover how JavaScript frameworks make it easier and faster to create highly interactive and responsive Web sites and Web applications
Technobabble » Spring MVC 3.0 and JSR 303 (aka javax.validation.*) – The new annotated validation spec (jsr 303) is pretty slick, especially when used along side Spring [...]

Read the full article →

Daily del.icio.us for January 19th through January 26th

January 27, 2010

Google releases new Google Voice for iPhone | Reuters – Google Inc unveiled a new version of its Internet phone service on Tuesday in its latest effort to bypass Apple Inc's gatekeepers and make Google Voice a popular service on the iPhone.
Google Voice Blog: Google Voice for iPhone and Palm WebOS – Today we are [...]

Read the full article →

Daily del.icio.us for October 30th through November 5th

November 5, 2009

Exclusive First Listen: Norah Jones : NPR – A warm, organic-sounding record, The Fall showcases Jones' musical depth in exciting and unexpected ways, suitable for old fans and newcomers alike. Please leave your opinions of the album in the comments section below.
Closure Compiler – Google Code – The Closure Compiler is a tool for making [...]

Read the full article →

Daily del.icio.us for August 30th through September 9th

September 9, 2009

Implementing composite keys with JPA and Hibernate – Occasionally, you come across a situation where a composite key is required, and you need a strategy for this. This tip shows you how to implement composite keys with JPA and Hibernate.
A Simple Java class for Amazon SimpleSQS – With such a beautiful service such as the [...]

Read the full article →

Daily del.icio.us for July 7th through July 14th

July 14, 2009

InfoQ: FlexMonkey 1.0 Released – FlexMonkey is an open source testing tool for Flex and AIR applications. FlexMonkey provides for the capture, replay, and verification of Flex user interface functionality. FlexMonkey generates ActionScript-based testing scripts that can be run from the FlexMonkey application or included within a continuous integration environment.
First Steps to Scala – In [...]

Read the full article →

Daily del.icio.us for July 6th

July 6, 2009

jQuery Visualize Plugin: Accessible Charts & Graphs from Table Elements using HTML 5 Canvas | Filament Group, Inc., Boston, MA – A while back, we wrote an article describing a technique we came up with to use JavaScript to scrape data from an HTML table and generate charts using the HTML 5 Canvas element. The [...]

Read the full article →

Daily del.icio.us for June 24th through June 25th

June 25, 2009

Using Google JSON with Prototype and Java « timothypowell.net – In this example we will learn how to create a JSON object on the client using JavaScript (and Prototype), and how to process that same JSON object on the server using Java.
InfoQ: Keynote: From Margin to Mainstream – Innovation, Disruption and the Future of the [...]

Read the full article →

Daily del.icio.us for June 9th through June 12th

June 12, 2009

Optional Annotations – The JAX-WS programming model uses a number of optional annotations for adding details about your service, such as the binding it uses, to the Java code.
Ibatis Tutorial: Aggregation with groupBy – This tutorial builds on the knowledge from the Ibatis Inheritance Tutorial. As such the configuration and schema won't be repeated here [...]

Read the full article →

Daily del.icio.us for May 27th through June 2nd

June 2, 2009

Amazon Web Services Blog: Setting up a Load-Balanced Oracle Weblogic Cluster in Amazon EC2 – Oracle recently made available a set of AMI images suitable for use with the Amazon EC2 cloud computing platform. I found the two images (32-bit and 64-bit) that contain Weblogic (along with Oracle Enterprise Linux 5 and JRockit) the most [...]

Read the full article →

Daily del.icio.us for May 14th through May 21st

May 21, 2009

Amazon Web Services Developer Community : Oracle WebLogic Server 10g Release 3 – 64 Bit – This AMI comes with Oracle Enterprise Linux Release 5 Update 2 and Oracle WebLogic Server 10gR3 software pre-installed and configured for the 64 Bit platform.
Amazon’s New Service Goes Postal Over Slow Broadband – Werner Vogels, Amazon’s CTO, explains in [...]

Read the full article →

Daily del.icio.us for April 16th through April 19th

April 19, 2009

U.S. Soldiers’ New Weapon: an iPod | Newsweek International Edition | Newsweek.com – Making sense of the reams of data from satellites, drones and ground sensors cries out for a handheld device that is both versatile and easy to use. With their intuitive interfaces, Apple devices—the iPod Touch and, to a lesser extent, the iPhone—are [...]

Read the full article →

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

April 12, 2009

How Google Stole Control Over Content Distribution By Stealing Links – Publishing 2.0 – There is so much misunderstanding flying around about the economics of content on the web and the role of Google in the web’s content economy that it’s making my head hurt. So let’s see if we can straighten things out.
Performance Anti-Patterns [...]

Read the full article →

Daily del.icio.us for April 3rd through April 7th

April 7, 2009

Sun’s Six Biggest Mistakes – Forbes.com – In the interest of exploring Sun's value to history students, if not its shareholders, we asked analysts and industry watchers where Sun went wrong.
Protovis – A graphical toolkit for visualization – Protovis is a visualization toolkit for JavaScript using the canvas element. It takes a graphical approach to [...]

Read the full article →

Daily del.icio.us for March 29th through April 3rd

April 3, 2009

Switched – Google Chrome from IE8 – JavaScript is 56 times faster on Chrome The genius behind Google’s web browser (re-tweeted by Douglas Purdy from John Lam), V8 JavaScript Engine.
Good-bye Solaris? The fate of Sun’s top 5 technologies – Computerworld Blogs – By this time next week, IBM will have bought Sun at a cut-rate [...]

Read the full article →

Daily del.icio.us for March 24th through March 27th

March 27, 2009

JPivot – Home – JPivot is a JSP custom tag library that renders an OLAP table and let users perform typical OLAP navigations like slice and dice, drill down and roll up. It uses Mondrian as its OLAP Server. JPivot also supports XMLA datasource access.
olap4j: Open Java API for OLAP – olap4j is designed to [...]

Read the full article →

Daily del.icio.us for March 20th through March 24th

March 24, 2009

NPR’s broadcast audience surges. Can it do the same online? | The Industry Standard – "At a time when newspapers, magazines and TV news continue to lose readers and viewers," writes Washington Post reporter Paul Farhi, "the audience for NPR's daily news programs, including Morning Edition and All Things Considered, reached a record last year
Van [...]

Read the full article →

Daily del.icio.us for March 14th through March 19th

March 19, 2009

Writing good unit tests, Part 1: Follow your GUTs – JavaWorld – Just like production code, test code needs to be rigorously examined to ensure it's clean and bug free. In this first half of a two-part article, Klaus Berg makes the case for why good unit tests are as important as high-quality production code, [...]

Read the full article →

Daily del.icio.us for March 7th through March 11th

March 11, 2009

Coding Horror: Why Can’t Error Messages Be Fun? – Chrome is a joy to use, and in my opinion at least, it's the first true advance in web browser technology since the heady days of Internet Explorer 4.0. Chrome is filled with so many thoughtful details, so many reimaginings of web browser functionality as a [...]

Read the full article →

Daily del.icio.us for January 28th through February 3rd

February 3, 2009

These are my links for January 28th through February 3rd:

What Sun Should Do « Ian Skerrett – Sun’s problem is not that they don’t have good products, it is they have too many products for them to sustain. As Tim mentioned they need to focus on their strengths and that would Glassfish and MySql. Terrence Barr’s Blog: Thoughts on "What Sun Should Do" – quot;Every complex problem can be boiled down to a solution that#039;s simple, attractive, and easy to understand – and wrong.quot; It#039;s a tendency we fall into easily – and what I have been missing in the discussion so far is the focus on client-side technologies and products and the role they play in technology-based business models. InfoQ: Sun’s Future and Cloud Computing – Sun#039;s recent layoffs (which are said to be affecting people working on OpenJDK, the JCP, J2SE, and desktop Java), and also Sun#039;s recent acquisition of cloud infrastructure vendor Q-Layer, keeps alive the question of how Sun will redefine its strategic direction and choose which of its many technology possibilities it will focus upon. InfoQ: Struts 2.1 Released – The latest version of the Struts2 framework, version 2.1, has just been released. This release marks a significant upgrade, with changes being focused on refactoring more code into the plug-in framework, reducing XML configuration by adding a conventions plug-in, and improving REST support. FRONTLINE: my father, my brother, and me | PBS – quot;Parkinson#039;s arrives without fanfare,quot; journalist Dave Iverson says at the start of this week#039;s FRONTLINE broadcast. quot;You#039;re jogging at the gym one day and you happen to notice that one arm isn#039;t swinging the same as the other. In time, other signs accumulate: a leg starts to tingle, a finger begins to tremble…quot; New Symbol of Elite Access – E-Mail to the Chief – NYTimes.com – Mr. Obama joked about the exclusive nature of his e-mail list at the annual Alfalfa Club dinner in Washington on Saturday night. “How exclusive?” the president asked. “Everyone look at the person sitting on your left. Now look at the person sitting on your right. None of you have my e-mail address.” InfoQ: Presentation: REST: A Pragmatic Introduction to the Web’s Architecture – In this presentation recorded during QCon London 2008, Stefan Tilkov introduces the audience to REST seen as an architectural style. He thinks that REST is not an alternative to SOA but it can serve SOA to reach its goals. Stefan also covers other related topics: HTTP, WS-*, SOAP, CORBA, RPC, enterprise, in an attempt to make the listeners understand what REST is and what is not and how it helps. Eliminate Waste – The Toyota Way – Surya Suravarapu’s Blog – The first question in TPS always is what does the customer want from this process? (Both the internal customer at the next steps in the production line and the final, external customer). Marek Blotny: C#, ASP.NET, Silverlight …: Are you Agile? – To answer question quot;Are you Agile?quot; you have to first define the minimum criteria for being Agile, here is a list of potential candidates: self-organizing teams, incremental development in short iterations, high responsiveness to changing requirements, continuous adjustments, everyday contact with stakeholders, pair programing, TDD, (automated) testing and so on 24/7 Wall St.: SP Endorses Linux, Raising Red Hat (RHT) – But Red Hat, Inc. (NYSE: RHT) was just raised by Standard amp; Poor#039;s ratings today. You might even wonder if Samp;P is almost endorsing Linux after all these years after you look through the notes Developing and Deploying Java applications – Amazon Elastic Compute Cloud « HostedFTP.com – Developing and Deploying Java applications on the Amazon Elastic Compute Cloud. Headius: My Favorite Hotspot JVM Flags – Here#039;s a short list of my favorite JVM switches (note these are Hotspot/OpenJDK/SunJDK switches, and may or may not work on yours Intel releases Linux-based Moblin 2 Alpha for Netbooks – Ars Technica – The first alpha release of Intel#039;s Linux-based Moblin 2 platform is now available for download. It#039;s designed to work on Atom-based netbook devices and it offers fast boot times and a unique Internet connection manager.
Read the full article →


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser