MBUG 2019 Session Title: Banner Extensibility - Page Builder

Slides:



Advertisements
Similar presentations
Enterprise Portal Enterprise Portal Training Communities, Pages, and Portlets Click the arrows to go forward or back.
Advertisements

Workflow Basics Tommy Parker Sr. Systems Analyst & Team Leader Mississippi State University 1 MBUG – September 17, 2012.
Seattle Drupal Clinic Introduction to Drupal and Web Content Management.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Ellucian Mobile: Don’t text and drive, kids!
Introduction to Apex Jon Barwell – Solutions Architect (Celesio Group (UK))
Database Updates Made Easy In WebFocus Using SQL And HTML Painter Sept 2011 Lender Processing Services 1.
Banner XE Update Lori Tafoya, IT Platforms Database Manager
Drupal Workshop Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology, Drupal technology, directories.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
Easy HTML DB. Michael Cunningham Developer/Database Administrator.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
1 IBM Software Group ® PRJ270: Essentials of Rational Unified Process Module 5: Tailoring RUP.
Apps where your users are Sign into SharePoint and launch apps Modern experiences on breadth of devices Central app management Central user.
CUSTOMIZING THE COLLEAGUE AAI Kami Jenks North Idaho College July 31, 2015 Information Technology Coeur d’Alene, Idaho.
Building Search Portals With SP2013 Search. 2 SharePoint 2013 Search  Introduction  Changes in the Architecture  Result Sources  Query Rules/Result.
Searchlets Customer: Paul English Advisor: Prof. Ethan Bolker Team : Satish, Di, Quan
DSpace UI Alexey Maslov. DSpace in general A digital library tool useful for storage, maintenance, and retrieval of digital documents Two types of interaction:
Introduction to Eclipse Plug-in Development. Who am I? Scott Kellicker Java, C++, JNI, Eclipse.
Session 1 SESSION 1 Working with Dreamweaver 8.0.
Domain-Specific Development Stuart Kent, Senior Program Manager, DSL Tools, Visual Studio Team System, Microsoft.
Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy
Seattle Drupal Clinic Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology.
© 2006 by «Author»; made available under the EPL v1.0 | Date | Other Information, if necessary Jason Weathersby BIRT Evangelist, Actuate Corp. Leveraging.
Selenium and Selenium on Rails. Agenda  Overview of Selenium Simple Selenium Tests Selenium IDE  Overview of Selenium on Rails  Problems with Selenium.
WEP Presentation for non-IT Steps and roles in software development 2. Skills developed in 1 st year 3. What can do a student in 1 st internship.
Academic Scheduling and Configuration in Practice Amy Adkerson, Associate Registrar Sterling McCool, Systems Analyst Mississippi State University September.
Working with Feature Services Gary MacDougall Russell Brennan.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Designing Enterprise Corporate Web Sites using SharePoint 2010 Paul Stubbs Technical Evangelist Microsoft.
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
Integrating Grant Information between RAMSeS and Banner Finance Panda Powell and Don Sloan UNC Wilmington.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
V7 Foundation Series Vignette Education Services.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
Basics Components of Web Design & Development Basics, Components, Design and Development.
Tips & Tricks with Multiple Skins
Introduction ITEC 420.
MBUG 2017 Session Title: How to Hit a Home Run with Banner 9
Web Technologies Computing Science Thompson Rivers University
Selenium and Selenium on Rails
Introduction to Dynamic Web Programming
Developing GIS WebParts in SharePoint
MBUG 2016 Session Title: Finance Self-Service
DotNetNuke® Web Application Framework
Jeff Coughlin FarCry 3.0 An Overview Jeff Coughlin
Session Title Session Subtitle
Week 01 Comp 7780 – Class Overview.
Department of Computer Science, Florida State University
MBUG 2017 Session Title: Username and Password Security - A Review Of Account Retrieval, Sign In, and Multi Factor Authentication Presented By: Allen McGehee.
MBUG 2016 Session Title: Phishing: They Are After You!
Session Title Session Subtitle
MBUG 2018 Session Title: Banner Extensibility - Page Builder
Easy Website Creation Using WordPress
EPIC INFOTECH CONSULTING GROUP
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
MBUG 2018 Session Title: Communication Strategies
Title of Presentation Presenters Name Presenters Title, Institution.
MBUG 2017 Session Title: Preventing/Correcting Multiple Records
MBUG 2014 Session Title: Reqs to checks
Web AppBuilder for ArcGIS
Session Title Session Subtitle Presenter: Institution: NWEUG 2017.
WELCOME 2019 NWEUG Conference July 10-12, The College of Idaho.
Web Technologies Computing Science Thompson Rivers University
HR ROundtable Suzie Deane, HR Information & Metrics Analyst
MBUG 2017 Session Title: Banner 9 or Bust: Implementation Lessons Learned Presented By: Laura Hollis and Sterling McCool Institution: Mississippi State.
Main title slide: title goes here
Session Title Session Subtitle
Presentation transcript:

MBUG 2019 Session Title: Banner Extensibility - Page Builder Presented By: Tommy Parker Institution: Mississippi State University September 09, 2019

Session Rules of Etiquette Please turn off your cell phone If you must leave the session early, please do so discreetly Please avoid side conversation during the session

Session Agenda Banner Extensibility Suite Overview and Architecture of Page Builder Steps to Create a Page Examples Q&A

Banner Extensibility Text Manager Provides the ability to substitute your terminology in place of the Banner baseline terminology and translate text to other languages Theme Editor Provides the ability to apply unique branding elements, such as colors and institution logos, to theme-aware applications. Page Builder

Page Builder can be used to build stand alone pages to supplement: Banner Self Service Applications Banner Admin Applications Groovy/Grails application. Download through ESM. Deploy the application on Tomcat or WebLogic. Requires Setup & Configuration

User friendly – uses a web based visual interface to create pages. Build simple pages without “coding” Requires expertise in writing SQL statements Requires knowledge of the Banner Database and its tables/structure Build more complex pages with some coding Knowledge of HTML, CSS, and Javascript is extremely helpful Knowledge of Angular JS is also helpful

No server restarts or deployments are required. Models and code artifacts are stored in the database and can be exported and imported. Pages are single page applications built on Angular JS framework. Pages are rendered as HTML, Javascript, and CSS Uses the Banner 8 Self-Service security roles defined in Web Tailor

Virtual Domain Composer Used to create and edit a RESTful resource This is where the SQL goes Visual Page Composer Tree based structure of components Components control the visual aspect and behavior of the page

CSS Manager Create and edit CSS to style page components Admin Tools Assign Roles to Domains & Pages Export Domains, Pages, and CSS

Steps To Build a Page Page Examples Create a Virtual Domain using the Domain Composer Assign Role to Virtual Domain Test the Virtual Domain Create a Page using the Page Composer Assign Role to Page Preview the Page Modify the CSS (Optional) Export the Artifacts (Optional) Page Examples

Questions?

Resources Ellucian HUB Banner Extensibility 9.4 Content Pack Handbook, Release Notes, Installation Guide, etc eCommunities (Search for Page Builder) Tommy Parker Sr. Systems Analyst & Team Leader Mississippi State University tep@its.msstate.edu