Course Introduction Eriq Muhammad Adams J

Slides:



Advertisements
Similar presentations
Developing Swing Application with Mattisse GUI Builder eriq adams Developing Swing Application With Mattisse GUI Builder - 10 Dec 2007.
Advertisements

Android Application Development A Tutorial Driven Course.
Course Introduction INFORMATICS ENGINEERING – UNIVERSITY OF BRAWIJAYA Eriq Muhammad Adams J
LYU0002 Wireless Cyber Campus Supervisor: Prof. Michael R. Lyu Student:Jang Kim Fung Tang Ho Man.
Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
Multimedia Systems Course Overview & Introduction Instructor: Leila Sharifi UUT Fall
Intro to CIT 594
Intro to CIT 594
490dp Introduction Robert Grimm. The Computer for the 21 st Century “The most profound technologies are those that disappear. They weave themselves into.
Technical Report Writing and Presentation Skills Course Outline 1.
+ JAVA Programming CCSA Introduction this course is a hands-on course in programming with the Java language for students who have completed a course.
Intro to CIT 594
CS 101 Introduction to Programming Dr. Basit Qureshi Assistant Professor College of Computer and Information Sciences Prince Sultan University.
Cli/Serv.: Prelim/01 Client/Server Distributed Systems v Lecturer:Dr. Andrew Davison Info. Eng. Research Lab (rm 101)
Swing part-one Eriq Muhammad Adams J
Sadegh Aliakbary Sharif University of Technology Fall 2010.
EECE 310 Software Engineering Lecture 0: Course Orientation.
Course Introduction Software Engineering
1 Introduction to Engineering Second Semester Overview Agenda Team Assignments and Information Exchange Course Overview.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Lesson Plans Eriq Muhammad Adams J |
Welcome CSCI 1100/1202 Intro to Computer Science Winter 2002.
Introduction CS409 Application Services Even Semester 2007.
Battle of Bombers 김정수, 박현욱, 백대현, 윤지석.  UML, Development progress, Index.
Multimedia Systems Lecture 1: Introduction Prof. Charlene Tsai
Introduction ● Course title: – Advanced programming using Java – Object oriented programming in Java ● Textbooks – Thinking in Java 3 rd edition, electronic.
Eriq Muhammad Adams J. Informatics Engineering University of Brawijaya.
Battle of Bombers 김정수, 박현욱, 백대현, 윤지석.  Concept Bomberman, Crazy Arcade- like game Characters are from the game “Angry Bird” All of the items are associated.
Eriq Muhammad Adams J. | Informatics University of Brawijaya.
Three small projects for an „Advanced Programming in Java” course Ioan Jurca „Politehnica” University of Timisoara Romania.
Assignment 1 tutorial. Assignment 1 Programming part: – Socket programming: a chat room application – Individual assignment – Deadline 20 th Oct 2015.
ECES-490 Course Policy Stewart D. Personick (SDP) S490_TN/
02 |Introduction to Game Engine Eriq Muhammad Adams J |
Course Introduction Software Architecture. General Information Objective: Provides students with basic knowledge of software architecture Lecturer – Hieu.
Multi player client sever Snake Game Technology : JAVA (swing for user interface and Socket for passing coordinates of snakes, food item and score)
CSE 310 Object Oriented Programming Summer 2016 Suraiya Tairin.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
ASUEat Android App Benjamin Dummer Brian Clee Christian Zavala-Santos Kyle Huff Dr. Tashakkori’s Spring 2012 STEP Group:
DEVRY CIS 115 Entire Course With Final Exam Check this A+ tutorial guideline at For more classes.
DEVRY FIN 515 Entire Course NEW Check this A+ tutorial guideline at For more classes.
Check this A+ tutorial guideline at For more classes visit
DEVRY ACCT 553 E NTIRE C OURSE Check this A+ tutorial guideline at For more classes visit.
CRJ 303 Week 3 Assignment Research Paper Proposal Check this A+ tutorial guideline at
ECO 205 Week 9 Capstone DQ Check this A+ tutorial guideline at 205/ECO-205-Week-9-Capstone-DQ What are the most important.
UOP SCI 228 Entire Course With Final Exam Check this A+ tutorial guideline at For more classes.
BSA 385 Week 3 Individual Assignment Frequent Shopper Program Part 2 Check this A+ tutorial guideline at
BSA 411 Week 4 Individual Assignment Process Analysis and System Concept Development Process Analysis and System Concept Development Submit a 3- to 4-page.
Abstract Factory & Command Pattern
Welcome to Adv. Java Programming
LDR 531 Possible Is Everything/tutorialrank.com
MKT 500 Competitive Success/snaptutorial.com
CIS 175 Possible Is Everything/snaptutorial.com
CIS 175Competitive Success/tutorialrank.com
PM 598Competitive Success/tutorialrank.com
PRG 421 Education on your terms/tutorialrank.com.
CIS 175 Education for Service-- tutorialrank.com.
ACC 576 Education for Service/tutorialrank.com
DNP 810 Education for Service/tutorialrank.com
GSP 315 Education for Service/tutorialrank.com
QRB 501 Education on your terms/tutorialrank.com.
MGT 360 Education for Service/tutorialrank.com
MTH 208 Education for Service/tutorialrank.com
Application Development A Tutorial Driven Course
SE-1011 Slide design: Dr. Mark L. Hornick Instructor: Dr. Yoder
FIN 515 Entire Course of Devry University | Just Question Answer.
Pre-course preparations
Assignment.
Graphic Design Semester 1 Final Exam
may Test 3 Review Test 3 Test 3 Activity
Introduction to the Java Language ​
Presentation transcript:

Course Introduction Eriq Muhammad Adams J

* Course Scoring : * 50% Final Project * 30% Assignment * 20% Mid-Exam * No Plagiarism, Got E if did * 80% of attendances

* 1 st week : Course Introduction * 2 nd week : Review Java Concept * 3 rd week : Swing part.1 * 4 th week : Swing part.2 (assignment) * 5 th week : Threading (assignment) * 6 th week : I/O (assignment) * 7 th week : JDBC (assignment) * 8 th week : Mid-Exam * 9 th week : Mid-Exam

* 10 th week : Project Proposal Presentation * 11 th week : JPA part.1 * 12 th week : JPA part.2 (assignment) * 13 th week : Java Networking part.1 * 14 th week : Java Networking part.2 (assignment) * 15 th week : 1 st Project Progress Presentation * 16 th week : 2 nd Project Progress Presentation * Final Project Presentation (Final Exam)

* Audio Player like winamp * Video Player * Compression Tool like Winzip * Chat Messenger * FTP client * your idea here ….  you freely to use any java-libraries out there for final project, just imagine and turn your idea on …

* IDE : Netbeans IDE 6.5+ or Eclipse 3.5+ * SDK : Java Platform SDK 6

* Any java book or tutorial that you feel easy to learn * Apache MINA documentation