Channel Partner Conference 2013 Yarra Valley Developer Session ABM Annual Channel Partner Conference 2013.

Slides:



Advertisements
Similar presentations
Android Application Development A Tutorial Driven Course.
Advertisements

Attie Naude 14 May 2013 Windows Azure Mobile Services.
New Release Announcements and Product Roadmap Chris DiPierro, Director of Software Development April 9-11, 2014
Using Evernote and Google Docs in your web or mobile application (and potentially Dropbox and Skydrive) By Peter Messenger Senior Developer – Triple Point.
Building Mobile Apps in the Cloud – Comparing Approaches.
Channel Partner Conference 2013 Yarra Valley ABM Annual Channel Partner Conference 2013 WELCOME.
A. Grigorov, A. Georgiev, M. Petrov, S. Varbanov, K. Stefanov Building a Knowledge Repository for Life-long Competence Development.
Channel Partner Conference 2013 Yarra Valley Apparelmaster System Development Collaborative Development with Strategic Software ABM Annual Channel Partner.
Approaches to EJB Replication. Overview J2EE architecture –EJB, components, services Replication –Clustering, container, application Conclusions –Advantages.
Liang, Introduction to Java Programming, Seventh Edition, (c) 2009 Pearson Education, Inc. All rights reserved Chapter 42 Web Services.
Study on Management Agent Failover and Refresh Mechanism Esquivel C. Malillos CS526.
Web Services and OGSA Tal Lavian, Phil Wang. What Are Web Services? ● Conventions for program-to-program Communication ● Built on existing Web infrastructure.
Asst.Prof.Dr.Ahmet Ünveren SPRING Computer Engineering Department Asst.Prof.Dr.Ahmet Ünveren SPRING Computer Engineering Department.
Exchange 2010 Overview Name Title Group. What You Tell Us Communication overload Globally distributed customers and partners High cost of communications.
MiVoice Office v MiVoice Office v6.0 is mainly a service enhancement release, rather than a user feature rich enhancement release.
Intelligent Tutoring System Mobile Communication Team Drew Boatwright Nakul Dureja Richard Liou.
A New Object Model for WebSpeed and HTTP
A Free sample background from © 2001 By Default!Slide 1.NET Overview BY: Pinkesh Desai.
Lightning Talk Fred Rodriguez Nguyen Do CPSC 473 May 6, 2012.
AJAX Chat Analysis and Design Rui Zhao CS SPG UCCS.
1 DAN FARRAR SQL ANYWHERE ENGINEERING JUNE 7, 2010 SCHEMA-DRIVEN EXPERIMENT MANAGEMENT DECLARATIVE TESTING WITH “DEXTERITY”
@2011 Mihail L. Sichitiu1 Android Introduction Platform Overview.
From 5250 to 2014 Moving forward quicker than you think! YKK, São Paulo 11 April 2014 By Niels Liisberg CTO System & Method A/S Copenhagen Denmark.
Microsoft Visual Studio 2010 Muhammad Zubair MS (FAST-NU) Experience: 5+ Years Contact:- Cell#:
© 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. Adobe Flash Catalyst for Agile Interaction Design Harish Sivaramakrishnan |
Mihir Daptardar Software Engineering 577b Center for Systems and Software Engineering (CSSE) Viterbi School of Engineering 1.
ANDROID Presented By Mastan Vali.SK. © artesis 2008 | 2 1. Introduction 2. Platform 3. Software development 4. Advantages Main topics.
1 Apache. 2 Module - Apache ♦ Overview This module focuses on configuring and customizing Apache web server. Apache is a commonly used Hypertext Transfer.
Python and REST Kevin Hibma. What is REST? Why REST? REST stands for Representational State Transfer. (It is sometimes spelled "ReST".) It relies on a.
Microsoft Visual Studio 2010 Muhammad Zubair MS (FAST-NU) Experience: 5+ Years Contact:- Cell#:
Web Services based e-Commerce System Sandy Liu Jodrey School of Computer Science Acadia University July, 2002.
Syzygy Design overview Distributed Scene Graph Master/slave application framework I/O Device Integration using Syzygy Scaling down: simulators and other.
Folio3 IPhone Training Session 1 Presenter: Imam Raza.
Channel Partner Conference 2013 Yarra Valley Advanced Manufacturing System ABM Annual Channel Partner Conference 2013.
1 Geospatial and Business Intelligence Jean-Sébastien Turcotte Executive VP San Francisco - April 2007 Streamlining web mapping applications.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Developing ASP.NET AJAX Controls with Silverlight Barry Gervin Microsoft Regional Director John Bristowe Developer Advisor, Microsoft.
Securely Synchronize and Share Enterprise Files across Desktops, Web, and Mobile with EasiShare on the Powerful Microsoft Azure Cloud Platform MICROSOFT.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
Theia Technical Design Presentation 3. Theia Overview Theia’s purpose is to create three dimensional, virtual representations of a room. To allow the.
A New Object Model for WebSpeed and HTTP
Learningcomputer.com SQL Server 2008 – Management Studio.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Intro to Web Services Dr. John P. Abraham UTPA. What are Web Services? Applications execute across multiple computers on a network.  The machine on which.
Presented by Syed Baber Development Lead Mazik Global.
.NET Mobile Application Development XML Web Services.
Windows Azure poDRw_Xi3Aw.
Glink for Java: applet, application and an API for integrating access to Bull, IBM, UNIX and Minitel systems with your Java based e-business applications.
ZIMBRA ROADMAP. Contains proprietary and confidential information owned by Synacor, Inc. © / 2015 Synacor, Inc. Deliver an advanced, feature rich collaboration.
Bluemix for Domino Developers Niklas Heidloff, heidloff.net.
Short Customer Presentation September The Company  Storgrid delivers a secure software platform for creating secure file sync and sharing solutions.
TIBCO Business Events Online Training. Introduction to TIBCO BE Tibco Business Events is complex event processing software with a powerful engine enables.
Welcome to the Microsoft Outlook 2011 for the Mac Tech Talk.
Welcome to the Microsoft Outlook 2010 for Windows Tech Talk
Business Directory REST API
WEB SERVICES.
Unit – 5 JAVA Web Services
WEB API.
WEBINAR: Test Automation & Robotic Automation of Dynamics AX with Rapise October 18th, 2018 – Adam
Cloud Web Filtering Platform
Testing RESTful Web APIs
Open Automation Software
Chapter 42 Web Services.
Simplify the way you collect, integrate and share field data.
Week 05 Node.js Week 05
CMPE419 Mobile Application Development
WCF Data Services and Silverlight
#01# ASP.NET Core Overview Design by: TEDU Trainer: Bach Ngoc Toan
Chengyu Sun California State University, Los Angeles
Microsoft Azure Services Platform
Presentation transcript:

