-
A Talk by Bruce Eckel: Java Issues & Directions
A talk given at UC Berkeley, Haas School of Business, on June 25, 2004. Bruce is an author of very famous Thinking in C++ and Thinking in Java books. streaming video (2 hrs 16 mins) on first 50 mins, he covers garbage collection is the way for new languages to go — program managability problems…
-
Performance of Java versus C++
a survey from University of Southern California.
-
Java Prolog
Prolog Cafe is a Prolog-to-Java source-to-source translator system. open source 100% Pure Java calling Prolog from Java calling Java from Prolog
-
Java news
GC Portal, a tool for analysing and tuning Java virtual machince‘s garbage collection. 2004 JavaOne Conference. Sun changes Java naming, J2SE 5.0 (formerly J2SE 1.5). Borland joins Java Tools Community. Sun Java Studio Creator 2004Q2, for easier webapp development (formerly Project Rave). Using JavaServer Faces. Enterprise JavaBeans 3.0 announced. Vodafone gets Java for 3G. eWeek.com…
-
Sun open sourced Java 3D. Red Hat, cluster tools.
เรดแฮท เปิดโค้ด Global File System และซอฟต์แวร์คลัสเตอร์อื่นๆ ส่วน ซัน เปิดโค้ด Java 3D API … ทีละนิด ทีละนิด
-
Unrelated stuffs, of things of my interest
OpenBeOS เปลี่ยนชื่อเป็น Haiku แล้ว quick note: BeOS เป็นระบบปฏิบัติการตัวหนึ่งที่นิยมพอสมควรในหมู่คนทำงานด้านกราฟิก แต่ตอนนี้เลิกพัฒนาไปแล้ว และตัวบริษัท BeOS ก็ถูกบริษัท Palm Source ที่ทำ PalmOS ซื้อไป. Haiku เป็นหนึ่งในโครงการหลายๆ อัน ที่พัฒนา BeOS ต่อ —- Eclipse 3.0 จะออกแล้ว quick note: ภายในวันที่ 30 นี้ Eclipse เป็น Java IDE ที่เป็นที่นิยมมาก เริ่มพัฒนาโดย IBM ตอนนี้เป็นโอเพนซอร์ส มีปลั๊กอินดีๆ เพียบ ช่วยให้งานพัฒนาง่ายขึ้น นอกจาก Java แล้ว ก็ยังใช้งานกับภาษาอื่นๆ ได้ด้วย (ตามปลั๊กอิน) — ‘คู่แข่ง’ ของ Eclipse ก็คงจะเป็น NetBeans…
-
Penn Treebank in XML format
Vee, you may interest in this one. No instant noodle here. Still have to work something out, but it shouldn’t be a difficult task. TIGERRegistry PTB -> TIGER XML filter, included in TIGERSearch, a treebank explorer package. TIGER API, Java lib for accessing corpus in TIGER XML format.
-
J2SE, Eclipse, NetBeans, and JDIC
Java 2 SE 1.5.0 Beta 3 Build 55 Eclipse 3.0 RC2 NetBeans IDE 3.6 JDIC: JDesktop Integration Components | intro | faq | ScreenSavers SDK | Tray Icon API
-
Of independent businesses
from GonzoMofo @ blogs sun com: Java == platform independence XML == application independence JXTA == network independence
-
FindBugs
FindBugs “A bug pattern detector for Java” is a static analysis tool to find bugs in your Java code. Introductory article at DeveloperWorks: FindBugs, Part 1: Improve the quality of your code.