1 / 9

ISYS 350 Building Business Applications

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

hnancy
Télécharger la présentation

ISYS 350 Building Business Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ISYS 350Building Business Applications David Chao

  2. Business Applications • 1. Database-centric applications • Examples: • Login to a website • Join a website to become a member • Online shopping

  3. 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

  4. Business Applications • 3. Multiple platforms • Non web-based applications • Ex. Windows-based • Web-based applications • Web applications • Mobile applications • Cloud-based applications • Integrated applications

  5. Business Applications • 4. Object-oriented, GUI, event-driven

  6. Course Objective • This course provides an overall introduction to modern technologies and concepts employed in the development of business applications.

  7. 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: Java, JSP • Database programming • Object-oriented concepts and classes

  8. Required Software • Visual Studio Community 2017 • 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

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

More Related