Click here to learn
about this Sponsor:
Home  |  News  |  Articles  |  Polls  |  Forum  |  Directory

Keywords: Match:
Eclipse releases device development tools
Nov. 13, 2006

The Eclipse Foundation today released two plug-ins aimed at making the open-source Eclipse IDE (integrated development environment) more useful to device developers, and a third has achieved a milestone pre-release, version 0.7. All three were developed within a top-level Eclipse Foundation project called the Device Software Development Platform (DSDP).

Today marks the first release of DSDP plug-ins with major 1.0 version numbers, signifying maturity and stability. The three newly available device-oriented Eclipse plug-ins are:
  • Target Management (TM) 1.0
  • Embedded Rich Client Platform (eRCP) 1.0
  • Mobile Tools for the Java Platform (MTJ) 0.7
Spearheaded by long-time development tools leader Wind River, the DSDP project was founded in mid-2005, and has since attracted about 40 "committers" (significant software contributors) representing ten companies. Like other top-level Eclipse projects, it organizes multiple sub-projects aimed at creating plug-ins for the modular, open source Eclipse IDE. The IDE has been widely adopted by embedded tools vendors, in part because it runs on Windows, Linux, Solaris, and Macintosh development hosts, saving vendors the pain of maintaining their tools on multiple platforms.

Eclipse plug-ins enable commercial tools vendors and individual users to customize the modular, extensible Eclipse IDE according to their needs -- mixing and matching components from multiple third party providers, as well as from the open source community. Plug-ins typically used by device developers include code editors for various languages (C/C++ and Java are popular), debuggers, compilers, and test suites and automation frameworks.

Doug Gaff, a Wind River engineering manager who heads up the DSDP's organizing committee, says today's milestone releases signal gathering DSDP momentum, as well as the increasing significance of Eclipse to device developers.

Gaff said, "[Wind River] helped found DSDP because we wanted to get products out that would start to catalyze [the device tools] space. We have a lot of commercial stuff we want to contribute, which is why we sponsor a couple of DSDP projects. It has been encouraging, to say the least, how many projects have gravitated to [the DSDP project]. And, the diversity of projects is also encouraging, reflecting the diversity of the device market itself."

DSDP background

Gaff said the DSDP project grew out of a "birds of a feather" session at the first Eclipse.con. He recalls, "We talked about how the C Development Tool project has produced a lot of great stuff for device developers, but how we have a lot of needs beyond that. So Wind River said, 'Let's start a project.'"

The Eclipse Foundation approved the DSDP project in June of 2005, and it got underway with two initial projects -- Target Management and Device Debugging -- both driven by Wind River. Six months later, the Nokia-driven Mobile Tools for Java project launched, along with a Native Application Builder project driven by WideStudio.org.

Subsequently, the eRCP project migrated from Eclipse's "Technology" category for project incubation into DSDP.

Today's three milestone releases

Target Management

The Target Management (TM) project aims to help device developers configure, manage, and debug remote systems, for example by launching the GNU debugger within the CDT C/C++ code editor, with files from a remote device's filesystem.

Gaff recalls, "We realized that everyone was building their own, so we got together with IBM and MontaVista. IBM's Remote System Explorer was the furthest along, in terms of being extensible, so we decided to build on that."

Additional TM project contributors include PalmSource, Symbian, and Tradescape.

Gaff said that TM can be used during device development, in much the same way that embedded developers today commonly use NFS to extend a filesystem on a development host to a target device. Alternatively, TM can be used to transparently synchronize files on a remote filesystem, as if it were mounted locally.

Gaff said, "If you can make a network connection to the device, you can manage it. You can mix local and remote filesystems, and the RSE component of TM deals with remote synchronization."

The TM plugin is designed for extensibility, where transport mechanisms are concerned. The 1.0 release ships with sample implementations for TCP/IP connections, FTP data transfer, and GDB remote launching in the CDT environment. It can also support NFS, SSH, and IBM's formerly proprietary DataStor protocol, Gaff said. He adds, "In the future, we'll create more complex launch sequences."

TM appears to be limited to one user at a time, although device development typically involves only a single user working on a given filesystem at one time, Gaff noted.

He summarizes, "The motivation is in real-time applications, allowing users to define new services. What we have now is a framework for that."

Embedded Rich Client Platform 1.0

The eRCP project aims to extend Eclipse's RCP (rich client platform) capabilities to devices, with the goal of helping enterprise developers port rich client Java applications to devices. Rich client applications are client-server applications in which a significant amount of processing is done on the client -- in this case, a device.

