Moving From Studio to Atelier. Wouter Dupré Sales Engineer

Similar documents
Moving from Studio to Atelier Bill McCormick

Introduction to Eclipse

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer

WebStorm, intelligent IDE for JavaScript development

Java Program Structure and Eclipse. Overview. Eclipse Projects and Project Structure. COMP 210: Object-Oriented Programming Lecture Notes 1

USER GUIDE. MADCAP FLARE 2018 r2. Eclipse Help

NSIGHT ECLIPSE EDITION

SAS STUDIO. A pretty big deal! Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d.

Sharing SDK Projects/Working in a Team

Composer Help. Import and Export

The Road to CCSv4. Status Update

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introducing ColdFusion Builder

Introduction to Eclipse

IntelliJ IDEA, the most intelligent Java IDE

Embarcadero Change Manager 5.1 Installation Guide. Published: July 22, 2009

Module Road Map. 7. Version Control with Subversion Introduction Terminology

IBM C Rational Functional Tester for Java. Download Full Version :

HPE Security Fortify Plugins for Eclipse

CS-Studio Display Builder

Installing VS Code. Instructions for the Window OS.

RubyMine, the most advanced Ruby and Rails IDE

Salesforce DX Setup Guide

The PALOMA Eclipse Plug-in User Manual

Just Enough Eclipse What is Eclipse(TM)? Why is it important? What is this tutorial about?

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code

Force.com IDE Developer Guide

User Guide Zend Studio for Eclipse V6.1

Android Apps. with Eclipse. Apress. Onur Cinar

Red Hat Application Migration Toolkit 4.0

Let's Treat the Eclipse IDE More Like a Product. Productizing open source Eclipse IDEs

MQ Explorer for Power Users

µtasker Document CodeWarrior 10

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Red Hat JBoss Developer Studio 11.3

NSIGHT ECLIPSE EDITION

Salesforce DX Setup Guide

Packaging for Websphere Development Studio was changed with V6R1.

APEX Times Ten Berichte. Tuning DB-Browser Datenmodellierung Schema Copy & Compare Data Grids. Extension Exchange.

The PEPA Eclipse Plug-in

Getting the Most from Eclipse

Apache Directory Studio. User's Guide

POOSL IDE Installation Manual

Embarcadero Change Manager 5.1 Installation Guide

Installation and Upgrade Guide Zend Studio 9.x

Alborz 1.0 Installation Guide

Adobe ColdFusion Documentation. September 2014

Installation and Upgrade Guide Zend Studio 7.0

Customized Enterprise Installation of IBM Rational ClearCase Using the IBM Rational ClearCase Remote Client plug-in and the Eclipse SDK

Red Hat Application Migration Toolkit 4.2

The Mobile IDE provides Eclipse-based Perspectives, a menu, the mobile source code wizard, the mobile website template wizard, and others.

Installation and Upgrade Guide Zend Studio 9.x

NSIGHT ECLIPSE EDITION

Oracle Application Express Workshop I Ed 2

Force.com IDE Developer Guide

IBM Workplace Collaboration Services API Toolkit

Code Composer Studio v4. Introduction

Getting Started with Eclipse/Java

IBM Workplace Client Technology API Toolkit

10.1 Getting Started with Container and Cloud-based Development

Red Hat JBoss Developer Studio 11.3

GETTING STARTED WITH ECLIPSE Caitrin Armstrong

Systemwalker Runbook Automation. Studio User's Guide. Windows/Linux

Building Java with Plex Services for Eclipse

EAXML Demonstration Platform on Artop/Sphinx.

At the shell prompt, enter idlde

CSCI 201 Lab 1 Environment Setup

Platforms (Operating Systems)

Laboratory Assignment #3 Eclipse CDT

Course Syllabus. Course Title. Who should attend? Course Description. Android ( Level 1 )

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

Creating a new CDC policy using the Database Administration Console

Installation and Upgrade Guide Zend Studio for Eclipse V6.1

EntireX Modernized EntireX Workbench

Oracle Application Express

Eclipse Tutorial. For Introduction to Java Programming By Y. Daniel Liang

Introducing HP NonStop Development Environment Version 2.0 for Eclipse (NSDEE 2.0)

PART 1. Eclipse IDE Tutorial. 1. What is Eclipse? Eclipse Java IDE

Enterprise Modernization for IBM System z:

Red Hat Developer Studio 12.9

Mend for Eclipse quick start guide local analysis

MICROSOFT VISUAL STUDIO 2010 Overview

Workbench and JFace Foundations. Part One, of a two part tutorial series

Programming Fundamentals of Web Applications

Setting Up the Development Environment

SVN_Eclipse_at_home. 1. Download Eclipse. a. Go to: and select Eclipse IDE for Java Developers

JetBrains TeamCity Comparison

Scientific Software Development with Eclipse

Story Workbench Quickstart Guide Version 1.2.0

Master Project Software Engineering: Team-based Development WS 2010/11

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008

Installation and Upgrade Guide Zend Studio for Eclipse V6.1

Rigi plugin for SDL Trados Studio

