<<上篇 | 首页 | 下篇>>

Creating Images in a Java Servlet

Dynamic images are commonly used in web applications. You will find dynamic images such as charts, captcha, web site thumbnails, image thumbnails, watermarks, etc. This tutorial will give you a brief walk through on creating a simple dynamic image in a Java Servlet.
Setting up the Servlet
As with most servlets, this servlet will override the doGet() method in HttpServlet. The doGet() method will be called when an HTTP GET request is made to the servlet. We can expect an HTTP GET request when a servlet is called within an <img> tag.

阅读全文……

标签 :

Eclipse Jbuilder与app Server、Ant、VSS集成

Eclipse Jbuilder与app Server、Ant、VSS集成

阅读全文……

标签 : ,

Mysql Hibernate Struts Tomcat中文问题解决方法

Mysql 的版本经常变化,对字符集的支持也是经常变化;mysql 的 JDBC Driver的版本也经常变化,而且mysql JDBC Driver本身也不完善,不仅仅是中文问题。本文介绍一个特定环境的中文处理办法,思想是在所有的地方都一致的使用GBK编码。

阅读全文……

标签 :