ISYS 350 Building Business Applications David Chao.

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.
Design of Web-based Systems IS Development: lecture 10.
Introduction to ASP.NET. 2 © UW Business School, University of Washington 2004 Outline Static vs. Dynamic Web Pages.NET Framework Installing ASP.NET First.
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.
Chapter 14 Database Connectivity and Web Technologies
New GUI Use cases and topics for discussion Your hosts today Martin Hecht Olsen CEO & Sales Executive Niels Liisberg CTO & Chief Software Architect.
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
ISYS 350 Building Business Applications David Chao.
Powerful, modern desktops enable next generation applications Hardware acceleration brings real-time lighting, texturing and rendering Visual.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
ISYS 350 Business Application Development
CSCI 6962: Server-side Design and Programming Course Introduction and Overview.
After Your First Web Course; Where to Go from Here Bill Pegram April 23, 2014.
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
Introduction to ASP.NET. Prehistory of ASP.NET Original Internet – text based WWW – static graphical content  HTML (client-side) Need for interactive.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
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.
Elective Autumn 2010 xx subjects are provided Each of you have to choose 2 subjects 2 subjects will be establish.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introductory Lecture Advanced Computer Programming.
Fundamentals of Database Chapter 7 Database Technologies.
Web applications using JavaServer Faces (JSF) A brief introduction 1JavaServer Faces (JSF)
ISYS 350 Building Business Applications David Chao.
ISYS 562 Microcomputer Business Applications David Chao.
Web Interfaces, Forms & Databases Databases Snyder p HTML Basics Snyder p JavaScript Snyder Chapter 18.
ISYS 350 Building Business Applications David Chao.
ISYS 812 Business Software Development 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.
Sudoku Taryn Wise. Operational Concepts and System Requirements Solve sudoku puzzles in a convenient way Have a notes option for number possibilities.
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 
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Web Development Process The Site Development Process Site Construction is one of the last steps.
The basics of knowing the difference CLIENT VS. SERVER.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
ISYS 512 Business Application Design and Development with.Net David Chao.
Role of MIS3502 MIS3502: Application Integration and Evaluation Paul Weinberg Presentation by David Schuff.
E-commerce Foundations By Dr. Gabriel. Using 3-Tier/N-Tier Architecture The presentation tier The business tier The data tier.
Expense Tracking System Developed by: Ardhita Maharindra Muskan Regmi Nir Gurung Sudeep Karki Tikaprem Gurung Date: December 05 th, 2008.
10/19/2006 II. Project Architecture Leyla Yakut Fouad Alibrahim.
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.
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.
Microsoft Visual Basic 2015 CHAPTER ONE Introduction to Visual Basic 2015 Programming.
Submitted by: Moran Mishan. Instructed by: Osnat (Ossi) Mokryn, Dr.
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
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
Install MySQL Community Server and MySQL Workbench
ISYS 350 Building Business Applications
Trainer: Bạch Ngọc Toàn – TEDU Website:
Ch 1 .Installing and configuring SQL Server 2005
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 Client Database Server SQL queries 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. Component and service oriented architecture: –Component-based software development focuses on building large software systems by integrating previously-existing software components. –A service-oriented architecture is an information technology approach or strategy in which applications make use of services available, such as web services.

Business Applications 5. 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: –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: ASP.Net, Java Database programming Object-oriented concepts and classes

Required Software Visual Studio Professional 2013 –Free download is available at Microsoft DreamSpark website: –Click the link: Students Create an Account in the Get Started Now area JDK 8 with NetBeans 8.0 –First install Java JDK: ds/index.html ds/index.html Click JDK Download – Then download NetBeans with Java EE at: