ISYS 350 Building Business Applications

Slides:



Advertisements
Similar presentations
CSE Tier Architectures (or 3-Tier Applications) Adapted from Chuck Cusack’s Notes.
Advertisements

Web applications using JavaServer Faces (JSF) A brief introduction 1JavaServer Faces (JSF)
1 Rhode Island Transportation Information System. (RITIS) Spring, 2000.
ISYS 512 Business Application Design and Development with.Net David Chao.
Introduction to ASP.NET. 2 © UW Business School, University of Washington 2004 Outline Static vs. Dynamic Web Pages.NET Framework Installing ASP.NET First.
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.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
SQL Server 2008 Basmah AlQadheeb-213 MIS What is a Database ? A database is a collection of Data that is organized so that it can easily be accessed,
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.
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.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
ISYS 512 Business Application Design and Development with.Net David Chao.
OPC Database.NET. OPC Systems.NET What is OPC Systems.NET? OPC Systems.NET is a suite of.NET and HTML5 products for SCADA, HMI, Data Historian, and live.
VS.NET Syllabus By Peter Huang.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introductory Lecture Advanced Computer Programming.
Matrix Mapping Tool Sam Gross Internship at Virtual Technology Corporation.
Web applications using JavaServer Faces (JSF) A brief introduction 1JavaServer Faces (JSF)
ISYS 350 Building Business Applications David Chao.
Web Interfaces, Forms & Databases Databases Snyder p HTML Basics Snyder p JavaScript Snyder Chapter 18.
Group I Renjith Deepesh Praveesh P Varun V Subramanian Halesh P K.
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.
BIT 285: ( Web) Application Programming Lecture 15: Tuesday, February 24, 2015 Microsoft Azure Instructor: Craig Duckett.
ISYS 350 Building Business Applications David Chao.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Lesson 3 Getting started and Installing Web Matrix Getting started and Installing Web Matrix.
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.
JSP Server Integrated with Oracle8i Project2, CMSC691X Summer02 Ching-li Peng Ying Zhang.
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.
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
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.
ISYS 350 Building Business Applications
Web Page Introduction.
Lecturer: Dr. Koh Ean Teng
Web Application.
Computer Software: Programming
ISYS 350 Building Business Applications
Introduction to Internet Programming
Beginning Object-Oriented Web Design
ISYS 350 Building Business Applications
II. Project Architecture
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Install MySQL Community Server and MySQL Workbench
Trainer: Bạch Ngọc Toàn – TEDU Website:
Ch 1 .Installing and configuring SQL Server 2005
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. Database SQL queries Client Database Server Results

Business Applications 3. Multiple platforms Non web-based applications Ex. Windows-based Web-based applications Non mobile 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 Professional 2013 Free download is available at Microsoft DreamSpark website: https://www.dreamspark.com/ Click the link: Students Create an Account in the Get Started Now area JDK 8 with NetBeans 8.0 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