Monday, August 13, 2007

Red Hat Developer Studio 1.0 Beta 1 Now Available

I'm pleased to announce the availability of the first beta release of Red Hat Developer Studio. This beta release marks the first time that a 100% open source development solution is available that integrates Eclipse, Eclipse plugins, and an entire runtime platform (The JBoss Enterprise Application Platform). So, with Red Hat Developer Studio, you can, out of the box, do things like:

  • Generate a new Seam application using new Seam tools and deploy right into a pre-configured JBoss Application Server
  • Visually design and code JSF pages using the updated Visual Page Editor, which now supports WYSIWYG editing of rich, AJAX components
  • Generate entity beans for Seam applications from your database using Hibernate and visual seam-gen tools

You can download the Red Hat Developer Studio beta from http://www.redhat.com/developers/rhds/index.html.

Wednesday, August 1, 2007

Red Hat Messaging is now at jboss.org

I'm pleased to announce that the open source project, Red Hat Messaging, has now moved to jboss.org: http://labs.jboss.com/rhmessaging/. Red Hat Messaging is an open source project that is building a high performance, reliable distribution of the Advanced Message Queuing Protocol (AMQP) standard. We're excited to work on this project as part of the JBoss middleware community. We hope that you'll check out the project, try out the builds, and perhaps get involved in development!

We're also happy to be collaborating with the JBoss Messaging project. You can find out more about how JBoss Messaging and Red Hat Messaging relate by viewing the JBoss Messaging and Red Hat Messaging FAQ.

Wednesday, June 27, 2007

Eclipse Europa is Available

Today marks the release of Eclipse Europa, the next version of Eclipse's open source framework and components. This is a great achievement by Eclipse and a testament to the power of open source--the on-time, simultaneous, coordinated release of 21 distinct projects is a fantastic feat. Even the largest software companies have trouble releasing a couple products together.

This is why at Red Hat, we are doing all of our development for JBoss Tools in open source at jboss.org. In fact, we are already targeting Eclipse Europa with our plugins. So, if you want to try out all the latest tools for building powerful and rich applications, try downloading Eclipse Europa and then installing the latest JBoss Tools builds! And, of course, you can look forward to Red Hat Developer Studio later this summer, which will certify and integrate all this, along with the JBoss Enterprise Application Platform.

Friday, June 22, 2007

Exadel Plugins Now Available in Open Source at JBoss Tools!

Today marks an important milestone for the upcoming Red Hat Developer Studio product from Red Hat: we have completed open sourcing the former Exadel Studio Pro plugins from the Red Hat/Exadel Partnership that we announced back at EclipseCon in March.

These plugins, along with the former JBoss IDE plugins, and some new ones (e.g. a Seam plugin) are all available at the JBoss Tools project at jboss.org. You can visit the JBoss Tools project to check out the source code and download the latest versions of the plugins. And, of course, we'd welcome your participation in the open source project too.

One of the most exciting aspects of our open sourcing Exadel's plugins at jboss.org is that this marks the first time that developer tools of this caliber have been available in open source. Previously, all the major Eclipse-based tools vendors built their offerings on top of an open source foundation (Eclipse). But, they kept their most desirable features proprietary and sold them to customers. At Red Hat, we believe the best way to help developers is to provide them with a powerful and completely open source set of development tools and platforms.

For developers that want the latest versions of our plugins and like to remain at the tip of our technology, they are welcome to go to JBoss Tools and tailor-assemble their own, ideal development environment. For developers that prefer an integrated, supportable, and stable development environment that offers great technology, Red Hat has a solution too. Later this summer, Red Hat will be introducing a new product around the JBoss Tools project: Red Hat Developer Studio.

Red Hat Developer Studio will provide a subscription that includes and integrates:

  • Eclipse 3.3 from the Eclipse Europa release
  • Production-ready versions of the plugins from JBoss Tools and elsewhere, all tested and integrated together along with their dependencies into Eclipse
  • The JBoss Enterprise Application Platform, which includes production-ready versions of JBoss Application Server, Hibernate, and Seam
  • Red Hat Enterprise Linux
  • Red Hat Network access for updates
