Daily del.icio.us for February 5th through February 7th

Advertisement

Daily del.icio.us for April 25th through May 2nd

  • InfoQ: A Discussion with Josh Bloch on the Future of Java – I think it's fair to say that Java's had a hard couple of years. But I do not think the platform or the language are in decline. I think there is some danger of a decline, but I'm counting on Oracle and the Java community to prevent it.
  • jQuery and or ExtJS » yet another coldfusion blog – Then there is ExtJS. UI maven, FLEX-ala-JS wonder, builder of UI components you could cut glass on. You could build an empire upon their grid component, templating via containers and XTemplate is a wonder, and its baked in extensibility and data "store" model is a dream.
  • Video: Appholes | The Daily Show | Comedy Central – Microsoft was supposed to be the evil one, but now Apple is busting down doors in Palo Alto while Bill Gates rids the world of mosquitoes.
  • If you code HTML, Zen Coding will change your life – If you write HTML for a living, and you don't know Zen Coding yet, you are missing out big time.
  • Thoughts on Flash – I wanted to jot down some of our thoughts on Adobe’s Flash products so that customers and critics may better understand why we do not allow Flash on iPhones, iPods and iPads.
  • VMforce Provides Spring Cloud Platform | SpringSource Team Blog – VMware and Salesforce today announced a partnership to build an enterprise Java cloud called VMforce.
  • SOA, 5 Years In – SOA provided us with a mechanism to build singly-focused, reusable services in a generic, adaptive fashion. As we move into the world of cloud – which is to network operations what SOA was to distributed computing – I think these lessons will be even more important.
  • More about HTML5 and Chrome « Udayan Banerjee’s Blog – From The Other Side – I am glad that I had switched over to Chrome. Otherwise it would have taken me lot more effort to go through the site created by Marcin Wichary and modified by Ernest Delgado.<br />
    <br />
    If you want to get a feel of what is possible with HTML5 this is a good place to look at.
  • Pojomatic – Pojomatic – Pojomatic provides configurable implementations of the equals(Object), hashCode() and toString() methods inherited from java.lang.Object
  • ABOUT MTF | Meet The Facts : Meet The Press Needs Fact Checking – Who holds politicians accountable for the statements they make on television? According to host David Gregory: not Meet The Press. Fact checking is one of the primary functions of journalism, but Mr. Gregory has said that it's up to the viewers to determine fact from fiction.

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

Daily del.icio.us for November 23rd through November 24th

  • YouTube – Collaborative Spreadsheet Art – people worked together simultaneously on a single Google Docs spreadsheet. Each cell in the 100 row x 186 col spreadsheet was filled using 18 different colors. The entire process was captured in time-lapse.
  • Roma Framework: The new way to conceive Web Applications – Roma allows you to develop enterprise level Java applications with low effort following a real Domain Driven Design approach. It's a new way to conceive the application: anything is a POJO, from the GUI forms to the persistent objects.
  • SpringSource Acquires G2One Inc. | SpringSource – SpringSource, the company behind Spring, the de facto standard in enterprise Java, today announced the acquisition of G2One Inc., the company behind the popular Groovy and Grails technologies. With the acquisition of G2One, SpringSource will now offer global enterprise support offerings for developers and IT operations that utilize Groovy and Grails applications.
  • Roberto Chinnici’s Blog: Ease of development in the Java EE 6 Platform – In Java EE 6, we plan to continue the drive towards a simpler, friendlier platform. This time around, much of the focus is on the web tier, but there are important new features being delivered outside it.
  • ‘The White Album’ 40 Years Later : NPR Music – When The White Album was released 40 years ago this month, fans were both baffled and awe struck by its sprawling world of sound. It was released as a double LP (almost unheard of at the time) and featured instant classics like "I Will," "While My Guitar Gently Weeps," and "Blackbird." But The White Album (its real name is simply The Beatles) was also filled with songs many found hard to digest, like the eight-minute, experimental sound collage "Revolution 9" or the inexplicably surreal "Honey Pie." On this edition of All Songs Considered host Bob Boilen talks with Bruce Spizer, author of The Beatles On Apple Records, about the groundbreaking White Album and how it came to be.
  • ExtPlayer – An MP3 Player developed with Adobe AIR and Ext JS – In partnership with Adobe, Ext is releasing several new enhancements to the Ext.air package today. These include improvements to existing classes responsible for Sounds, Windowing and Database as well as new classes responsible for Notification, Clipboard and File System Interaction.
  • The End of Wall Street’s Boom – National Business News – Portfolio.com – The era that defined Wall Street is finally, officially over. Michael Lewis, who chronicled its excess in Liar’s Poker, returns to his old haunt to figure out what went wrong.
  • TwitterFE – Twitter Front End – Twitter Front End is a new look at Twitter.com and the web interface powering the message service's social interactions today. This website was built by Niall Kennedy using web standards best practices and optimized code design. Twitter FE is currently a read-only clone of the Twitter.com website rewritten for external development and rapid iteration.
  • Op-Ed Columnist – We Found the W.M.D. – NYTimes.com – If I had my druthers right now we would convene a special session of Congress, amend the Constitution and move up the inauguration from Jan. 20 to Thanksgiving Day. Forget the inaugural balls; we can’t afford them. Forget the grandstands; we don’t need them. Just get me a Supreme Court justice and a Bible, and let’s swear in Barack Obama right now
  • Obama Raised Half a Billion Online | 44 | washingtonpost.com – Barack Obama raised half a billion dollars online in his 21-month campaign for the White House, dramatically ushering in a new digital era in presidential fundraising.

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

Daily del.icio.us for February 27th through March 3rd

  • Microsoft to offer hosted versions of SharePoint and Exchange to SMBs – Yahoo! News – Microsoft has opened up its hosted version of SharePoint and Exchange to SMBs as it tries to take advantage of the demand for software as a service.
  • Feeling tired? Exercise a little – WASHINGTON (Reuters) – Couch potatoes who complain they are tired all the time have an easy solution — a little light exercise. Regular, low-intensity workouts such as a leisurely stroll can boost energy levels by 20 percent and decrease fatigue by…
  • Flex 3:Feature Introductions: OLAPDataGrid – Adobe Labs – Leveraging the capabilities of AdvancedDataGrid, OLAPDataGrid provides a customizable and configurable UI which is capable of consuming the result set of a multidimensional query and displaying it in a cross-tab fashion.
  • BlazeDS – BlazeDS – Confluence – BlazeDS is an open source set of libraries which can be added to Java-based web applications to enable a more simple and efficient means of communicating between Flex and Java. BlazeDS includes an RPC style remoting library and a realtime messaging system
  • InfoQ: Flex 3.0: Update From Adobe’s James Ward – With the production release of Flex 3, InfoQ sat down with Adobe’s James Ward to find out more about Flex 3. Last year, Ward gave InfoQ readers an overview of Flex 3 and discounted a number of Flex misconceptions.
  • Flex cookbook beta – Building Flex Applications with JSPs – Flex can make requests to your existing JSPs using the HTTPService object. These requests can work with any JSPs. A Flex application contains all of the view logic so the JSPs should not return HTML but rather just serialized data
  • Flex cookbook beta – Multiple Column Sorting using the AdvancedDataGrid control – AdvancedDataGrid supports multiple column sorting and the sort indicators and interaction can vary based on the value of the sortExpertMode property.
  • Gears and AIR: The Open Source Difference on Dion Almaer’s Blog – Gears and AIR are very different, and although there is an overlap, they are complementary too. I would love to see some convergence in the future where Gears and AIR APIs join together. That would be a win win for everyone in my opinion. I would also lov
  • WWTelescope – The WorldWide Telescope (WWT) is a rich visualization environment that functions as a virtual telescope, bringing together imagery from the best ground and space telescopes in the world for a seamless, guided exploration of the universe. WorldWide Telesco
  • Vijay Mandava’s Blog: WLS 10.3 Tech Preview supports SCA – Since WebLogic 10.3 Tech Preview includes an SCA runtime customers now have multiple technology choices to build their business logic — POJO, EJB, Spring or SCA. By including the SCA runtime on WLS, customers can take advantage of the RASP functionality

Daily del.icio.us for Feb 28, 2007 through Mar 01, 2007

An Introduction to the Enterprise JavaBeans 3.0 Specification

An Introduction to the Enterprise JavaBeans 3.0 Specification by Vimala Ranganathan and Anurag Pareek — The EJB 3.0 specification goes a long way toward making the EJB programming experience a pleasant one by simplifying development, facilitating test-driven development, and focusing more on plain Java objects. This article takes a look at the specification, and how to build EJBs in the new model.

java, j2ee, ejb, ejb3.0, weblogic, pojo, jsr220, sdo, bea, dev2dev