遊客:  註冊 | 登錄 | 幫助





標題: [分享] 大家一起來學java
mickeyGoUp     Rank: 7Rank: 7Rank: 7
版主
性別 男
UID 5

精華 0
帖子 35511
積分 5235   詳情

閱讀權限 150
註冊 2006-3-24
來自 美國滴滴尼
狀態 離線

 
 
 
 
發表於 2006-10-9 11:47 PM  資料  個人空間  短訊  加為好友 


QUOTE:
原帖由 on99 於 2006-10-6 01:09 AM 發表
what is java api???

API is Application Programming Interface.

When I write a program, I can also provide a set of API functions so when other developers/programmers want to use my program, they may just call those API I provided.

The definition of "Java API" is quite broad.  I am not sure what exactly you want to ask.  It can be a set of API for accessing another Java program, but it can also be a set of API for accessing another program written in other languages.  The bottomline is, the API is written in Java so that Java programmers can include the API calls in their codes to access other programs.

Please correct if I was wrong.

頂部

mickeyGoUp     Rank: 7Rank: 7Rank: 7
版主
性別 男
UID 5

精華 0
帖子 35511
積分 5235   詳情

閱讀權限 150
註冊 2006-3-24
來自 美國滴滴尼
狀態 離線

 
 
 
 
發表於 2006-10-10 12:06 AM  資料  個人空間  短訊  加為好友 


QUOTE:
原帖由 flash2man 於 2006-10-6 09:46 PM 發表
其實我喺市面上常見到J2EE、J2SE等等......
其實係有咩分別架?你地講哥個軟件係點樣安裝架?

J2SE = Java2 Standard Edition
J2EE = Java2 Enterprise Edition

其實就好似 Windows XP 有 Home Edition, Professional Edition 咁﹐J2SE 同  J2EE 大家都係 Java 2 既 package﹐但 J2EE 就多左好多 API 呀果 d。  如果您只係寫下普通 website (servlets/JSP...etc.) 或者 獨立 Java programs﹐咁 J2SE 就已足夠﹐亦可以使用一 d 免費既 Servlet Engine (Tomcat 係一個較普遍既例子)。 但如果您想玩到 EJB (Enterprise Java Bean) 呀果 d﹐就要裝 J2EE 勒﹐而您亦需要裝有一個 Application Server 例如 WebLogic, Websphere, JBoss...等。

通常係 d 商業或者大機構或大型網站先會用到 J2EE。

您亦會常常見到 "JDK" 呢個 term﹐JDK 就係 Java Development Kit﹐即係成 set 野俾 programmer 下載﹐其中已包括您所需要既野﹐例如 J2SE 既 APIs...等等。 您可以去以下網頁 d/l 個 JDK 5.0 Update 9 with NetBeans 5.0﹐佢種跟埋 NetBeans 呢個幾籍得推薦既 programming editor 添!

http://java.sun.com/javase/downloads/index.jsp

安裝方面﹐都係跟 instruction 就得架喇。

頂部

flash2man (我愛芙蓉姐姐)     Rank: 5Rank: 5Rank: 5
風中藍
性別 保密
UID 19

精華 0
帖子 4160
積分 5664   詳情

閱讀權限 60
註冊 2006-6-23
來自 活在芙蓉姐姐世界
狀態 離線

 
 
 
 
發表於 2006-10-10 09:58 PM  資料  個人空間  短訊  加為好友  Gmail
咁呢個NetBeans係唔係好似VB咁,可以編程架?






頂部

mickeyGoUp     Rank: 7Rank: 7Rank: 7
版主
性別 男
UID 5

精華 0
帖子 35511
積分 5235   詳情

閱讀權限 150
註冊 2006-3-24
來自 美國滴滴尼
狀態 離線

 
 
 
 
發表於 2006-10-11 01:55 AM  資料  個人空間  短訊  加為好友 


QUOTE:
原帖由 flash2man 於 2006-10-10 09:58 AM 發表
咁呢個NetBeans係唔係好似VB咁,可以編程架?

係呀可以編程架﹐不過就唔係 visual tool 黎 (好似唔係)﹐即係唔會可以畫 d buttons 呀果 d﹐但有好多野都會同 JDK 配合﹐方便編寫 Java。

頂部

flash2man (我愛芙蓉姐姐)     Rank: 5Rank: 5Rank: 5
風中藍
性別 保密
UID 19

精華 0
帖子 4160
積分 5664   詳情