Red Hat Developer Studio will provide one installer that sets up your entire development environment: Eclipse, plugins, and JBoss runtime platforms all integrated together. Of course, like all of our products, Red Hat Developer Studio will be 100% open source. And, it will run on a variety of platforms like Linux and Windows.

So, Red Hat will be offering a variety of solutions for developers. The plugins we have just open sourced at JBoss Tools will provide rich capabilities around many of the other projects at jboss.org. And, Red Hat Developer Studio will build upon JBoss Tools to offer a completely integrated and certified open source development environment. Please check out JBoss Tools and let us know what you think!

Stable Fedora 7 Wireless Networking on a Thinkpad T60

Fedora 7 includes new, free iwl3945 wireless drivers. This means that users with the Intel PRO/Wireless 3945 card in their laptops (like my T60 has) no longer have to install firmware and drivers manually to get wireless working like in FC6. This is great and makes Fedora much easier to install. Unfortunately, these new drivers don't seem to be quite stable yet. So, I've gone back to the old ipw3945 wireless drivers, which have been much more stable for me. Here's how I did it:

  1. do a rpm install to get the freshrpms repo:

    rpm -ivh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/7/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm

  2. install the ipw3945 packages:

    yum install -y ipw3945-kmdl-`uname -r` ipw3945


  3. create /etc/modprobe.d/ipw3945 with the contents:

    install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; /sbin/ipw3945d --quiet
    remove ipw3945 /sbin/ipw3945d --kill ; /sbin/modprobe -r --ignore-remove ipw3945

  4. add to /etc/rc.local to start ipw3945:

    # start wireless networking
    modprobe -r ipw3945; sleep 0.5; modprobe ipw3945

That's it!

Note: If you ever update your kernel to a newer version, you will have to do a

yum install -y ipw3945-kmdl-`uname -r`

to get the corresponding wireless module for your new kernel. This is one of the disadvantages of going to the old ipw3945 drivers versus the ones included in Fedora 7.

Wednesday, May 30, 2007

Introduction to Red Hat Developer Studio Webinar

Update:
The recording for this webinar is online at http://www.info.redhat.com/forms/RHDevStudioWebinarDownloadRequest


The upcoming Red Hat Developer Studio attracted quite a bit of attention and buzz recently at JavaOne and the Red Hat Summit. Red Hat Developer Studio will be the first completely open source, Eclipse-based development environment with robust capabilities for building rich, enterprise applications. Red Hat Developer Studio also will include the new JBoss Enterprise Application Platform so that developers will have one installer that integrates all their development tools, components, and platforms with no manual configuration necessary.

If you missed out on the live demos that we did for Red Hat Developer Studio, you can check out a webinar that we're hosting 5/31 at 2:00 PM EDT:

Introduction to Red Hat Developer Studio

This webinar will introduce Red Hat Developer Studio, a new, robust, and completely open source Eclipse-based IDE for building enterprise Rich Internet Applications. Come see how to use exciting features like new JBoss Seam wizards and tools, JBoss RichFaces editors with visual previews, and robust Hibernate tooling.

HOSTED BY: Bryan Che
SPEAKERS: James Williams: Solutions Architect, Red Hat
Max Katz: Senior Systems Engineer, Exadel
DATE: Thursday, May 31
TIME: 2 p.m. EDT

Register Here to attend the webinar

If you aren't able to attend the live webinar, we plan to record it and make it available for viewing on an on-demand basis. Hope to see you there!

Monday, May 14, 2007

Red Hat Summit Presentations

Last week, I had a whirlwind California trip and attended both the Red Hat Summit in San Diego as well as JavaOne in San Francisco. I gave a presentation on Red Hat's new developer offerings on Wednesday morning at the Summit, flew to San Francisco early Wednesday afternoon for JavaOne, and then returned Thursday morning to San Diego in time to give my 11:30am presentation on Red Hat Messaging at the Summit.

Here are PDF's of the two presentations I gave at the Red Hat Summit:

Both the Red Hat Developer Program and Red Hat Messaging are exciting new offerings that Red Hat is introducing this year. The Red Hat Developer Program just launched last month and provides new developer offerings from tools and software to services and support. It will also include the upcoming Red Hat Developer Studio IDE.

Red Hat Messaging is a new open source project that implements AMQP and will provide revolutionary new levels of openness, performance, and reliability in the messaging space.