Electives autumn 2009 Courses in the 4th semester –Systems development (continued) –2 elective courses N subjects are provided Each of you have to choose.

Slides:



Advertisements
Similar presentations
1 Copyright © 2005, Oracle. All rights reserved. Introduction.
Advertisements

Lecture plan Information retrieval (from week 11)
A Blackboard Building Block™ Crash Course for Web Developers
Bringing Handheld, PDA’s, and Smart Phone to the Enterprise Martin Graf Group Product Manager Oracle Corporation Session id:
Toolbox Mirror -Overview Effective Distributed Learning.
 Java  Python  Bigtable(Bt) is a distributed storage system for managing structured data that is designed to scale to a very large size.  Query Language.
Fundamentals, Design, and Implementation, 9/e SI654 Database Application Design Instructor: Dragomir R. Radev Winter 2005.
Wireless LAN Topology Visualiser Project Supervisor: Dr Arkady Zaslavsky Project Team Members: Jignesh Rambhia Robert Mark Bram Tejas Magia.
12 Chapter 12 Client/Server Systems Hachim Haddouti.
M1G Introduction to Database Development 1. Databases and Database Design.
Advanced Topics Chapter Seven DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
PHP Scripting Language. Introduction “PHP” is an acronym for “PHP: Hypertext Preprocessor.” It is an interpreted, server-side scripting language. Originally.
Computer and Information Technology Core courses focus on problem solving and communication skills for Information Technology professionals involved in.
Eclipse is an open source IDE (Integrated Development Environment) for developing applications in Java, C/C++, HTML, Cobol, Perl, etc. The official Eclipse.
Włodzimierz Funika, Filip Szura Automation of decision making for monitoring systems.
Mobile Tech Architecture Overview Phil Sirigiano Technical Services 3/4/2015.
JavaServer Faces: The Fundamentals Compiled from Sun TechDays workshops (JSF Basics, Web-Tier Codecamp: JavaServer Faces, Java Studio Creator; IBM RAD)
JSP Standard Tag Library
Oracle8 JDBC Drivers Section 2. Common Features of Oracle JDBC Drivers The server-side and client-side Oracle JDBC drivers provide the same basic functionality.
True or False? Programming languages can be used to update databases and communicate with other systems. True.
HTTP client wide area network (Internet) HTTP proxy HTTP server HTTP gateway firewall HTTP tunnel Copyright Springer Verlag Berlin Heidelberg 2004.
Elective Autumn 2010 xx subjects are provided Each of you have to choose 2 subjects 2 subjects will be establish.
Java Omar Rana University of South Asia. Course Overview JAVA  C/C++ and JAVA Comparison  OOP in JAVA  Exception Handling  Streams  Graphics User.
1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration.
JBoss Developer Studio. JBoss Developer Studio provides a certified open source development environment that includes and integrates: Eclipse Eclipse.
DB Libraries: An Alternative to DBMS By Matt Stegman November 22, 2005.
Framework and application bytecode size CLDC MIDP kXML parser Utility classes Graphics Logic (MIDlet) Application Data (XML file)
Review of Activities of Working Group for Database Systems Prof. Dr Slobodanka Đorđević-Kajan.
Web Server Administration Chapter 7 Installing and Testing a Programming Environment.
Company Logo Add Your Company Slogan Web Service Architecture (JAVA Web Service) Using Netbeans NetDesign Version 22/10/2011 By Pornpan P.
Fall CIS 764 Database Systems Design L8. Web ….
1 Hammad Khan. COURSE CONTENTS.NET Framework And C# SQL Server 2008 ADO.NET LINQ ASP.NET Dynamics Data ASP.NET MVC framework 2 Advance C# Concepts Windows.
10/16/2015 1Yan Huang - Introduction Chapter 1: Introduction What is a DBMS? What is a DBMS? A little history of DB A little history of DB Major Components.
Phone: Mega AS Consulting Ltd © 2007  CAT – the problem & the solution  Using the CAT - Administrator  Mega.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Chapter 7 Using Custom Tag Libraries and the JSP Standard Tag Library.
Ashley Montebello – CprE Katie Githens – SE Wayne Rowcliffe – SE Advisor/Client: Akhilesh Tyagi.
JSTL The JavaServer Pages Standard Tag Library (JSTL) is a collection of useful JSP tags which encapsulates core functionality common to many JSP applications.
Crystal Reports Training
IBM Office Connect 3.0 James Edmiston Consultant Quest Information Systems, Inc Mike Terrell IT Specialist IBM Data.
SQL School is strongly committed to provide COMPLETE PRACTICAL REALTIME Trainings on SQL Server Technologies – Dev, SQL DBA, MSBI (SSIS, SSAS, SSRS) and.
JSP Server Integrated with Oracle8i Project2, CMSC691X Summer02 Ching-li Peng Ying Zhang.
JAVA BEANS JSP - Standard Tag Library (JSTL) JAVA Enterprise Edition.
WEB SERVER SOFTWARE FEATURE SETS
© 2006 by IBM and Naci Dai; made available under the EPL v1.0 | Santa Clara | Mar. 20, 2006 Java™ Web Application Development with Eclipse WTP - WTP Quick.
Modern Programming Language. Web Container & Web Applications Web applications are server side applications The most essential requirement.
Configuring and Deploying Web Applications Lesson 7.
Java Programming: Advanced Topics 1 Building Web Applications Chapter 13.
Singleton Academy, Pune. Course syllabus Singleton Academy Pune – Course Syllabus1.
Expense Tracking System Developed by: Ardhita Maharindra Muskan Regmi Nir Gurung Sudeep Karki Tikaprem Gurung Date: December 05 th, 2008.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Interstage BPM v11.2 1Copyright © 2010 FUJITSU LIMITED INTERSTAGE BPM ARCHITECTURE BPMS.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
J AVA T RAINING IN A HMEDABAD By TOPS Technologies 1 TOPS Technologies Java Course.
A Presentation Presentation On JSP On JSP & Online Shopping Cart Online Shopping Cart.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
Struts 2 Development. Topics  Roles in Struts Development  Control Flow  Actions  Struts 2 Views and Target  Struts 2 Custom Tags  Validation 
Linux Systems Administration
Fundamental of Databases
Web-based Software Development - An introduction
A very brief introduction
4166 Review.
Design and Maintenance of Web Applications in J2EE
Web-based Console for Controlling a Wireless Sensor Network (WeConWSN)
J2EE Application Framework
JavaServer Faces: The Fundamentals
ISYS 350 Building Business Applications
TMD Training Management Database at ASC
Jungkee (Jake) Kim TMD and XML Jungkee (Jake) Kim
Presentation transcript:

