Eclipse Database Plug-ins

Slides:



Advertisements
Similar presentations
Extending Eclipse CDT for Remote Target Debugging Thomas Fletcher Director, Automotive Engineering Services QNX Software Systems.
Advertisements

OTN Cascading Navigation Audience Specific Resources Most Popular Downloads. Articles Clear Groupings Content Summary.
Extending Eclipse Kai-Uwe Mätzel IBM OTI Labs Zurich
©2004 BLACKBOARD, INC. ALL RIGHTS RESERVED. Java Integrated Development Environments Heather Natour Senior Lead Engineer Blackboard Inc. July 18 th 10:15am.
Introduction to Eclipse cs112b1 – Lab01 by Rui Shi.
TPF/Eclipse: A New TPF Application Test Tool for the Eclipse and WebSphere ® Environments Presenter: Thiru Thirupuvanam TPF Users Group May 2003 New Orleans,
DEV-2: Getting Started with OpenEdge® Architect – Part I
Developing an Eclipse Plug-in David Gallardo. Platform Runtime Workspace Help Team Workbench JFace SWT Eclipse Project Java Development Tools (JDT) Their.
Goals Give you a feeling of what Eclipse is.
ORACLE Lecture 1: Oracle 11g Introduction & Installation.
CS 225 Section 1 Spring Topics Software design Correctness and Efficiency Inheritance Data structures –Lists, Stacks, Queues –Trees –Sets, Maps.
Eclipse Introduction Dwight Deugo Nesa Matic
Presented by IBM developer Works ibm.com/developerworks/ 2006 January – April © 2006 IBM Corporation. Making the most of Creating Eclipse plug-ins.
1 Plug-in Development Environment (PDE) Guide. 2 Introduction to PDE l What is PDE: »a tool designed to help you develop platform plug-ins while working.
Enhancing Developer Productivity using Eclipse Presented by: Tom Sausner.
Standards for Technology in Automotive Retail STAR Workbench 1.0 Michelle Vidanes & Dave Carver STAR XML Data Architects, Certified Scrum Masters.
Eclipse is an open source IDE (Integrated Development Environment) for developing applications in Java, C/C++, HTML, Cobol, Perl, etc. The official Eclipse.
Creation of hybrid portlet application for file download using IBM Worklight and IBM Rational Application Developer v9 Gaurav Bhattacharjee Lakshmi Priya.
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
C Copyright © 2009, Oracle. All rights reserved. Appendix C: Service-Oriented Architectures.
Duke University Program Design & Construction Course Application Development Tools Sherry Shavor
Persistence Store Project Proposal.
© 2013 IBM Corporation Get started on IBM Linux on Power SDK November 2013.
Dali JPA Tools. About Dali Dali JPA Tools is an Eclipse Web Tools Platform sub-Project Dali 1.0 is a part of WTP 2.0 Europa coordinated release Goal -
Introduction to Eclipse Plug-in Development. Who am I? Scott Kellicker Java, C++, JNI, Eclipse.
INF 123: Software Architectures, Distributed Systems, and Interoperability Discussion Session Week 1 - Spring 2008 Instructor: Prof. Richard N. Taylor.
XML Registries Source: Java TM API for XML Registries Specification.
Introduction to Eclipse CSC 216 Lecture 3 Ed Gehringer Using (with permission) slides developed by— Dwight Deugo Nesa Matic
DEV-05: Ratcheting up your OpenEdge™ Development Productivity Sunil S Belgaonkar Principal Software Engineer.
[________________________] Eclipse project briefing materials. Copyright (c) 2002, 2003 IBM Corporation and others. All rights reserved. This.
Introduction to Eclipse. What is Eclipse? An Integrated Development Environment Provides many features to ease C++ programming (and others, e.g. C/Java)
CMSC 466 / 666 Yong Rao Feb. 11, 2004 Revised Mar. 15, 2004.
A (very brief) intro to Eclipse Boyana Norris June 4, 2009.
N from what language did C++ originate? n what’s input, output device? n what’s main memory, memory location, memory address? n what’s a program, data?
DEV-8: OpenEdge® Architect – Extensibility & Third Party Integration Sunil Belgaonkar Principal Software Engineer Architect Phillip Magnay.
Eclipse 3.1 IDE Overview.
© 2006 DTP PMC; made available under the EPL v1.0 | July 12, 2006 | DTP Enablement Project Creation Review Creation Review: Eclipse Data Tools Platform.
Development with Eclipse Software Engineering Prof. Werner Krandick.
© 2002 IBM Corporation Transaction Processing Facility TPF Users Group Acapulco May 2004 © 2004 IBM Corporation Pete Nicholls IBM Toronto Lab TPF Toolkit.
Learningcomputer.com SQL Server 2008 – Management Studio.
® IBM Software Group © 2007 IBM Corporation Module 1: Getting Started with Rational Software Architect Essentials of Modeling with IBM Rational Software.
Summer Project Marama2008 By Robert and Johnson. What is Marama? Marama is an Eclipses based toolset permits rapid specification of notational elements,
1 Copyright © 2008, Oracle. All rights reserved. I Course Introduction.
Eclipse Debug Views Update Policy. 2 Copyright (c) 2005 IBM Corporation and others. All rights reserved. This program and the accompanying materials are.
Maven. Introduction Using Maven (I) – Installing the Maven plugin for Eclipse – Creating a Maven Project – Building the Project Understanding the POM.
E Copyright © 2006, Oracle. All rights reserved. Using SQL Developer.
DEV-21: Embracing OpenEdge ® Architect Sunil S Belgaonkar Software Architect.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
WebSphere Diego Leone.
Intro to the Eclipse IDE and PHPEclipse
Developing Web Services with the Eclipse Web Tools Platform
Development with Eclipse
External Web Services Quick Start Guide
Goals Give you a feeling of what Eclipse is.
ATS Application Programming: Java Programming
An Introduction to the IVC Software Framework
A (very brief) intro to Eclipse
Aspect-Oriented Programming with the Eclipse AspectJ plug-in
IDE++ User study & Eclipse Tutorial
COSC-4840 Software Engineering
By Team MM14/2D (Far Horizon)
My Experience in Building the CoBrA Eclipse Viewer
Introduction to Eclipse
Subversion Basics Guide
Course: Module: Lesson # & Name Instructional Material 1 of 32 Lesson Delivery Mode: Lesson Duration: Document Name: 1. Professional Diploma in ERP Systems.
Java IDE Dwight Deugo Nesa Matic Portions of the notes for this lecture include excerpts from.
An Introduction to Eclipse
Dev 11: Embracing OpenEdge® Architect
Dev10. Eclipse Plug-ins in Notes 101, and then some Teresa Deane, BCC
Presentation transcript:

