Posts Tagged ‘Java’

What is JavaDoc

Thursday, October 18th, 2007

พอดีมีโอกาสได้แนะนำน้องๆที่ Office เรื่อง JavaDoc ก็เลยเอามาแชร์ที่นี่ด้วย

Javadoc Tool เป็น Tool ทีใช้ในการ Generate Document จาก Comment ของเราในไฟล์ Java โดยเอกสารที่ได้จะเป็น HTML Format ใครที่นึกไม่ออกลองดู Java Doc ของ J2SE 5 ได้ครับ

อ่านเพิ่มเติมได้ที่
Requirements for Writing Java API Specifications
How to Write Doc Comments for the Javadoc Tool
javadoc – The Java API Documentation Generator

Expression Language (EL) for JSP

Wednesday, October 17th, 2007

Expression Language หรือ EL นั่นเป็นภาษาที่ช่วยในการเข้าถึง Property ของ Java Object ผ่าน Tag Library ใน JSP
นอกจากนี้ EL ยังมี Function ที่มีประโยชน์อีกหลายตัวด้วยกัน

ข้างล่างนี้เป็น Reference ที่ผมบันทึกไว้เผื่อมีประโยชน์ครับ
เพราะบางทีหา Reference ดีๆยากเหลือเกิน

http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html
http://www.ibm.com/developerworks/java/library/j-jstl0211.html

AJAX + JSON ด้วย script.aculo.us (Prototype) และ JSON-Lib

Wednesday, September 26th, 2007

คล้ายๆกลับบทความ สร้าง AJAX ด้วย Dojo และ JSON โดยคุณ We– แห่ง Java and Oracle Blog

แต่ผมนำมาเขียนด้วย script.aculo.us (Prototype) และ JSON-Lib แทน ด้วยเหตุผลที่ว่า
1. ใช้ script.aculo.us หรือ Prototype เพราะไม่เคยใช้กับ Java Project มาก่อน
2. ใช้ JSON-Lib เพราะมัน Powerfull กว่า Standard JSON Library ที่ json.org นั่นเอง

สำหรับพื้นฐาน AJAX คืออะไร JSON คืออะไร หาอ่านกันตามสะดวกนะครับ ผมขอไม่ Feed ให้มากขนาดนั้น ว่าแล้วก็ลุยกันเลยครับ

(more…)

J2SS – In This Cup

Saturday, September 8th, 2007

มีโอกาสได้รู้จักกับ Website ที่ให้ความรู้เกี่ยวกับ Java ในรูปแบบภาษาไทยเว็บนี้เข้าโดยบังเอิญ

(more…)

NJUG 4.0

Friday, September 7th, 2007

กลับมาอีกครั้งกับ Narisa Java User Group 4.0 คราวนี้มีอะไรน่าสนใจไปดูกันเลยครับ

(more…)

JavaCompare plugin for Eclipse

Saturday, August 25th, 2007

จุดเด่นของ JavaCompare ที่เหนือกว่า Comparator มาตรฐานของ Eclipse ก็คือ มันจะไม่สนใจความต่างของ Code ที่เกิดจากการ Format เช่นการขึ้นบรรทัดใหม่ การใส่ Space เป็นต้น

This plugin add a “Ignore java formatting changes” to the Compare viewer. This not only ignores whitespace changes but all java formatting changes (bracket position, line breaks, etc.). Allowing to compare code that have been run though different formatters. The plugin now uses the same font settings configured on Preferences -> General -> Appearance -> Colors and fonts -> Text Compare -> Java compare text font. The formatter uses the formatter preferences set in Preferences -> Java -> Code style -> Formatter.

An introduction to Eclipse for Visual Studio users

Saturday, August 25th, 2007

สำหรับ Developer ที่ใช้ชีวิตกินนอนอยู่กับ Visual Studio แล้วมีความจำเป็นต้องเปลี่ยนมาพัฒนา Java Application ด้วย Eclipse ละก็ ผมแนะนำให้อ่านบทความนี้เลยครับ :D

An introduction to Eclipse for Visual Studio users

Presetations file for Sun Developer Days 2007

Tuesday, August 14th, 2007

ควันหลงจากงาน Sun Developer Days 2007

สำหรับคนที่พลาดโอกาสไปร่วมงานแบบผม เชิญ Download ไปอ่านได้ครับ

Eclipse 3.4 (Ganymede)

Saturday, August 11th, 2007

หลังจาก Eclipse 3.3 (Europa) ตัวเต็มออกมาให้สาวก Eclipse ได้ใช้กันสักพักแล้ว

ก็ถึงเวลาของ Eclipse 3.4 (Ganymede)

โดยตอนนี้สามารถ Download Milestone1 มาใช้ได้ครับ

ระหว่างรอโหลดผมแนะนำให้อ่าน Eclipse 3.4 M1 – New and Noteworthy ฆ่าเวลา :D

นอกจากนี้สำหรับแฟนๆ Eclipse อยากให้มีอะไรใน Ganymede แนะนำกันได้ที่ Blog What’s next for Eclipse?

Regex Util plugin for Eclipse

Saturday, August 11th, 2007

Regex Util เป็น Plugin ที่ช่วยในการเขียนและทดสอบ Regular Expressions (regex) ใน Eclipse ครับ