ISYS 350 Building Business Applications

Slides:



Advertisements
Similar presentations
Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
Advertisements

CSE Tier Architectures (or 3-Tier Applications) Adapted from Chuck Cusack’s Notes.
Languages for Dynamic Web Documents
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
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)
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
ISYS 350 Building Business Applications David Chao.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
INE2720 Web Application Software Development General Information.
ISYS 350 Business Application Development
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
ISYS 512 Business Application Design and Development with.Net David Chao.
VS.NET Syllabus By Peter Huang.
What’s Next? MIS 314 Professor Sandvig. Outline  What’s Next? ISC tracks ISC tracks E-commerce developer track E-commerce developer track MIS Intermediate.
Web applications using JavaServer Faces (JSF) A brief introduction 1JavaServer Faces (JSF)
ISYS 350 Building Business Applications David Chao.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
ISYS 350 Building Business Applications David Chao.
(Building the Presentation Layer - KISS). Figuring out what to do! Every was not learnt over night and certainly not without proper help and support.
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.
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.
Scripting Languages Client Side and Server Side. Examples of client side/server side Examples of client-side side include: JavaScript Jquery (uses a JavaScript.
ISYS 350 Building Business Applications David Chao.
ISYS 512 Business Application Design and Development with.Net David Chao.
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.
Profound.js: The future of open source development on IBM i
3-Tier Architectures (or 3-Tier Applications)
GrapeCity Build Experiences with Enterprise-level Tools and Solutions
ISYS 350 Building Business Applications
DYNAMIC CONTENT DELIVERY
Web Programming Language
Lecturer: Dr. Koh Ean Teng
Getting Started on The Project Bank in Visual Studio
Microsoft List Schedule April – May 2016
Department of Computer Science
GFA Controls IT Alain Bertrand
Hybrid Mobile Applications
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.
Introduction to Internet Programming
Smoke and Mirrors Prototype
Web Development in Microsoft Visual Studio 2013
ISYS 350 Building Business Applications
IS 360 Course Introduction
Intro to SQL Server Reporting Services (SSRS)
Web Development Using ASP .NET
دليل المتدرب واللائحة التنظيمية للبرنامج
מונחים בסיסיים במודל השכבות
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
دليل المتدرب واللائحة التنظيمية للبرنامج
ISYS 350 Building Business Applications
Smoke and Mirrors Prototype
Install MySQL Community Server and MySQL Workbench
ISYS 350 Building Business Applications
Web Application Development Using PHP
C# and ASP.NET Programming
DataBase Application .NET
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://visualstudio.microsoft.com/downloads// Click the link to download Visual Studio Community JDK 8 with NetBeans 8.2 First install Java JDK 8, not 10: 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

Visual Studio Workword options: 1. Universal Windows Platform dev. 2 Visual Studio Workword options: 1. Universal Windows Platform dev. 2. .Net desktop dev. 3. ASP.Net web dev.