Eclipse Database Plug-ins By: Vipul Narain 11/28/2018

Introduction Integrate plug-in with Eclipse Workbench Compare Eclipse Database Plug-in 11/28/2018

Topics of Discussion What is Eclipse? What is workbench? What is perspective? What is plug-in? How to integrate plug-ins with Eclipse workbench? Compare features of Quantum and SQL Edge Plug-ins 11/28/2018

What is Eclipse In November 2001, IBM , Object Technology Integration (OTI) and eight other companies launched Eclipse. Here are three main features of Eclipse: Java/ J2EE Development Tool Integration Platform Developed as Open Source 11/28/2018

What is workbench Workbench provides an interface to user to an eclipse IDE. In a crude analogy it is like a stadium where different games are played. As an IDE, eclipse IDE to perform multiple tasks like development, testing, versioning, debugging etc. Workbench provides the conduit to these tasks similar to stadium where different games could be played. 11/28/2018

What is a perspective? “ A Perspective in Eclipse defines a set of editors and views arranged in an initial layout for a particular role or task” . Eclipse supports following perspectives: Java Java Browsing Java EE (default) Resource Debug Java Type Hierarchy Planning Team Synchronizing JPA Development Plug-in Development Database Debug Database Development CVS Repository Exploring 11/28/2018

What is plug-in? Plug-ins allow Eclipse to be extended. This feature is called extensibility. Plug-in contributes to enhancing Eclipse by the additional capabilities added. This helps delivering tools which are simple to use with more consistent implementation. In our activity we compare features of two Database plug-ins – Quantum and SQL Edge. 11/28/2018

How to integrate plug-ins with Eclipse We will have a demo for how plug-in could be integrated with the Eclipse workbench. But here we need to point out that we could integrate a plug-in from external site (allows updates) or develop a plug-in locally. We have downloaded plug-in from Eclipse Central 11/28/2018

Comparative features of SQL Edge and Quantum We will refer to comparison from our main paper: 11/28/2018

Questions?? 11/28/2018