By Thipbodee Sittibusaya [ Monday, January 25th, 2010 ]
Google Map
คือ Applicationแผนที่onlineที่ GoogleเปิดAPIให้เราเรียกงานผ่านWebโดยไม่ต้องเสียค่า
ใช้จ่ายแต่อยางใดโดยgoogleได้เปิดช่องทางให้ท่านสามารถเรียกใช้งาน Google Mapsผ่าน
APIให้ไปปรากฏบนหน้าwebsiteของท่านได้และมีวิธีการทำที่ไม่ซับซ้อนมากจนเกินไป
ความรู้ที่เพื่อนควรมีก่อนการทำGoogle Map
1 FlashScript หรือ JAVAScript
2 Form HTMLและCSS
Read the rest of this article »
By Supanit Lalitwanichkul [ Friday, January 22nd, 2010 ]
Testing is very important to application development. Most enterprise applications are related with persistence data in database system. If you have to test integration between DAOs and databases, called Data Access Objects Testing (DAOs Testing), you will prepare data in database for these testing. There are many ways to prepare test data in database.
- 1. Inserting test data using SQL script by manually.
- 2. Import and Export data automatically by other applications.
DBUnit is a tool which provides for Data Access Objects Testing.
Read the rest of this article »
By Supanit Lalitwanichkul [ Monday, January 18th, 2010 ]
Nowadays, web-applications have grown over to support business processes in many organization. Each application has many users, groups and roles, that is responsible of administrator to manages its. Single sign-on (SSO) and identity management can reduce the administrator work about managing user information that is kept in a centralized repository.
Read the rest of this article »
By Thipbodee Sittibusaya [ Friday, January 15th, 2010 ]
Apache POI เป็น API ที่ช่่วยเราในการเขียนและอ่านเอกสาร ของ Microsoft Office
ซึ่งสามารถหาดูตัวอย่างและdownload source code มาใช้งานได้ที่ http://poi.apache.org
โดยเราสามารถแบ่ง Component ใน POIได้เป็นส่วนๆดังนี้
-
Excel
-
Word
-
PowerPoint
-
OpenXML4J
-
OLE2 FileSystem
-
Outlook
-
Visio
-
Publisher
Read the rest of this article »
By Sorawit Laosinchai [ Friday, January 15th, 2010 ]
Every JAVA Developer should know how to set Java runtime options. Tomcat’s document said that setting Tomcat’s Java runtime options is as easy as setting ordinary Java runtime options by set those options in environment variable named JAVA_OPTS. When I try to set multi Java runtime options in Tomcat core script, catalina.bat, it appear that I cannot start my Tomcat Server due to fault configuration in JAVA_OPTS that lead to fault execute command in the last part of core script. What is happening here?
Read the rest of this article »