Electives autumn 2009 Courses in the 4th semester –Systems development (continued) –2 elective courses N subjects are provided Each of you have to choose 2 subjects 2 subjects will be establish

System Administration, some topics System - UNIX/Windows –Installation –Configuration Users –accounts –Permissions/access –Tools/scripts Maintenance –Log files –Unix security File system –concept –configuration –RAID –Network Files –Backup/Restore Unix services –Printers –Shell –Databases –Mail

Databases, some topics Database administration –Installation –User administration –Moving data from one DBMS to another Modeling –Entity-Relationship –Normalization SQL –Data types –Advanced select –Indexes DBMS products –Oracle –Microsoft SQL Server –MySQL Modern concepts –OO DBMS –XML DBMS Programming –Triggers –Stored procedures –JDBC –ADO.NET

Web programming with Java, some topics Web-servers –Installation –Configuration Login HTTPS Programming –JSP (JavaServer Pages) –Java Servlets. incl filters –Tag libraries Custom Standard (JSTL) Deploying a web application Frameworks for web programming –Struts –Spring –JavaServer Faces –Etc.

Mobile programming with Java, some topics Programming –J2ME –Mobile game programming –API’s –Simple animation –Layered/titled techniques –Mobile applications –Networking

some topics from you Some topic –issue1 –Issue2 –...