Channel Partner Conference 2013 Yarra Valley Developer Session ABM Annual Channel Partner Conference 2013

Channel Partner Conference 2013 Yarra Valley Topics ABM Application Server Technology Overview Current Functionality Roadmap Existing dlls and transaction engine Custom Fields

Channel Partner Conference 2013 Yarra Valley ABM Application Server - Technology DataSnap (Previously known as MIDAS) is a DCOM-based software technology that enables Rapid Application Development of multi-tier database applications Provides the ability for client applications to invoke methods that are implemented on a Server. DataSnap automatically generates the necessary interface for the Client to communicate with the Server. (Proxy class generation similar to WSDL) Stateful and Stateless service REST (REpresentational State Transfer) of JSON objects

Channel Partner Conference 2013 Yarra Valley ABM API Design Approach Minimise redundant information by not repeating object information in multiple places. Offer API methods that provide a client with all the needed information in a single call. Describe everything that seems reasonable for the expected use without going overboard Parameterised to allow control over what information to get

Channel Partner Conference 2013 Yarra Valley ABM Application Server – Current Functionality Basic details for Customers Suppliers Products Jobs

Channel Partner Conference 2013 Yarra Valley Platforms Windows required to run the application server Client applications can be written for any platform using your existing tools Delphi Firemonkey supports development for Windows iOS Mac OS Android

Channel Partner Conference 2013 Yarra Valley Demonstration Server Instance Running Web browser demonstration Client Application Development

Channel Partner Conference 2013 Yarra Valley Roadmap Fill out all objects with Get and Put functions Transaction data available as well Transaction processing ABM core programs to migrate to application server framework

Channel Partner Conference 2013 Yarra Valley Roadmap Current focus has been on requirements for ABM Mobile Applications What do you need?

Channel Partner Conference 2013 Yarra Valley Wiki All developer resources will be moving to the new wiki Collaboration and contribution encouraged Let’s take a look…

Channel Partner Conference 2013 Yarra Valley Existing Dlls and Transaction Engine Not going anywhere ABMConnect.dll provides access to some library functions To be rapidly taken over by the application server ABMConnect.dll provides access to core ABM UI ABMTransEng.ocx remains Web Transaction Engine? Application server

Channel Partner Conference 2013 Yarra Valley Custom Fields More options? Read Only Invisible Lookup lists More?

Channel Partner Conference 2013 Yarra Valley Other Integration Improvements? Sockets? Greater variety of parameters (static text) More? Multiple programs on a single socket (other than Actions menu and toolbars) Reports? Other?