The Artima Developer Community
Sponsored Link

Java Buzz Forum
Terrence Barr: Significant Bits from the Sun + Oracle Strategy Webcast

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Terrence Barr: Significant Bits from the Sun + Oracle Strategy Webcast Posted: Feb 3, 2010 12:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Terrence Barr: Significant Bits from the Sun + Oracle Strategy Webcast
Feed Title: Java Today
Feed URL: http://weblogs.java.net/blog/editors/index.rdf
Feed Description: Java Today on java.net
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Java Today

Advertisement

Our lead Java Today items both yesterday and today were Terrence Barr's Oracle+Sun: Java News Round-Up series. If you watched last week's "Oracle + Sun Product Strategy Webcast" (now available as a series of webcasts that are partitioned by topic), you may have felt like so much was said that it was difficult to step back and recall the most important statements related to your own interests. As Terrence says at the start of Part 1 of his series:

Last week saw a flurry of news, announcements, webcasts, and information around the Oracle-Sun acquisition. In fact, there was so much detail it is easy to miss some of it ...

This is the problem Terrence seeks to address in his three-part series. Part 1 talks about the Java strategy; Part 2 focuses on Java developer tools; and Part 3, which is planned for publication later today, will be about developer communities.

In Part 1, Terrence revisits the 16-minute Java Strategy webcast, which featured Hasan Rizvi (Senior Vice President, Oracle Fusion Middleware) and Jeed Kaul (Vice President, Java Development). Terrence presents a high-level summary:

  • Continued investment in Java platform across a range of servers and devices
  • Fuel futher innovation in the Java platform and JavaFX
  • Continue to support developer community, open source, and JCP

Then he lists some specific Oracle objectives, and other points of interest. For example:

  • Continue to drive Java as the most widely used, productive, innovative, reliable, performant, and pervasive platform
  • Java EE (enterprise): Glassfish continues as the Java EE reference implementation and open source project (Oracle has already contributed to the Glassfish community in the past)
  • Unification of Java ME and Java SE APIs and capabilities
  • Improve interoperability between Java, JavaFX, and JavaScript
  • JavaOne: Continues as open community event for Java, co-located with Oracle Open World in San Francisco (Sep 19-23, 2010), plus taking JavaOne on the road to Brazil, Russia, India, China

In Part 2, Terrence revisits the 19-minute Java Developer Tools Strategy Webcast, which was given by Chief Architect and Senior Vice President Ted Farrell. Here are a few of the talking points Terrence highlights:

  • Oracle’s motto is “Productivity with Choice”, meaning developers can pick the environment and tools they want – Oracle supports these choices of implementation technologies, development styles, platforms and databases, and IDEs
  • NetBeans will be offered as additional choice in the developer tools suite, complementing JDeveloper and Enterprise Pack for Eclipse and leveraging functionality between these tools
  • Hudson, Sun’s Continuous Integration Server, will move forward with increased investment and continue to be offered
  • Kenai is Sun’s hosted collaboration server. Oracle plans to discontinue the public interface of Kenai at this time and bring Kenai back in-house, add features, and leverage it for internal projects. Kenai may be brought back as a public offering later if appropriate.
  • New collaboration resource: Oracle Technology Network (OTN), and specifically the Java Technology Center, featuring events, news, blogs, articles, discussions/forums, webcasts, downloads, FAQs, and more

Visit Terrence's blog, Across the Universe, later today, and you should see Part 3 (on developer communities) posted.


In other Java Today news, Kirill Grouchnikov is Drinking From The Firehose – Design Inspiration January 2010. If you're interested in "pushing pixels" around desktop screens, you'll likely enjoy what he's found:

Every month this series is tracking the latest design trends and collecting the best examples of modern web designs. Here is the list for January 2010 with almost 2000 links from 57 aggregator posts...

Kayode Odeyemi has started what looks to be a very interesting series with his post Building an OSGi declarative service with Maven using Netbeans:

Welcome to my first topic on OSGi. This article is focused on using Netbeans to create an OSGi declarative service deployed on Glassfish which is of course built on Apache Felix - an OSGi framework implementation. OSGi defined: According to Craig Walls in the book "Modular Java - Creating Flexible Applications with OSGi and Spring", OSGi is a component framework specification that brings modularity to the Java platform. OSGi enables the creation of highly cohesive, loosely coupled modules that can be composed into larger applications. Each module can be individually developed, tested, deployed, updated and managed with minimal or no impact to the other modules. Hence, OSGi is a solution to Java's modular incapabilities...

