RSE World

All about RSE and the wonderful world that is technology...

 

BugDay Tomorow - Friday, November 30th

Want to know what you can do for Target Management this holiday season (and all year long)? Participate in BugDay and squash some bugs that have been bothering us all. It's the gift to yourself and the TM community!

Tomorrow, November 30th marks the November BugDay. Target Management will be participating once again. You will be able to find myself and hopefully some other committers on IRC that day. We will also be available by email/bug commenting that day though. If you are looking for some bugs to fix for BugDay, here are two bugs that would be great to see fixed:

Bug #196214: [SSH] Copy or Move a folder to a destination that contains a folder by that name moves the folder under it
Bug #190904: [SSH] Changing Read-Only Attribute Throws Exception

If these don't grab your interest then check out the entire list of TM BugDay bugs. You can grab the source code by using one of our team project sets.

 
 

Eclipse DemoCamp

Last Thursday, November 22, Kevin and I went to an Eclipse DemoCamp in Toronto. Although it was cold and snowy, we had a good turnout of probably fifteen people or so. We got to see great presentations of EMF, CDT, Mylyn, and a test driven teaching environment called UTest.

Marcelo Paternostro from IBM showed how meta-models in EMF could be created, models generated and edited. It was an excellent introduction for an EMF newbie! Mike Kucera, also from IBM, showed the CDT parser extension provided for a variant of C called C99, and discussed how the CDT team, in the process of implementing the parser for C99, has now created an extensible framework for anyone wanting to contribute parsers to languages that are close to C. More about this here.

A group of students from the University of Toronto displayed a tool called UTest which allows students to submit tests to be run against a professor's solution for a programming assignment. The idea is to teach the students test driven development by writing tests against a known solution but, of course, without knowing the details of how the solution was implemented. Students essentially poke around for edge cases, what works and what doesn't by writing unit tests which they submit to the UTest server. The server runs the tests and reports the results (pass/fail) back to the student. Students can use the information gleaned from the test results to write their solution to the assignment. I wish I had this tool when I was in school!

I was unfortunately not able to stay for the Mylyn demo, the last of the evening :-(

Thanks to Chris Recoskie for organizing this event. I recommend it if you have a DemoCamp happening in your city.

 
 

Target Management 2.0.2 Released

TM 2.0.2 has been released and includes 26 bug fixes. It contains 23 fixes for the Terminal and 3 fixes for RSE. 1 major and 1 critical fix related to saving have been fixed in RSE. Here is the complete list of RSE fixes:

Bug #204810: Saving file in Eclipse does not update remote file
Bug #205297: SystemTempFileListener calls upload() in the dispatch thread
Bug #205592: [regression] ClassCastException when trying to expand folder that doesn't have read permissions

The critical fixes for the Terminal include:

Bug #205186: [regression][mac] SSH Terminal does not paint correctly on OSX
Bug #205393: [terminal] terminal causes stack overflow
Bug #205772: [terminal] crash on linux (division by zero)

You can find TM 2.0.2 through the Europa update site or can download it here.

Labels: , , , ,

 
 

Welcome!

Welcome to RSE World, where you will find musings about the Remote System Explorer (RSE) and other hot technologies and trends. We hope you find our opinions useful and will participate in the discussions that we hope to stimulate. By way of introduction, we are IBMers who are committers in the RSE project. We will try to keep you posted with news and other interesting things related to RSE as the project grows, as well as anything else that we think are interesting. From time to time, you will also see guest articles posted here by folks who are "in-the-know" (who these folks might be and what they know will remain a mystery for now!)

A bit about RSE...

RSE was born in IBM about six years ago. IBM, as many of you might know, is in the server business, ranging from x86 servers to midrange servers to the mainframe. The development community for these systems were clamoring for tools that would allow them to do application development on these systems (edit, compile, run and debug at a minimum) without having to use the "green screen" or other outdated tools. They wanted modern software development tools available on their PCs that they could use to develop and maintain applications for these systems. The RSE framework was IBM's answer to this pressing need.

RSE provides a framework for developers to browse, access and manage resources on remote systems. Users can open and edit files, run commands on their systems using a shell, search for files and strings and manage processes running on the systems. Out of the box, RSE provides support for accessing remote Linux and Unix systems, as well as the local system. The RSE framework is protocol-independent. We provide default implementations using SSH and FTP. The framework is entirely extensible - new system types can be added, other functionality for things besides files, commands and processes can be provided, and any protocol can be used to implement these features. RSE is written in Java and is based on the popular Eclipse platform. Release 2.0.2 became available very recently and can be downloaded from here.

Today, the RSE not only forms the basis on which many of IBM's development tooling is formed, but it is now part of the Device Software Development Platform (DSDP) on eclipse.org. The DSDP was set up to serve as an extensible, standards-based platform to meet a wide array of needs in the device software development space. The word "device" in this case refers to small devices such as cell phones, handheld and other mobile devices, which often have constraints in terms of memory, disk space, networking, etc. and have their own unique requirements that are different from PCs and large servers. Before long, you can expect to see development tools based on RSE to be available for the smallest devices to the "big-iron" and everything in between!

 
-->
 
 
 
 

Searching