Monday, December 24, 2012

Using PHP With Tomcat

,
Using PHP With Tomcat This tutorial shows how to use PHP version 4 with Tomcat version 4 or later. The tutorial was originally written and sent to the tomcat-dev mailing list by Jean-Frederic Clere (on his vacation, no less ) and Henri Gomez. PHP version 5 is not currently supported as it does...

Sunday, December 23, 2012

การสร้าง Datasource บน Tomcat

,
การสร้าง Datasource บน Tomcat โดยปกติเราสามารถสร้าง Web Application ที่สามารถติดต่อกับฐานข้อมูลได้โดยตรง แต่ในทางปฏิบัติเราควรจะติดต่อฐานข้อมูลผ่านทาง Data source แทน เนื่องจากมีข้อดีกว่าได้แก่ สามารถกำหนดจำนวนการติดต่อได้ สามารถสร้าง connection pool ทำให้ใช้งานระบบได้อย่างมีประสิทธิภาพ...

การเซ็ตอัพ JSP + MySQL5 บน Windows XP

,
จริงแล้วผู้เีีขียนไม่ได้ใช้งาน JSP ในการพัฒนาเว็บนะครับ แต่มีความจำเป็นบางอย่างที่จะต้องเซ็ตอัพเครื่องที่ใช้งานอยู่เป็นประจำซึ่ง เ็ป็น Windows XP (SP2) ให้สามารถใช้งาน JSP + MySQL5 ได้  ซึ่งก็ไม่แน่ใจเหมือนกันว่าจะถูกตามหลักการหรือเปล่า แต่พอเซ็ตอัพชึ้นมาแล้ว เป็นอันว่าสามารถใช้งานได้ครับ ...

Monday, December 3, 2012

Servlet Concurrency

,
A Java servlet container / web server is typically multithreaded. That means, that multiple requests to the same servlet may be executed at the same time. Therefore, you need to take concurrency into consideration when you implement your servlet. I am not going to describe Java concurrency...

XmlBlaster provides a framework to callback browsers (push mode) using a never closing HTTP connection.

,
What is this? When distributing dynamic, event driven content over the internet, you usually choose an applet. The applet connects to the server over CORBA (or any other protocol) and may receive instant notification from the server. But applets produce some well known problems...

How to instrument your Java EE applications for a virtualized environment

,
If you're excited about the automation capabilities of cloud computing and virtualization, you are going to love this solution. In a virtualized environment where applications can ostensibly be popping up all over, and applications are no longer tied to specific servers, there is a need to automatically...

Thursday, October 4, 2012

Tutorial : การใช้งาน DWR เบื้องต้น

,
สำหรับ DWR(Direct Web Remoting) เป็น Java library ที่ทำการ Convert Service ของ Java ไปเป็น JavaScript ทำให้ในฝั่งของ JavaScript สามารถเรียกใช้ method ใน class java ได้โดยตรง คำอธิบายสั้นๆจาก เว็บไซต์ DWR 1DWR is a Java library that enables Java on the server and JavaScript in a browser...
 

Java Servlet Copyright © 2012 | Design by I Love Linux