IBM joins OpenJDK

October 17th, 2010

On Monday we announced that IBM will join the OpenJDK project. If you’re interested in why this decision was taken and what this means, you definitely want to read Bob Sutor’s blog post on this change in direction.

One major part is the decision that “IBM will be shifting its development effort from the Apache Project Harmony to OpenJDK” and that there will be changes to the JCP “to make it more democratic, transparent, and open”, although it seems to be unclear what concrete steps will be taken.

Henrik Ståhl posted a few details about Oracle’s future plans on his blog, but apart from the fact that we’ll finally see a Java SE 7 and Java SE 8 JSR, there is not too much of substance to report. We’ll see whether that gets more concrete over the coming months.

Plan B for JDK 7

September 13th, 2010

It turns out that the JDK 7 development project is delayed quite a bit and the current estimated ship date is now Mid 2012. Given this delay Mark Reinhold is currently looking for feedback on a proposed Plan B, which would only include certain parts of Coin, NIO.2, InvokeDynamic (JSR 292), and “JSR 166y” (fork/join, etc.) in JDK 7 and delay everything else until JDK 8.

The estimated ship date for this Plan B would be Mid 2011 with JDK 8 being delayed an additional 6 months with a ship date in Late 2012.

I’m not a huge fan of releasing two major JDK releases within two years when the most current release is already almost 4 years old, but it seems like that’s what Oracle is currently leaning towards.

Comments on this post are closed, please post your feedback directly on Mark’s blog.

Update 9/21: Plan B is now the plan of record.

The WebSphere Application Server V8.0 Beta is now available.

Update 7/9: Andrew posted that the download is now fixed and he also included some helpful links to get started with trying the beta.

Lombardi uses GWT

May 25th, 2010

You learn something new every day. Looks like Lombardi uses GWT for Blueprint and the web portions (i.e. everything that’s not Eclipse-based) of Teamworks. There is a video on the GoogleDevelopers channel where Alex Moffat showcases Blueprint and describes why they chose GWT.

In addition they’ve also been demoing their solution as part of the Google I/O 2010 Sandbox this week.

btw: Lombardi is an IBM company.

A few recent WebSphere announcements we presented last week at Impact 2010:

Of course by reading it on this blog you’re at least a week late and you missed all the labs and presentations in Las Vegas, but there’s still enough time to prepare for Impact 2011 :-)

PM12112

April 30th, 2010

PM12112: CHANGE HOW PLUG-IN FINDS ANOTHER SERVER IF THE AFFINITY SERVER WAS ALREADY MARKED DOWN WHEN THE REQUEST ARRIVES:

When an affinity server is offline, the pending connections will be directed to the next server in the primaryserver list instead of distributed among the available servers. This can cause an overloading of the “next server” which can lead to a cascading failure situation.

Have you already migrated to V7.0 and want something new to play with? Want to port your application to something new and exciting?

Whatever your motivation, you can now participate in the WebSphere Application Server V8.0 Alpha program. If you choose to participate, please take the time to provide your feedback to help us improve the product! [via WebSphere Community Blog]

Update 7/5: The WebSphere Application Server V8.0 Beta is now available.

IBM Software Experience

February 19th, 2010

Due to the enthusiastic attendance of our IBM Software Experience last year we also planned some great workshops for you in 2010!

We start in Q1 with a workshop about Rational Application Framework for WebSphere and WebSphere CloudBurst Appliance and a separate workshop a week later about WebSphere MQ File Transfer Edition.

We hope you’ll enjoy them as much as the ones we had last year! – If you have suggestions for workshops in 2H10, please let us know!

SPECjEnterprise2010

January 17th, 2010

We published our first two results for a new benchmark called SPECjEnterprise2010 a few weeks ago. This new benchmark covers Java EE 5, which makes it much more applicable to today’s applications than the old SPECjAppServer2004.

We’re the first vendor to publish results, which demonstrates our commitment and leadership. – Of course these results will only make sense in context compared to benchmark results submitted by other vendors.

Update 1/19: A press release covering this is also available in the IBM press room.

Caching in WPS

December 22nd, 2009

I was recently discussing with a colleague on how to do caching inside of WebSphere Process Server (WPS). A few days later I stumble upon a blog post linking to a developerWorks tutorial on this exact topic. Good timing, Andrew! :-) [via SOA Tips 'n' Tricks blog]

Update 4/3/2010: In addition to caching the data you might also want to use DRS for replicating the cache in a cluster.