ISYS 350 Building Business Applications David Chao.

Slides:



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

Website For Traveling! by : Hammad Abed, Rabie Loulou Supervisor : Viktor Kulikov Spring 2009 The Faculty of Electrical Engineering - Softlab.
Microsoft.Net Technology Sachin Shetty Vimal Amin Thomas Mullasaril Vinutna Pulavarti Software Engineering CS616 Instructor:Dr.Tappert.
ISYS 512 Business Application Design and Development with.Net David Chao.
ISYS 546 Client/Server Database Application Development.
CADDLAB Medical Imaging on Remote Compute Servers.
The Jukebox Orian Paz & Yair Cleper Instructor: Viktor Kulikov Semester: Spring 2009 Final Presentation.
ISYS 512 Business Application Design and Development with.Net David Chao.
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.
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
ISYS 350 Building Business Applications David Chao.
Chapter 2 Database System Concepts and Architecture
ISYS 350 Business Application Development
Chapter 10 EJB Concepts of EJB Three Components in Creating an EJB Starting/Stopping J2EE Server and Deployment Tool Installation and Configuration of.
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.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
ISYS 512 Business Application Design and Development with.Net David Chao.
© 2009 Progress Software Corporation 1 Click to Edit Master Subtitle Style Overview of OpenEdge® GUI for.NET Release 10.2A Jarmo Nieminen Senior Technical.
CSC 494/594 C# and ASP.NET Programming. C# 2012 C# Object-oriented language with syntax that is similar to Java.
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.
Springl 2008 MIS380: Object-Oriented Programming using Java 1 Spring 2008.
ISYS 573 Special Topic – VB.Net David Chao. The History of VB Early 1960s:BASIC-Beginner’s All-Purpose Symbolic Instruction Code –Teaching –Simple syntax,
Module Info Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours
CS480 Computer Science Seminar Introduction to Microsoft Solutions Framework (MSF)
Melissa Armstrong – Sponsor Dr. Eck Doerry – Mentor Greg Andolshek Alex Koch Michael McCormick Department of Computer Science SolutionProblemDesign User.
ISYS 350 Building Business Applications David Chao.
Dr. Mohamed Osman Hegazi 1 Database Systems Concepts Database Systems Concepts Course Outlines: Introduction to Databases and DBMS. Database System Concepts.
ISYS 562 Microcomputer Business Applications David Chao.
Part II - Microsoft ® Project 2000 Enterprise Deployment Templates.
ISYS 350 Building Business Applications David Chao.
ISYS 812 Business Software Development David Chao.
An Introduction to Visual Basic.NET. What is.NET.Net is a new framework for developing windows-based and web-based applications within the Microsoft environment.
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.
Chapter 2 Database System Concepts and Architecture Dr. Bernard Chen Ph.D. University of Central Arkansas.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
INTRODUCTION to MIS 12/24/20151 Introduction To MIS Component Overview.
Visual Studio.NET Using J# Based on Microsoft.NET Training Summer 2004 Slides adapted from
ISYS 350 Building Business Applications David Chao.
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.
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.
Microsoft Visual Basic 2015 CHAPTER ONE Introduction to Visual Basic 2015 Programming.
SOA Concepts Service Oriented Architecture Johns-Hopkins University Montgomery County Center, Spring 2009 Session 1: January 28, 2009 Instructor:
Submitted by: Moran Mishan. Instructed by: Osnat (Ossi) Mokryn, Dr.
Visual Web & AJAX with Netbeans 6.0 Your Name Sun Campus Ambassador Your Address.
ISYS 350 Building Business Applications
C# Database Fundamentals with Microsoft SQL Server
C#/Java Web Development Basics
ISYS 350 Building Business Applications
Dot Net ​ Overview  The.NET Framework is a development framework that provides a new programming interface to Windows services and APIs, and integrates.
ISYS 350 Building Business Applications
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
Internet Protocols IP: Internet Protocol
Install MySQL Community Server and MySQL Workbench
ISYS 350 Building Business Applications
ບົດທີ 6 ການຄຸ້ມຄອງຊັບພະຍາກອນຂໍ້ມູນ (Managing Data Resource)
CSCE156: Introduction to Computer Science II
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 –eBay, Facebook Post photos on Flickr Order a product online

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.

N-Tier Client/Server Structure Three-Tier –Client-based presentation –Processing logic –Database N-Tier: –Using 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 Concepts\TechnologiesJava framework MS.Net framework Open Source IDENetBeansVisual Studio Fundamental programming constructs DemoMajordemo GUI and event-driven programming DemoMajordemo Object oriented concepts and Class DemoMajor Database connectionMajor demo Web application development MajorMinordemo Service oriented concepts: web service Major

Programming with the Java Development Kit and.Net Framework Programming with the Java Development Kit (JDK) and.Net Framework means making use of the classes, objects, and members exposed by the JDK and.Net Framework, building your own classes on top of these and manipulating the resulting objects using language constructs.

Required Software Visual Studio Professional 2010 –Free download is available at Microsoft DreamSpark website: –Click the link: Learn how DreamSpark works for a student Create an Account in the Get Started Now area JDK 7 with NetBeans 7.2 –Free download is available at: –Choose Java EE download with bundled servers.