In today's Weblogs, Arun Gupta has two new posts. The latest is Screencast #29: Web service using NetBeans 6.8 and GlassFish v3 (Accessing database in business method):

GlassFish v3 comes bundled with Metro - a secure, reliable, transactional, and .NET interoperable Web services stack. Metro is compliant with JAX-WS and provides additional quality of service attributes that can be easily enabled using NetBeans IDE. This blog contains a screencast that shows how to create a simple Web service using NetBeans 6.8, implement the business logic by accessing a database table using Java Persistence API, and deploy on GlassFish v3...

Arun also posted Developer Tools Strategy by Oracle+Sun: NetBeans & Hudson to stay!:

Hear Ted Farrell, Chief Architect and Senior Vice President talk about Oracle and Sun Java Developer Tools Strategy. Here is a summary for those who want a quick juice ...

Simon Morris quickly discovered Apple iPad Not So Flash:

Amidst all the hype of the Sun to Oracle transition over the last week, some of you may have missed a certain announcement by a Cupertino-based firm regarding the imminent release of a computing device they say will fill the gap between netbooks and laptops. The Apple iPad is not, as some onlookers first suspected, a innovative feminine hygiene product, but a tablet device promising to offer (to quote Apple CEO Steve Jobs) "the best browsing experience you've ever had". But "the best browsing experience" does not include web plugins it seems, as despite the iPad's 1024x768 screen, 1Ghz processor, and support for wireless connectivity, it is destined to be bereft of Flash, Silverlight, and (everyone's favourite in this neck of the woods) Java...

In the Forums, wildchild_04 has a Problem with Eclipse invoking plugin org.eclipse.jface: Hello. Im working with Eclipse and Apache ODE (HelloWorld example). Im trying to set up de deploy params to the binding port in my ODE deploy /descriptor with the Eclipse plug in and I got this error: Problems occurred when invoking code from plug-in: "org.eclipse.jface"...

In the GlassFish forum, Sven Hafner is working on Detecting changed columns before updating EJB entity: Hi, We work on a *Web/Enterprise Application* using *EJB* in *Glassfish V3* and *PostgreSQL 8.4*. Is there any mechanism that allows me to detect which field was changed (while performing updates) without using dirty flags or re-reading the same record(s) before updating it ? Why: For audit purpose/logging. Any recipes or ideas ? ...

phani007 has a problem where Open Solaris Can't Start Glassfish server: Dear Techies, I'm new to Solaris Platform, I Installed Open Solaris and its working fine, recently I tried to install Glass fish server on this machine, Installation went fine and when I tried to start the start the glassfish server I got the following error...


Our current Spotlight is the JCP article "Agility: Definitions, Principles, and Practices for Today", by Susan Mitchell: "Agility is a word we hear a lot these days, but there are a variety of methods to implement it within the Java Community Process (JCP) program. Most people grasp the basic idea of being quick, but there is much more involved than sheer speed of development or time to market. There are additional meanings, such as the quality of being mentally alert, skill at changing direction, and the ability to maintain control even during times of stress..."


This week's java.net Poll asks In what ways do you participate in the java.net community? Voting will be open through the end of the week.


Our latest java.net Feature Article is Maven Repository Managers for the Enterprise, by John Smart. We're also featuring Jeff Friesen's Reading Newsfeeds in JavaFX with FeedRead, in which Jeff demonstrates how to apply JavaFX's RSS and Atom newsfeed capabilities to create a snazzy little JavaFX app that can run stand-alone or in a browser.


The latest Java Mobility Podcast is Java Mobile Podcast 92: MIDP 3.0 in Depth: Tutorials and Demonstrations: Excerpts from the JavaOne 2009 MIDP 3.0 In Depth: Tutorials and Demonstrations session with Roger Riggs, Lakshmi Dontamsetti and Stan Kao.


Current and upcoming Java Events:

Registered users can submit event listings for the java.net Events Page using our events submission form. All submissions go through an editorial review before being posted to the site.


Archives and Subscriptions: This blog is delivered weekdays as the Java Today RSS feed. Also, once this page is no longer featured as the front page of java.net it will be archived along with other past issues in the java.net Archive.

-- Kevin Farnham
O'Reilly Media
Twitter: @kevin_farnham

Read: Terrence Barr: Significant Bits from the Sun + Oracle Strategy Webcast

Topic: iPad is THE couch-device Previous Topic   Next Topic Topic: Stocks fall as GDP rise 5.7 pc but raises questions about recovery's sustainability

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use