java development tools

Post on 21-Mar-2017

15 Views

Category:

Education

2 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Java Development Tools

อาจารย์สมเกียรติ ช่อเหมือน สาขาวิชาวิศวกรรมซอฟต์แวร์ คณะวิทยาศาสตร์และเทคโนโลยี

(tkorinp@hotmail.com)

Java Development Tools

1) Software Implementation2) The JRE3) Java Programs4) The JDK5) Eclipse6) Eclipse architecture7) Eclipse Features8) NetBeans9) Developing Graphical Interfaces Using NetBeans10) Applying Layout Managers Using NetBeans11) Adding Action Listeners12) The Javadoc Tool

Software Implementation

• เครื่องมือที่สนับสนุนในการพัฒนาด้วย ภาษา Java

(Eclipse and NetBeans)

• การพัฒนาระบบขนาดใหญ่

• process of design, implementation and testing

• แปลงใช้อยู่ในรูปที่สามารถน าไปใช้ได้

• การใช้โปรแกรม Java ในการรวบรวม source code เพื่อแปลงเป็น intermediate object code ซึ่งถูกแปลงแล้วโดยผ่าน JRE

Compilation

Interpretation

Intermediate Code

The JRE

Java Programs

• Integrated Development Environment (IDE)

• CASE (Computer Aided Software Engineering) tools

• development cycle

• ไฟล์ name.java

• compiler เป็น name.class

• main() method

Java Development Kit (JDK)

Eclipse

• IDE platform

• flexible and extensible

• first developed by IBM

• open source (www.eclipse.org)

Eclipse Architecture

NetBeans

• ปี 2000 โดย Sun Microsystems• www.netbeans.org• ช่วยโปรแกรมเมอร์ประหยัดเวลา

– บทเรียนออนไลน์และวิดีโอออนไลน์– formatting and debugging– automatic pop up windows– สิ่งอ านวยความสะดวกของ code completion– สิ่งอ านวยความสะดวกของ Project management– includes templates

Developing Graphical Interfaces Using NetBeans

• visual tool

• graphical user interfaces

• window และ component

Applying Layout Managers Using NetBeans

• Flow Layout

• Grid Layout

Adding Action Listeners

The Javadoc Tool

Summary

• เครื่องมือที่ใช้ในการเขียนโปรแกรมเชิงวัตถุด้วย Java จะท างานบน JRE

• เครื่องมือที่ใช้ในการเขียนโปรแกรมภาษา Java ได้แก่ – Eclipse

– NetBeans

• เครื่องมือในการเขียนโปรแกรมในปัจจุบันสามารถเช่ือมโยงกับการออกแบบส่วนโต้ตอบผู้ใช้และคู่มือประกอบในรูปแบบต่างๆ ได้

top related