閱讀權限 60
註冊 2006-6-23
來自 活在芙蓉姐姐世界
狀態 離線

 
 
 
 
發表於 2006-10-11 09:43 AM  資料  個人空間  短訊  加為好友  Gmail
明白,咁我down黎試下先!






頂部

lhy     Rank: 3
青出藍
性別 男
UID 14043

精華 0
帖子 121
積分 330   詳情

閱讀權限 40
註冊 2006-10-16
來自 Netherlands
狀態 離線

 
 
 
 
發表於 2006-10-16 12:45 PM  資料  個人空間  短訊  加為好友 
Sorry but i have to correct mickeyGoUp. Netbeans is a visual tool. You can add a JFrame Form into you project and draw component on it.

頂部

mickeyGoUp     Rank: 7Rank: 7Rank: 7
版主
性別 男
UID 5

精華 0
帖子 35511
積分 5235   詳情

閱讀權限 150
註冊 2006-3-24
來自 美國滴滴尼
狀態 離線

 
 
 
 
發表於 2006-10-17 04:33 AM  資料  個人空間  短訊  加為好友 


QUOTE:
原帖由 lhy 於 2006-10-16 12:45 AM 發表
Sorry but i have to correct mickeyGoUp. Netbeans is a visual tool. You can add a JFrame Form into you project and draw component on it.

Thank you!  

I think you are right!  Just that I am not a GUI person so I didn't touch that part much.

Are you a java programmer also?  

頂部

lhy     Rank: 3
青出藍
性別 男
UID 14043

精華 0
帖子 121
積分 330   詳情

閱讀權限 40
註冊 2006-10-16
來自 Netherlands
狀態 離線

 
 
 
 
發表於 2006-10-17 09:11 AM  資料  個人空間  短訊  加為好友 
You cant call me a java programmer (yet) I am finishing my degree bachelor of ICT (Software Engineer) after that I will do a master degree. I think only let people do hello world in this topic is a bit useless. I suggest you to make tutorials (for Netbeans/eclipse) and let them feel what they can do (draw buttons, editbox field etc and some code).



最後編輯: lhy : 2006-10-17 09:13 AM
頂部

mickeyGoUp     Rank: 7Rank: 7Rank: 7
版主
性別 男
UID 5

精華 0
帖子 35511
積分 5235   詳情

閱讀權限 150
註冊 2006-3-24
來自 美國滴滴尼
狀態 離線

 
 
 
 
發表於 2006-10-18 05:02 AM  資料  個人空間  短訊  加為好友 


QUOTE:
原帖由 lhy 於 2006-10-16 09:11 PM 發表
You cant call me a java programmer (yet) I am finishing my degree bachelor of ICT (Software Engineer) after that I will do a master degree. I think only let people do hello world in this topic is a bit useless. I suggest you to make tutorials (for Netbeans/eclipse) and let them feel what they can do (draw buttons, editbox field etc and some code).  

Thanks for your suggestions.  I have thought of posting more tutorials too.  But I have been too busy to do that, and there are tons of free tutorials out there.  So right now this board is more for discussion.  Or if someone has a problem to solve, we can talk about it here and try to solve it together.  Hopefully some day I will have the time to create my own little tutorials for members to read.  

When I went to college, java wasn't popular yet so they did not teach us java.  So what do you guys use in school?  eclipse?  Running on solaris or linux?  Do you learn any J2EE stuffs? If so, what app server are they running?  I am just curious.  

頂部

lhy     Rank: 3
青出藍
性別 男
UID 14043

精華 0
帖子 121
積分 330   詳情

閱讀權限 40
註冊 2006-10-16
來自 Netherlands
狀態 離線

 
 
 
 
發表於 2006-10-18 06:47 AM  資料  個人空間  短訊  加為好友 
We are using Netbeans. I think it is one of the up coming IDE at the moment. Also because it is develope by sun. And about the tutorial I mean chinese tutorials. I saw your early posts, You can type (write) chinese. I cant I can only read them. Our next project will be using Java Enterprise Beans. So I am looking forward to that. Up untill now I think we are learning just basic things and learning OO Programming. We are doing C++. Delphi and Java as programming language.

頂部

快速美言
           


當前時區 GMT+8, 現在時間是 2024-5-6 07:36 AM

    Powered by Discuz!  © 2001-2007 Comsenz Inc.   
Processed in 0.013285 second(s), 7 queries

清除 Cookies - 聯繫我們 - LIPS Corner 新天藍 - Archiver