C++ GUI Builder for Mobile or Embedded devices - NAB project update

Similar documents
Building an Embedded Tools Standard Using Eclipse

Java Application Development using Eclipse. Jezz Kelway Java Technology Centre, z/os Service IBM Hursley Park Labs, United Kingdom

Providing a jump start to EFI application development and a uniform pre-boot environment

Java TM WorkShop TM and Beyond. Joe Keller Director of Marketing SunSoft Developer Products

Netbeans 6.0. José Maria Silveira Neto. Sun Campus Ambassador

Analysis One Code Desc. Transaction Amount. Fiscal Period

ERIKA Enterprise pre-built Virtual Machine

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture

Instrumentation Software Profiling

LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

Desktop, Web and Mobile: Learn one get two for free

Eddy Integrated Development Environment, LemonIDE for Embedded Software System Development

Reminders. Lab opens from today. Many students want to use the extra I/O pins on

Next Generation Open Source Messaging with Apache Apollo

Android Development: Part One

Developing Parallel Applications with the Eclipse Parallel Tools Platform

The MaXX Desktop. Workstation Environment. Revised Road Map Version 0.7. for Graphics Professionals

Eclipse-based Applications: Java on the Desktop Revisited

Effective Java Programming. efficient software development

Programación de Sistemas Empotrados y Móviles (PSEM)

ZABBIX. An Enterprise-Class Open Source Distributed Monitoring Solution. Takanori Suzuki MIRACLE LINUX CORPORATION October 22, 2009

ANDROID DEVELOPER RESUME USA

Open Source Solution for IVI: Tizen IVI. Brett Branch Tizen IVI Product Marketing

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition

Building an Effective Roadmap

MSWL Development & Tool. Eclipse IDE

Running a Program on an AVD

Study of Development of Java Applications in Eclipse Environment and Development of Java Based Calendar Application with Notifications

GETTING STARTED WITH ANDROID DEVELOPMENT FOR EMBEDDED SYSTEMS

WebRatio 5: An Eclipse-based CASE tool for engineering Web applications

EMC Software Release and Service Dates for NetWorker and NetWorker Modules Last Updated on February 21, 2013

Virtualization and Other Tricks.

opennms reporting generation tool

Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) <lecturer, date>

Integrated Open-Source Geophysical Processing and Visualization

TEGRA X1 DEVELOPER TOOLS SEBASTIEN DOMINE, SR. DIRECTOR SW ENGINEERING

Table of Contents. Adding Build Targets to the SDK 8 The Android Developer Tools (ADT) Plug-in for Eclipse 9

Section 1.4. Java s Magic: Bytecode, Java Virtual Machine, JIT,

ANDROID DEVELOPER TOOLS TRAINING GTC Sébastien Dominé, NVIDIA

System Structures. Services Interface Structure

Building cross-platform Modern Apps: the Design perspective. Amit Bahree, Senior Director,

Microsoft Embedded Overview Martin Grossen, Franchise Manager Microsoft, Avnet Silica

NetBeans: Universal Tool for Java Development and More. Roman Štrobl Technology Evangelist

Windows 10 IoT The Big Reboot By Sean D. Liming and John R. Malin Annabooks

SIM900 Eclipse environment install Application Note_V1.00

Eclipse. Software Engineering with an Integrated Development Environment (IDE) Markus Scheidgen

Example of Standard API

Mobile Operating Systems. Week I

ARM-BASED PERFORMANCE MONITORING FOR THE ECLIPSE PLATFORM

A Modular Approach to Teaching Mobile APPS Development

AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev

Linux Foundation Automotive Summit - Yokohama, Japan

