ISYS 350 Building Business Applications

Slides:



Advertisements
Similar presentations
Web applications using JavaServer Faces (JSF) A brief introduction 1JavaServer Faces (JSF)
Advertisements

ISYS 512 Business Application Design and Development with.Net David Chao.
Introduction to Web Base Multimedia Application. Web base application TCP/IP (HTTP) protocol Using WWW technology & software Distributed environment.
ISYS 512 Business Application Design and Development with.Net David Chao.
Multiple Tiers in Action
CS 898N Advanced World Wide Web Technologies Lecture 1: Introduction Chin-Chih Chang
ISYS 512 Business Application Design and Development with.Net David Chao.
New GUI Use cases and topics for discussion Your hosts today Martin Hecht Olsen CEO & Sales Executive Niels Liisberg CTO & Chief Software Architect.
CS 160: Software Engineering August 27 Class Meeting Department of Computer Science San Jose State University Fall 2014 Instructor: Ron Mak
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
ISYS 350 Building Business Applications David Chao.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
INE2720 Web Application Software Development General Information.
ISYS 350 Business Application Development
Fall AboutMichael Fung, CS&E, The Chinese University of HK1 CSC1030 Hands-on Introduction to JAVA Dept of Computer Science and Engineering The.
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
ISYS 512 Business Application Design and Development with.Net David Chao.
VS.NET Syllabus By Peter Huang.
Lab 1: Introduction User Interface Lab: GUI Lab Aug. 28 th, 2013.
Apps where your users are Sign into SharePoint and launch apps Modern experiences on breadth of devices Central app management Central user.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introductory Lecture Advanced Computer Programming.
Lab 2: Forms and Basic Input User Interface Lab: GUI Lab Sep. 2 nd, 2014.
Web applications using JavaServer Faces (JSF) A brief introduction 1JavaServer Faces (JSF)
ISYS 350 Building Business Applications David Chao.
1 3. Computing System Fundamentals 3.1 Language Translators.
ISYS 350 Building Business Applications David Chao.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
ISYS 350 Business Application Development David Chao.
ISYS 350 Building Business Applications David Chao.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
CSC 2720 Building Web Applications General Info. People Instructor  Yuan Cheng Jiun (CJ)  Teaching Assistant  Xu Zheng Lin 
Web Development Process The Site Development Process Site Construction is one of the last steps.
CIS 210 Systems Analysis and Development Week 8 Part II Designing Distributed and Internet Systems,
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Course Overview Introduction Target Audiences Course Structure Virtual PC Demo.
ISYS 350 Building Business Applications David Chao.
ISYS 512 Business Application Design and Development with.Net David Chao.
Expense Tracking System Developed by: Ardhita Maharindra Muskan Regmi Nir Gurung Sudeep Karki Tikaprem Gurung Date: December 05 th, 2008.
PowerBuilder is an integrated development environment (IDE) used to create applications. PowerBuilder 12.5 has good integration with the Microsoft.
G046 – Lecture 2A Recognising Web-Technologies Mr C Johnston ICT Teacher
Visual Web & AJAX with Netbeans 6.0 Your Name Sun Campus Ambassador Your Address.
Teaching slides Chapter 6. Chapter 6 Software user interface design & construction Contents Introduction Graphical user interface – Rich window based.
Profound.js: The future of open source development on IBM i
3-Tier Architectures (or 3-Tier Applications)
Web Programming Language
Final Project Presentation
Welcome to Adv. Java Programming
Computer Software: Programming
GFA Controls IT Alain Bertrand
Hybrid Mobile Applications
ISYS 350 Building Business Applications
Introduction to Internet Programming
ISYS 350 Building Business Applications
IS 360 Course Introduction
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
دليل المتدرب واللائحة التنظيمية للبرنامج
JADE - Java Agent DEvelopment framework -
ISYS 350 Building Business Applications
JavaServer Faces: The Fundamentals
ISYS 350 Building Business Applications
Install MySQL Community Server and MySQL Workbench
ISYS 350 Building Business Applications
Web Technologies Computing Science Thompson Rivers University
Client-Server Model: Requesting a Web Page
Trainer: Bạch Ngọc Toàn – TEDU Website:
Web Application Development Using PHP
Presentation transcript:

ISYS 350 Building Business Applications David Chao

Business Applications 1. Database-centric applications Examples: Login to a website Join a website to become a member Online shopping

Business Applications 2. Client/Server structure: a. Presentation – user interface Menus, forms, reports, etc b. Processing logic Business rules c. Server: Web server, database server Queries/Inputs Client Web Server/ Database Server Results

Business Applications 3. Multiple platforms Non web-based applications Ex. Windows-based Web-based applications Web applications Mobile applications Cloud-based applications Integrated applications

Business Applications 4. Object-oriented, GUI, event-driven

Course Objective This course provides an overall introduction to modern technologies and concepts employed in the development of business applications.

Major Topics Programming: Web application development GUI and event driven programming Fundamental programming constructs Decision structures Loop Web application development Client-side technologies: HTML, Cascade Style Sheet, JavaScript Server-side technologies: Java, JSP Database programming Object-oriented concepts and classes

Required Software Visual Studio Community 2017 JDK 8 with NetBeans 8.2 Free download is available at: https://www.visualstudio.com/vs/ Click the link: Download Visual Studio JDK 8 with NetBeans 8.2 First install Java JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html Click JDK Download Then download NetBeans with Java EE at: http://www.netbeans.org/downloads/index.html