Development and Rollout plan Mark Hill. 2 Front-End (ASP.NET) Business Layer (Middle Tier) Web services Database Layer Front-End (SPA) New Technology.

Slides:



Advertisements
Similar presentations
SP Business Suite Deployment Kick-off
Advertisements

© 2007 IBM Corporation Enterprise Content Management Integrating Content, Process, and Connectivity for Competitive Advantage Malcolm Holden October 2007.
© 2008 RightNow Technologies, Inc. Title Best Practices for Maintaining Your RightNow Knowledge Base Penni Kolpin Knowledge Engineer.
APEX Day 2011 Northgate Revenues and Benefits Forms migration to APEX 22 nd March 2011.
DOT 1 January , 1990 DOT 2 July 23 - August 3, 1990.
IS 360 Course Introduction. Slide 2 What you will Learn (1) The role of Web servers and clients How to create HTML, XHTML, and HTML 5 pages suitable for.
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
Mission-Based Management March 2007 Electronic CV System Users Group.
Complete Weekly Timesheets Select work. Add hours and comments Tell Mgr if ETC=0 and need more time. Tell Mgr if using someone else’s ETC. End week, change.
WEB BROWSERS. W EB B ROWSER B ASICS Define: a software application for retrieving, presenting, and traversing information resources on the World Wide.
©2011 Quest Software, Inc. All rights reserved. Steve Walch, Senior Product Manager Blog: November, 2011 Partner Training Webcast.
User Group 2015 Version 5 Features & Infrastructure Enhancements.
Welcome to Philly Code Camp Russ Basiura SharePoint Consultant RJB Technical Consulting
Salesforce Change Management Best Practices
Presented by…. Group 2 1. Programming language 2Introduction.
Danielle Baldwin, ITS Web Services CMS Administrator Application Overview and Joomla 1.5 RC 1 Highlights.
Portal User Group Meeting September 14, Agenda Welcome Updates Reminders.
IPEX - The next version ECPRD ICT seminar, November 2010, Bucharest IPEX – The next version A preview of ongoing work to redesign the IPEX website.
ASP.NET + Ajax Jesper Tørresø ITNET2 F08. Ajax Ajax (Asynchronous JavaScript and XML) A group of interrelated web development techniques used for creating.
September 10, Agenda Welcome Updates Reminders New CT.gov Site Questions & Comments.
Edline Teacher Training You can refer to the help section for any page displayed or refer to the Teacher Guide for other information.
Oracle Application Express 3.0 Joel R. Kallman Software Development Manager.
1 The following presentation is from the Oracle Webcast “What’s New in P6 EPPM Release 8.1.” As a partner, you may not use the Oracle Power Point template,
Advanced Web Forms with Databases Programming Right from the Start with Visual Basic.NET 1/e 13.
Business Solutions Using Microsoft ® Office SharePoint ® Server ROADSHOW.
AJAX and Atlas in ASP.NET 2.0 William J. Steele MSDN Developer Evangelist Microsoft Corporation
1 HAN Device Status Report Storyboard Smart Meter Texas Release 4.0 Requirements February 21, 2012 DRAFT.
FrontPage 2000 Website Creation and Management One Program Interface.
NCVTS Help & Support Customer Portal. Highlight ways to maximize your Customer Portal experience Review how to register for an account Discuss Customer.
Project 2003 Presentation Ben Howard 15 th July 2003.
Session Session 39 Direct Loan Origination Update.
Module 10 Administering and Configuring SharePoint Search.
Google Apps (Education Edition) A step guide to a successful deployment January 10 th, 2008 California Technology Assistance Project
New England Institute of Technology Customizing Canvas through Javascript and CSS OSHEAN Member Forum June 12, 2015.
Scott Butson District Technology Manager. Provide professional to all district staff Professional development has been provided on a regular basis to.
1 CSI Database Tool Update. 2 Content CSI Online Tutorial Reporting and Data Subcommittee Update: Reporting requirements Data integrity Potential enhancements:
How to Convert to a Managed Package Winter `07 Ralph Eddy January 4, 2007.
DATE POWER 2 INCOME JANUARY 100member X 25.00P2, FEBRUARY 200member X 25.00P5, MARCH 400member X 25.00P10, APRIL 800member.
2011 Calendar Important Dates/Events/Homework. SunSatFriThursWedTuesMon January
ACS PUBLICATIONS Over a Century of Essential Chemistry on Your Desktop H I G H Q U A L I T Y. H I G H I M P A C T. A C S P U B L I C A T I O N S Andrew.
Contract Invoice Guide
Administración de Microsoft Project Server Nuestra empresa.
CiviCRM v3.2 Why you’ve got to get it (release highlights) (updated 7/19/2010)
UCLA Office of Instructional Development Web Site Redesign May 20, 2005.
SharePoint lösningsområden Collaboration BusinessIntelligence Portal Business Processes Search ContentManagement PlatformServices.
Interaction classes Record context Custom lookups.
Contoso Online services Bing Amazon etc. Enterprise applications Interactive client apps Trading partners.
FHA Training Module 1 This document reflects current policy related to this topic. Its content is approved for use in all external and internal FHA-related.
TM Asia & RHB Banka IT Blueprint Concept and Methodology of an IT Platform to Support an Exclusive Bankassurance Draft Version 1.0.
New features coming in May 2015 Mark Hill. Rollout schedule  May 5Release notes available  May 5Delivery to select test banks  May 19Planned delivery.
INFSO-RI Enabling Grids for E-sciencE GOCDB Requirements John Gordon, STFC.
Building a Chrome extension Chance Feick |. Outline History Development – Manifest File – Content Scripts – chrome.* API Installation Deployment Live.
Items added since last user group Ricky Garcia.  Additional Closing Fees & Disbursement Report  New Financial Information section on Facility Details.
Alec Lajoie (Peoples United Bank) & Clint Bagdon.
Kim Gingerich, Office of the Vice-President, Academic & Provost LUNCH & LEARN SESSION ON FACULTY SABBATICALS April 25, 2013.
Mark Hill. 2 MilestoneTarget Date 3.01Complete 3.02Complete 3.03Complete 3.04May 3.05June 3.06July 3.07August 3.08September 3.09October 3.10 General ReleaseNovember.
Leads and Pipeline Evolution Mark Hill.
Texas Assessment Management System Student Directory and Send Files
AJAX.
Banner 9 Student Upgrade
IS 360 Course Introduction
LV Merge Docs – Deep Dive
API Application Services
Lecture 1: Multi-tier Architecture Overview
Enterprise Program Management Office
Flood Calculation Worksheet
February 2007 Note: Source:.
ASP.NET MVC Imran Rashid CTO at ManiWeber Technologies.
Client-Server Model: Requesting a Web Page
2015 January February March April May June July August September
Presentation transcript:

Development and Rollout plan Mark Hill

2 Front-End (ASP.NET) Business Layer (Middle Tier) Web services Database Layer Front-End (SPA) New Technology

 Performance  Ease of use  Modern Standards  Cross-browser  Future Proofing 3

 Agile Development  Daily Builds  Completion of complete sets of functionality per milestone  Architectural Refresh  Front-end replacement  Database performance improvements  Middle tier performance improvements  Release to production  Ongoing feature/functionality enhancements 4

 Server API:  MVC 4 – it’s used for all READ, CREATE, UPDATE and DELETE operations. Browser sends data to server using JSON format.  Signal R – provides data synchronizations between users. Example: if 1 user changes something on Business Rule page, the change will become visible for other users also without browser refresh (such thing is done on Facebook or Twitter) 5

 Tabbed approach  Flexible Field Settings  Evolution vs Revolution 6

 HTML5 – newest technology for rendering pages, used on every modern browser.  CSS3 – it’s newest technology for styles  SPA – single page application, with this technology page content will be changed without refreshing the whole page, like it’s done on gmail or facebook. Everything is done asynchronous. Brower history is also preserved so user can use BACK and FORWARD buttons. 7

8

9

10 MilestoneTarget Date 3.01Complete 3.02Complete 3.03Complete 3.04May 3.05June 3.06July 3.07August 3.08September 3.09October 3.10 General ReleaseNovember InstallationsDecember-February 3.12 – General Release – Data centers February End of 2.9 SupportJune 2016

Milestone 3.01  Portal  Administration  Released with  Relationship File  Parties  Spreading  New Loan Request Part 1 Status: Complete 11 File page Add Delete Edit New Facility Delete Facility Request Tab Misc tab Terms tab Compliance tab Borrowers and Guarantors tab Fees tab Participations tab

Milestone 3.02  New Loan Request, Part 2  Covenant Setup/Edit  Required Docs Setup/Edit  Policy Exceptions Setup/Edit  Custom Mini-financials Designer in Admin (for 2.9.1)  Narratives  HTML  Microsoft Word Status: Complete 12 Closing tab Reserve account tab Letter of credit tab

Milestone 3.03  Collateral  WAM  Loan Review  Presentation Report  Status: Complete 13

 Database Architectural Changes  Refactor of facility and collateral “Snapshots”  Increased performance  Less data storage  Snapshot will only be created for locked files  User Defined Fields refactor  Reports adjustments  Status: Target completion: May 14

 CAR Page  Engagements  Correspondence  File Notes Target: June 15

Work Queues Exceptions Management Credit Bureau Integration Flood Integration Boarding Page Target: July 16

Risk Rating Calculator OFAC CRE Target: August 17

Approvals Leads and Pipeline Target: September 18

Polish Performance Tune BETA 1 Two beta customers Target: October 19

 Polish  Performance Tune  BETA 2  Additional beta customer Target: November 20

 Polish  Performance Tune  General availability to in-house customers by appointment Target: December 21

 Rollout to data center customers Target: February – End of development Target: June

 Rollout considerations  Training  Deployment  Tomorrow’s session 23

 Project Management:  Develop rollout plan  IT Infrastructure:  Install Chrome Browser  Install staging environment for 3.0  Training:  New User Guides  Training Guides  Free Training  Regional User Group in Fall 24

 IT Infrastructure:  Install Chrome Browser  Install staging environment for

 Worst-performing: 26