COBOL-IT Developer Studio 2.0

TIBCO LiveView Web Getting Started Guide

Tools. SWE 432, Fall Design and Implementation of Software for the Web

USER GUIDE. MADCAP FLARE 2017 r3. Import

Getting Started with the JNBridgePro Plug-ins for Visual Studio and Eclipse

Javascript Validator Xml Schema Eclipse Plugin

Transcription:

Moving From Studio to Atelier Wouter Dupré Sales Engineer

Before we start the journey Introduction

Atelier: What is it? Atelier is a modern IDE for applications developers Implemented as a plug-in to Eclipse Delivery Standalone: https://download.intersystems.com/download/atelier.csp as a plugin (e.g. Atelier 1.1 beta) http://www.eclipse.org/downloads/eclipsepackages/?ostype=win32&release=undefined https://atelier.artifactoryonline.com/atelier/updates/beta/1.1 Updates via the Eclipse update process Atelier is not tied to any other InterSystems product release cycles and does not ship or install as part of those products 3 InterSystems Corporation. All rights reserved.

Why a new IDE Atelier is supported on Windows macos Linux (Red Hat, SUSE and Ubuntu [new with 1.1]) Developers can take advantage of the entire Eclipse Ecosystem Plug-ins/Extensions Eclipse is already widely known and used by many software developers Quick to adopt 4 InterSystems Corporation. All rights reserved.

Atelier 1.0 Released November 2016 Supported InterSystems products 2016.2 or later Java 8 (64-bit) Core functionality Source Code Control Support via the Eclipse Ecosystem e.g. Perforce, GitHub, etc. 5 InterSystems Corporation. All rights reserved.

What is New (Atelier 1.1) Focus on moving Studio development to Atelier Support for xml file formats Eclipse Oxygen Terminal view Debugging Code completion Code navigation Open declaration Plug-ins: e.g. SQL 6 InterSystems Corporation. All rights reserved.

Now we can start walking

Workbench First Steps Understanding the Atelier Environment Workspace Project Folder File Workbench: the user interface structure responsible for the presentation and coordination of the user interface Atelier workspace: a directory on your hard drive where Eclipse stores a logical collection of projects Project: a logical collection of directories and files 8 InterSystems Corporation. All rights reserved.

First Steps You ve installed Atelier, but are unsure of your next steps. 1. Add code base to source control 2. Configure your Atelier workbench and workspace 3. Add code base to your Atelier workspace from source control 4. Get familiar with modern interface 9 InterSystems Corporation. All rights reserved.

Step 1 Add code base to source control

Does your team already use source control? Centralized or Distributed If your team doesn t use source control, research the best system for your needs. Git and Mercurial are popular distributed version control systems Subversion and Perforce are popular centralized version control systems 11 InterSystems Corporation. All rights reserved.

Let s talk Source Atelier editors operate on Source files Files exported from Studio are not in Source format 12 InterSystems Corporation. All rights reserved.

Let s talk Source Atelier editors operate on Source files Imported XML files can be translated by Atelier 13 InterSystems Corporation. All rights reserved.

Let s talk Source Atelier editors operate on Source files Suggest converting exported XML to Source 14 InterSystems Corporation. All rights reserved.

Step 2 Configure Atelier workbench and workspace

Does your workbench need additional plugins? Source Control plugin Terminal plugin Additional editors Web Tools Platform plugin XML editor JavaScript editor HTML editor CSS editor Eclipse Marketplace Client plugin 16 InterSystems Corporation. All rights reserved.

Configure server connections Any number of servers and namespaces Create Server Connections for each web host and port pair associated with development 17 InterSystems Corporation. All rights reserved.

Organize code base into projects Projects should not have thousands of files in them Determine how to break your code base into logical collections By package NOT by namespace By application component NOT by database Atelier will be noticeably less reactive if your projects are too large Background processes that scan projects will be significantly delayed 18 InterSystems Corporation. All rights reserved.

Organize code base into projects Projects should not have thousands of files in them 19 InterSystems Corporation. All rights reserved.

Step 3 Add code base to your Atelier workspace

Creating your first projects You can add your code base to your Atelier workspace multiple ways Create new Atelier projects for each logical collection of files Add files to projects Import exported XML files using the import wizard converts file to Source Copy selected files from Server Explorer view creates Source file Share projects with source control system 21 InterSystems Corporation. All rights reserved.

Collaborating with others Once your projects have been added to source control, collaborating is easy Import Existing Projects Teammates simply need to add projects from source control using the associated import wizard Changes are managed by source control Each developer is responsible for keeping their workspace up to date 22 InterSystems Corporation. All rights reserved.

Step 4 Get familiar with modern interface

Workbench 101 Workbench Components Editors Views Perspectives Menus, Toolbars, & Context Menus Wizards Dialogs 24 InterSystems Corporation. All rights reserved.

Further Resources Atelier Product Page http://www.intersystems.com/atelier Developer Community https://community.intersystems.com/group/atelier Videos Atelier YouTube Playlist 45 InterSystems Corporation. All rights reserved.

Enjoy the walk!