According to Gaff, "Eclipse is designed to build two types of applications: an IDE for a specific language, or a rich client application. A subset of the IDE packages make up the Rich Client Platform."

He continues, "The primary work of the eRCP project was to port Eclipse's SWT [standard widget toolkit] to various mobile platforms -- creating 'eSWT' libraries." The 1.0 release of the eRCP client supports Windows Mobile 2003 and 5.0, and Nokia Series 80 and S60 devices.

With the 1.0 release, the eRCP client is limited to Windows Mobile 5 and Nokia Series 80 and S60 devices. Support for Linux is anticipated in the future, according to Gaff.

Mobile Tools for Java 0.7

MTJ currently supports Windows development hosts and Nokia's Symbian-based mobile devices. The MTJ project is driven by Nokia (project lead), with significant participation from IBM and Sony Ericsson.

MTJ includes a "deployment framework" aimed at helping developers build runtimes that support various mobile device configurations (CLDC and CDC, for example) and profiles (MIDP, Foundation Profile, and Personal Profile, for example). Currently, CLDC+MIDP is cited as the most commonly targeted build.

The 0.7 release of MTJ also includes a device emulation framework, generic build processes for mobile application development, mobile device debugging, application creation wizards, and UI design tools, along with localization, optimization, and security features.

Gaff explains, "MTJ address the 'building and deployment' portion of building JME applications. The challenge is to deploy the application to the device. In the case of Nokia 60 and 80, or Windows Mobile, you can just copy the files to the device. But MTJ aims to automate deployment, so it's part of the lifecycle management capabilities in Eclipse."

In a statement announcing the three DSDP milestone releases, Eclipse Foundation Executive Director Mike Milinkovich said, "The DSDP project is crucial to fulfilling Eclipse's goal of creating a universal development platform for increasingly complex software. DSDP has gained rapid momentum, and with these three major releases, the project now provides a broad foundation for commercial device software."

Gaff added, "Wind River is particularly pleased that because of Target Management's successful release, device software developers now have an open source framework and a set of views for managing remote embedded systems from Eclipse. Wind River plans to adopt the Target Management technology in our next release of Wind River Workbench."

According to IBM's Mark Rogalski, DSDP project management committee member, "IBM is using the eRCP project as the base runtime for IBM's Lotus Expeditor Client for Devices."

Nokia's Mika Hoikkala added, "Nokia sees the first GA releases of these projects as major progress in combining the power of open source development and commercial products for development in the device market. Though developed in our open source Eclipse project group, the frameworks from MTJ will provide a foundation for Nokia's Carbide.j commercial mobile development tools."

Availability

Device Software Development Platform releases are available for download now at the DSDP website.

Also available is a getting started with Target Management tutorial, an eRCP resources list, and an MTJ changes and download listing.



Related Stories:


(Click here for further information)


Windows XP for Embedded Applications
This white paper describes the benefits of using Windows XP when developing embedded applications.

A Manager's Guide to Selecting a Mobile Device Operating System
This white paper offers a comparative review of Microsoft Windows CE and Windows Mobile.

Visual Basic 6.0 to .NET Migration
This paper focuses on the methodology and techniques which Infosys (Microsoft Technology Center) has developed for migrating VB 6.0 Applications to .NET. Our approach ensures a smooth, cost effective, and efficient migration.

Mobile Device Security: Securing the Handheld, Securing the Enterprise
This whitepaper identifies security threats to corporate data on mobile devices and details how mobile devices can become a "backdoor" to the enterprise.

Mobile Device Security: The Eight Areas of Risk
It's common knowledge that adding mobile devices to your network increases security risks. There are multiple facets to mobile security, all of which should be paid close attention to. This E-Guide presents a more in depth look into the eight key areas of securing wireless devices.

Quality Assurance and .NET
This paper discusses best practices for functional, regression and load testing of .NET applications.

SCADA Security in Integrated Networks
As businesses leverage their SCADA systems by integrating them into the business networks, they must also assure the security of the SCADA system.

The Advantages of Small Form Factor HMI
HMIs have mutated and changed with new requirements, and they have become more flexible and capable. And while they've been doing that, they've become smaller and more useful.

9 Critical Requirements for Web Application Security
Learn why your Web applications expose dangerous security breaches and what’s required to effectively protect your Web applications and the sensitive information behind them.

 


Got a HOT tip?   please tell us!
Free weekly newsletter
Enter your email...
Click here for a profile of each sponsor:
PLATINUM SPONSORS
(Become a sponsor)