Objectives. Chapter 2: Operating-System Structures. Operating System Services (Cont.) Operating System Services. Operating System Services (Cont.

Ashley Institute of Training Schedule of VET Tuition Fees 2015

Enhanced Project Management for Embedded C/C++ Programming using Software Components

What s Cool in the SAP JVM (CON3243)

Recursion C++ DSP Toolkit Libraries DM6437 Cross Development

Getting Started with Tizen SDK : How to develop a Web app. Hong Gyungpyo 洪 競 杓 Samsung Electronics Co., Ltd

Eclipse Web Tools Platform. Naci Dai (Eteration), WTP JST Lead

Enabling Secure Payment Processing On Your Site. A guide to accepting and managing online payments for e-commerce

Embedded and mobile fingerprint. technology. FingerCell EDK

An Introduction to Android

Developing applications on Yocto. Lianhao Lu Intel Corporation Feb. 29th, 2012

Chapter 2 System Structures

Issues in Android on Mobile Platform and Their Resolution

Discover the framework and make your first steps with it.

Game Design From Concepts To Implementation

Fahim Uddin 1. Java SDK

SAP NetWeaver Opens SAP ERP world. Amedeo Prodi SAP Italia

webmethods Mobile Designer June 2011

Rcore Embedded Software Platform

Considerations for Mobile Application Development

Introduction to Android

Android Basics. Xin Yang

Overview of CS 282 & Android

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

EMX-2500 DATA SHEET FEATURES GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES SYSTEM LEVEL FUNCTIONALITY

Case 2:08-cv ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8

Running Windows on a Mac. Why?

State of the GStreamer Project. Jan Schmidt. Centricular Ltd

Collaborative GeoGebra

STLinux Software development environment

Workshop on Android and Applications Development

Java-based web-apps with the Rich Ajax Platform (RAP)

Lab 0 (Setting up your Development Environment) Week 1

Development With ARM DS-5. Mervyn Liu FAE Aug. 2015

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v Steps to Developing a QNX Program Quickstart Guide

Development Kit (MCSDK) Training

-Android 2.3 is the most used version of Android on the market today with almost 60% of all Android devices running 2.3 Gingerbread -Winner of

Transcription:

C++ GUI Builder for Mobile or Embedded devices - NAB project update Mar 20, Thursday, 11:40~11:50, Room 209/210 Shigeki Moride - NAB project Lead Fujitsu Limited 2008 by Fujitsu Limited; made available under the EPL v1.0 February 17, 2008

Update Information You can get the latest presentation materials from http://www.eclipsecon.org/2008/?page=sub/&id=37 This is February 17, 2008 version

Abstract NAB (Native Application Builder) project provides C++ GUI building environment. It can create the GUI application visually and it can generate C++ GUI source code automatically. Once the source code was generated, you can make binary code for multiple platforms including mobile and embedded devices, such as Windows, Linux, MacOS, and several real-time operating systems. Conceptually, this is similar to SWT and JFace but NAB tool was written in C++ and designed for use in C++ applications. This talk will provide an overview of NAB, and describe release plan. You can get the valuable information for new way to GUI development and you can get the information of the way to implement the own GUI libraries. At now, NAB project provides the plug-in for MWT run-time library distributed by WideStudio open source project. But we aim for an extensible framework for various libraries.

Bio. Shigeki is the project lead of the Native Application Builder (NAB) project - a DSDP project focused on making multi-platform, extensible, GUI builder for native binary applications standing on the variety toolkits. He is also a member of the DSDP Project Management Committee (PMC). Shigeki has over 16 years of experience in automotive software/hardware development in Japan, and over 5 years of experience in internet/mobile streaming. He also has experience in activity of internet/software community, and now he works for Fujitsu as open source software strategist. Shigeki holds around a hundred of patents, and he has written several articles and books, most recently book is the "Understanding the Streaming" from Ohm-sha Japan.

Agenda 1. Demo! 2.What is NAB About NAB project 3. Invitation to the NAB project Please Join us!

NAB project History 2005 Apr Talk with Mike Milinkovich, Executive Director, at Tokyo. May Talk with Doug Gaff, DSDP Lead at Orlando. Aug NAB proposal posted as DSDP sub-project. Aug Beta version released. 2006 Jan Creation Review, approved. Mar Short Talk at Eclipsecon 2006 Jun Milestone 1 release (0.9.5) with Callisto Oct Bug Fix release (0.9.6) 2007 Jan Bug Fix release (0.9.6-1) Mar Long Talk in Eclipsecon 2007 Oct Bug Fix release (0.9.7) 2008 Jan Bug Fix release (0.9.8), Ganymede Milestone release (M4) Feb Bug Fix release (0.9.8-1), Ganymede Milestone release (M5) Mar Short Talk at Eclipsecon 2008

Downloads Total 7910 Downloads at Feb 17, 2008 Windows 78% Linux 22%

Mission Statement To Creates GUI Application Builder Frameworks and example tools To Edit and Build C++ (or other languages) GUI Application on Eclipse. supports C++ and java now Supports variation of GUI Libraries. supports MWT now Write once, Build for many. For embedded and others.

Key Concept Conceptually, similar to SWT and JFace Designed for making C++ applications Other languages to be supported. (java, Perl, python, ruby and etc ) Design view was drawn by Native GUI Libraries. Not by java/swt. Because native GUI libraries have their special function and looks. Drawn and Controlled by NTK Eclipse Window

Architecture Architecture is "Framework and Example Tool" model. Application Builder/Example Tool MWTAB (MWT Application builder) as example. Framework NAEF (Native Application Editor Framework) for Visual Editing NCGF (Native Code Generation Framework) Source code generator driver Project Scope Example tool: MWTAB NAB: Native Application Builder NAEF: Native Application Editor Framework NCGF: Native Code Generation Framework NCG: Native Code Generator NTK: Native Tool Kit Java JNI Native NAB API NAEF NCGF Toolkit Handling Module NTK NCG Application Builder Framework Native GUI Libraries

Background, about WideStudio/MWT The NAB project was born from WideStudio/MWT Open source, multi-platform GUI tools. NAB project released for NAB plug-in for MWT as example tool. WideStudio/MWT is composed by 2 part visual GUI application builder. multi-platform GUI library: MWT (Multiplatform Widget Toolkit). NAB is started at the WideStudio application builder ported to the Eclipse environment. The MWT libraries are not included in NAB. can pick up run-time portions from the WideStudio website. Eclipse WideStudio original tools NAB MWT CDT WideStudio Application builder MWT gcc etc. native binary WideStudio Runtime Environment native binary MWT OS/Graphic hardware native binary

MWT: Multiplatform Widget Toolkit Light weight GUI library Variety of GUI parts simple buttons to complex tree list. non-gui parts event handling threading/synchronization Client-Server functions Etc Supports many platforms OS CPU Graphics Supported Platforms of MWT Windows, Linux, MacOSX, FreeBSD, Solaris, T-Engine, ITRON, BTRON IA32, ARM, SH3/4, FRV, MIPS, PPC, SPARC X11 Server, DirectFB, Frame Buffer, Win32, WinCE, T-Engine(T-Shell), MacOS

Functions of NAB for MWT GUI Edit Function Edit and Arrange visually Attributes and Property change visually C/C++ Source Code Generation and Edit Function Event procedures of each MWT parts are generated automatically. Can be add user specific event processing. Application Build/Execution Function Build the application for many target of CPU, OS and GUI environment. Application can be executed in the Eclipse environment.

Project Status and plan Almost complete implementation of Framework and Example tool. Ready to release 1.0 Cooperation with WideStudio user community. But, We have to make a NAB community. We are in Incubation Phase now. NAB project needs the participant committer/companies to graduate. Plans for implementation of other GUI Libraries are welcome. GTK, Win32? And your own Libraries...

Links NAB project Home Help Site dsdp-nab-dev ML News My Blog (Japanese) http://www.eclipse.org/dsdp/nab http://dsdp.eclipse.org/help/latest/index.jsp https://dev.eclipse.org/mailman/listinfo/dsdp-nab-dev news://news.eclipse.org/eclipse.dsdp.nab http://shigeki-m.blogspot.com You can get latest presentation materials from http://www.eclipsecon.org/2007/index.php?page=sub/&id=3755

Please Join Us! Any Questions?