Lesson Plans 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.
Suggested Course Outline Cloud Computing Bahga & Madisetti, © 2014Book website:
Course Introduction INFORMATICS ENGINEERING – UNIVERSITY OF BRAWIJAYA Eriq Muhammad Adams J
Internetteknologi (ITNET1) Extra Presentation Java IDE Tool Support.
MICROCONTROLLED HOME Keith Jones EKU Deparment of Technology CEN.
Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
CIS101 Introduction to Computing Week 11 Spring 2004.
Welcome to the Java Short Course Jin Sa. Backgrounds and Objectives? Programming? Object-oriented?
Intro to CIT 594
Kapi’olani Community College Adobe Flash 2 In-class Presentation Week 2.
Intro to CIT 594
Course Map The Java Programming Language Basics Object-Oriented Programming Exception Handling Graphical User Interfaces and Applets Multithreading Communications.
Presented By: Ayelet Birnbaum Yael Kazaz Supervisor: Viktor Kulikov 07/05/12.
Intro to CIT 594
INE2720 Web Application Software Development General Information.
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
Lightning Talk Fred Rodriguez Nguyen Do CPSC 473 May 6, 2012.
Servlets Environment Setup. Agenda:  Setting up Java Development Kit  Setting up Web Server: Tomcat  Setting up CLASSPATH.
Welcome This presentation explains what you need to know and do to prepare for the Oracle Academy Pre-Institute virtual training.
Humboldt University Berlin, University of Novi Sad, ‘Polytehnica’ University of Timisoara, University of Plovdiv, University of Belgrade DAAD project “Joint.
EECE 310 Software Engineering Lecture 0: Course Orientation.
Presentation: SOAP/WS in a distributed object framework, Application Servers & AXIS SOAP.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Course Introduction Eriq Muhammad Adams J
Welcome CSCI 1100/1202 Intro to Computer Science Winter 2002.
Introduction to Data Structures
Introduction CS409 Application Services Even Semester 2007.
Thurs May 30 th O Agriscience: 1. Group Exam Review O Advanced Leadership: 1. Final Exam Project O Biotechnology & Bioenergy: 1. Group Exam Review.
Presentation: SOAP/WS in a distributed object framework, Application Servers & AXIS SOAP.
National Taiwan University Department of Computer Science and Information Engineering National Taiwan University Department of Computer Science and Information.
Web Services (SOAP) part 1 Eriq Muhammad Adams J |
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.
Eriq Muhammad Adams J. | Informatics University of Brawijaya.
01 - Course Intro.CSC4071 CSC407F Software Architecture & Design Prof. Penny LP396C
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.
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)
PHP Basics Course Introduction Svetlin Nakov Technical Trainer Software University
CSE 310 Object Oriented Programming Summer 2016 Suraiya Tairin.
Teacher Competence Development Online courses. Inclusion and Accessing Technology (+ OER) English version – adapted and localized by partners (2012) Moodle.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
Check this A+ tutorial guideline at For more classes visit
ECO 205 Week 9 Capstone DQ Check this A+ tutorial guideline at 205/ECO-205-Week-9-Capstone-DQ What are the most important.
CS 274: Internet Programming
CS230 Tutorial Week 4.
Welcome to Adv. Java Programming
COSC 4355/6355 Intro to Ubiquitous Computing
Outline SOAP and Web Services in relation to Distributed Objects
Outline SOAP and Web Services in relation to Distributed Objects
CIS 175Competitive Success/tutorialrank.com
PRG 421 Education on your terms/tutorialrank.com.
ACC 576 Education for Service/tutorialrank.com
MTH 208 Education for Service/tutorialrank.com
PRG 421 GUIDE Education for Service-- prg421guide.com.
PRG 421 knowledge is divine-- snaptutorial.com. PRG 421 All Assignment For more classes visit PRG 421 Individual Week 1 Analyze Assignment.
EECE 310 Software Engineering
Publishing and Consuming Web services
Application Development A Tutorial Driven Course
Intro to CIT 594
Week Sessions On-line Class Off-line Class 1
FIN 515 Entire Course of Devry University | Just Question Answer.
Intro to CIT 594
Graphic Design Semester 1 Final Exam
may Test 3 Review Test 3 Test 3 Activity
Introduction to the Java Language ​
Presentation transcript:

Lesson Plans Eriq Muhammad Adams J |

* We will learn about advanced feature of Java technology. * Course output : build advanced java application within group of students.

* 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 …

* 30% Assignment * 30% Mid-Project * 40% Final Project

* 80% of attendances * No Plagiarism activism

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

* 10 th week : JPA part.1 * 11 th week : JPA part.2 (assignment) * 12 th week : Java Networking (Apache MINA) * 13 th week : Java Web Services (SOAP) * 14 th week : Java Web Services (REST) (assignment) * 15 th week : Intro to Meta-programming * 16 th week : Project Proposal Final Project Presentation (Final Exam)

* 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