ADVERTISEMENT
(Advertise here)

Updated! The latest Windows-powered...

mobile phones!

other cool
gadgets

HOT TOPICS
Microsoft targets PNDs with new embedded OS
Microsoft tips .NET MF 3.0 highlights
Microsoft previews Windows Embedded Standard
Microsoft offers free Windows CE 6.0 textbook
Microsoft renames embedded operating systems
Microsoft unveils Windows Mobile 6.1
New Atom models target low-cost PCs
REFERENCE GUIDES
Windows Device Showcase
Intro to Windows Embedded
Intro to Shared Source
Real-time Windows Embedded
Windows Embedded books
Join our Windows Embedded discussion forums:
Windows XP Embedded
Windows CE
Windows Mobile


Windows Embedded developer newsgroups
Windows CE
XP Embedded
PocketPC
Smartphone

Microsoft's Windows Embedded resources
Embedded dev center
Mobile dev center
Windows CE tutorials
XP Embedded tutorials
Windows Embedded seminars
Windows Embedded application categories
3rd-party partners


BREAKING NEWS

• Cortex-A8 SBCs target signage and kiosks
• Student competition offers a different kind of fireworks
• Windows CE SBC targets HMI development
• All-you-can-eat carrier launches -- sort of
• Adeneo and IntervalZero promote "soft-control" architecture
• App creates virtual serial ports in Windows CE
• Windows satellite phone service takes off (literally)
• Bsquare and Microsoft renew key distribution agreement
• Software syncs HTC phones with Macs
• Electricity meter runs Windows, talks to Google
• Windows device is two phones in one
• MIcrosoft's online store to debut with 600 Windows Mobile apps
• Windows Mobile gets upgraded Skype VoIP client
• Panel PC targets outdoor use
• Samsung shrinks ARM11 application processor


MOST POPULAR (last 90 days)
• "Netbook" uses Intel's Atom N270
• Windows CE takes on Linux in low-end netbooks
• HTC ups Touch resolution
• Microsoft unleashes new embedded OS
• Windows Mobile phone gets 800 x 480 display
• HTC spins WiMAX phone?
• Smart camera sports Atom
• Dual-core AMD netbook gets rave review
• Windows Mobile 7 "delayed"
• GPS phone uses new Marvell "Tavor" chip
MOST POPULAR (Classics from the vault)
Windows XP Embedded USB boot
Troubleshooting Windows XPe's blue screen "Stop 0x0000007B" error
Asus reveals $190 mini notebook
Windows Mobile 6 SDKs available for download
Windows Mobile VPN client plays with Cisco
HTC adds GPS to Windows Mobile Touch line
Microsoft unveils Windows Mobile 6.1
Guide to HTC's Windows Mobile smartphone platforms
• HTC releases Touch Diamond ROM upgrade
Customizing Windows XP Embedded thin clients

Also visit our sister sites:


Sign up for WindowsForDevices.com's...

news feed

Or, follow us on Twitter...



Home  |  News  |  Articles  |  Polls  |  Forum  |  Directory  |  About  |  Contact
 

Ziff Davis Enterprise Home | Contact Us | Advertise | Link to Us | Reprints | Magazine Subscriptions | Newsletters
Tech RSS Feeds | White Papers | ROI Calculators | Tech Podcasts | Tech Video | VARs | Channel News

Baseline | Careers | Channel Insider | CIO Insight | DesktopLinux | DeviceForge | DevSource | eSeminars |
eWEEK | Enterprise Network Security | LinuxDevices | Linux Watch | Microsoft Watch | Mid-market | Networking | PDF Zone |
Publish | Security IT Hub | Strategic Partner | Web Buyer's Guide | Windows for Devices

Developer Shed | Dev Shed | ASP Free | Dev Articles | Dev Hardware | SEO Chat | Tutorialized | Scripts |
Code Walkers | Web Hosters | Dev Mechanic | Dev Archives | igrep

Use of this site is governed by our Terms of Service and Privacy Policy. Except where otherwise specified, the contents of this site are copyright © 1999-2009 Ziff Davis Enterprise Holdings Inc. All Rights Reserved. Reproduction in whole or in part in any form or medium without express written permission of Ziff Davis Enterprise is prohibited. Windows is a trademark or registered trademark of Microsoft Corporation in the United States and/or other countries and is used by WindowsForDevices under license from owner. All other marks are the property of their respective owners. WindowsForDevices is an independent publication not affiliated with Microsoft Corporation.