New JDemetra+ functionalities

Slides:



Advertisements
Similar presentations
W w w. n e s s t a r. c o m. Online access to repositories of survey data: Nesstar unlocking data, creating knowledge Margaret Ward Presented at the Best.
Advertisements

This is a template, please replace this with your data This file is at a 4 x 3 resolution This file has a 10 slides On the first slide of your presentation.
NESSTAR Limitedw w w. n e s s t a r. c o m DDI-Publishing Made Easy- the Nesstar Way Jostein Ryssevik Nesstar Ltd.
Barak Agiv Itamar Ben-Zaken Barak Nahum Vladislav Smolensky Academic Advisor: Yuval Elovici Professional Advisor: Mira Balaban.
A sustainable approach to developing e- learning technologies Howard Noble University of Oxford, Learning Technologies Group 16 th June 2004.
Problem: Extracting attribute set for classes (Eg: Price, Creator, Genre for class ‘Video Games’) Why?  Attributes are used to extract templates which.
Enhancing Developer Productivity using Eclipse Presented by: Tom Sausner.
An ide for teaching and learning prolog
Standards for Technology in Automotive Retail STAR Workbench 1.0 Michelle Vidanes & Dave Carver STAR XML Data Architects, Certified Scrum Masters.
Training Course 2 User Module Training Course 3 Data Administration Module Session 1 Orientation Session 2 User Interface Session 3 Database Administration.
GIFT Authoring Tool 8 Aug Version 4.0 Goals Replace Course Authoring Tool (CAT) & Domain Knowledge File Authoring Tool (DAT) with a user-friendly,
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Extending Python Doing more than just interfacing with the geoprocessor Free example utility for NZ Projections Kim Ollivier.
1 Document Production Software Assists you with composing, editing, designing, printing, and electronically publishing documents –Word processing –Desktop.
Arc: AddIns Dr Andy Evans. Java Direct access to ArcObjects Framework inside and outside Arc. Ability to add components to the GUI. Ability to communicate.
1 XML as a preservation strategy Experiences with the DiVA document format Eva Müller, Uwe Klosa Electronic Publishing Centre Uppsala University Library,
Other Important Stuff. Validating Websites Why? Valid markup will be displayed correctly in your webbrowser. It is accessible for people all over the.
Report on the development of JDemetra+ (X-11 part) Status of development, testing and further issues Andreas Lorenz, Deutsche Bundesbank, Statistics Department.
EQUELLA Product Strategy and Development
Introduction to Eclipse CSC 216 Lecture 3 Ed Gehringer Using (with permission) slides developed by— Dwight Deugo Nesa Matic
How to Run a Java Program CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
How to Run a Java Program CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
Eclipse. An IDE is an Integrated Development Environment Different IDEs meet different needs BlueJ, DrJava are designed as teaching tools Emphasis is.
SeaZone Metadata Maestro. © HR Wallingford 2010Page 2 Introduction >Metadata Editor >Services  Updates  Keywords – NERC Vocab Server  EDMO Database.
15/06/2006 The Future of Visual DCT EPICS Collaboration 2006 Argonne National Laboratory
Model and Representations
Presentation 1 / NBB report Towards JD+ 2.1…
SEEK & JERM Progress Stuart Owen December Alphabetical pagination Requested by several users. Will also be applied to Sops, Models & Data – (needs.
SDMX IT Tools SDMX use in practice in NA
Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Product Roadmap John.
Summary Report Project Name: Model-Driven Health Tools (MDHT) Brief Project Description: Support the complete lifecycle of designing CDA implementation.
IBM - CVUT Student Research Projects Plugin and script generator for WebSphere Jakub Řezníček Tomáš Turek
NetBeans Plugin Development Workshop Varun Nischal NetBeans Dream Team Member
Platform & Maven2 David Šimonek. Certified Engineer Course Agenda What is Maven? Why Maven? NB IDE & Maven NB Platform & Maven.
PARTNER UPDATE V9 MILESTONE 1 & 2.
Assessing Code Quality and Technical Debt Using SonarQube
JDemetra+ as an innovative tool for seasonal adjustment
Diagrams and Sample Code from the Java Tutorial,
UNICOS Application Builder Architecture
Summary Report Project Name: Model-Driven Health Tools (MDHT)
An introduction to MEDIN Data Guidelines September 2016
Geertjan Wielenga
Contributing to Open Source Projects
New Features in NetBeans Platform 6.5.
Contributing to Open Source Projects
Productivity Tools Extensions to NetBeans IDE that make life easier
The evolution of the SDMX infrastructure and services
Dynamics 365 Customer Engagement Deep Dive: Creating a Basic Plug-in
Understand Structure of Materials
NetBeans Plugin Development Workshop
Unleashing the power of customized reports testing framework
JDemetra+ User Manual.
How to Run a Java Program
Conversion of journal citation data for systematic review analysis
Author: Joe ‘The CRM Chap’ Griffin Website: crmchap.co.uk
JDemetra+: Latest features by the Deutsche Bundesbank
برنامج التميز في خدمة عملاء السادة موظفي مكاتب المساعدة القانونية
How to Run a Java Program
John Caron Ethan Davis July 2011
Code Analysis, Repository and Modelling for e-Neuroscience
BTEC Level 3 Subsidiary Diploma in ICT
Reference Data and Metadata Warehouses
UES ‘Autocoder’.
The custom certificate module
Future Development, Support and Governance of Jdemetra+
August Götzfried Eurostat unit B 4
Report on JDemetra+ documentation
Code Analysis, Repository and Modelling for e-Neuroscience
Using JDemetra+ at STATEC
Presentation transcript:

New JDemetra+ functionalities

Development of JDemetra+ in NBP At present we are able to: Develop installable plug-in, which enhances the minor existing JD+ functionality; Refactor source code; Validate a source code (e.g. to search for bugs and to fix them).

Development of JDemetra+ in NBP In progress: Installable plug-ins that exchange whole Java classes. Example - Metadata template that includes: Author; Organisation; Tool to customise the report; Information about frequency of time series; Export to Excel file.

Some suggestions Some time has been spent on understanding the NetBeans and plug-in technologies because of lack of step-by-step tutorial that shows how to: Extend Java classes; Replace Java classes. The existing tutorial is a developed solution rather than a wizard that explains the process of building a plugin.