ISYS 350 Building Business Applications

Slides:



Advertisements
Similar presentations
ISYS 512 Business Application Design and Development with.Net David Chao.
Advertisements

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.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
ISYS 512 Business Application Design and Development with.Net David Chao.
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.
Lab 2: Forms and Basic Input User Interface Lab: GUI Lab Sep. 2 nd, 2014.
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.
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.
JSP Server Integrated with Oracle8i Project2, CMSC691X Summer02 Ching-li Peng Ying Zhang.
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.
 Salesforce is a cloud based CRM and is one of the most used and popular one. The company is headquartered in San Francisco and the Salesforce CRM is.
Profound.js: The future of open source development on IBM i
3-Tier Architectures (or 3-Tier Applications)
ISYS 350 Building Business Applications
Web Programming Language
Lecturer: Dr. Koh Ean Teng
Final Project Presentation
Welcome to Adv. Java Programming
Computer Software: Programming
GFA Controls IT Alain Bertrand
B2C Online Store. B2C Online Store Group Members Introduction Name: Muhammad Gulfam VU ID: MC Program: MCS Supervisor: Muhammad Qamar Usman.
Hybrid Mobile Applications
ISYS 350 Building Business Applications
Introduction to Internet Programming
ISYS 350 Building Business Applications
IS 360 Course Introduction
II. Project Architecture
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
دليل المتدرب واللائحة التنظيمية للبرنامج
JADE - Java Agent DEvelopment framework -
JavaServer Faces: The Fundamentals
ISYS 350 Building Business Applications
Install MySQL Community Server and MySQL Workbench
ISYS 350 Building Business Applications
Client-Server Model: Requesting a Web Page
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 2015 JDK 8 with NetBeans 8.1 Free download is available at: https://www.visualstudio.com/en-us/products/vs-2015-product-editions.aspxClick the link: Students Create an Account in the Get Started Now area JDK 8 with NetBeans 8.1 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