Update 11 Dec 2000
Low Han Yong, hanyong23@hotmail.com  
 
Profile
 
Current interest:
  • Configuring Orion and developing J2EE applications
  • Develop Servlet for XSLT
  • Setup CVS in Windows/NT environment

SMTP Class

The classes here allows you to send out email with single file attachment. It works perfectly in Java 1.1 environment. Use these classes in your ASP, JSP or servlets sending out email is like a breeze.

New! A small news scroller that allows you to specify link to individual news using a simple text file.

Click here to download.
 

HTTPPost Class

Make use of this class in your applet and you can let your users post information back to the server in exactly the same way as a HTML form. The java class is fully compliant with RFC1867 for multipart form submission using POST method. See document on how to use the class.

IIS to Servlet Adapter

If you are using IIS 4 and want to run servlets, this is the solution for you. Extracted and modified from an article by Thomas E. Davis found in JavaWorld.com. Just install Micorsoft Java SDK and put these classes in the trusted directory. Your servlets can then be run from active server pages.

Shopping Cart

These Java classes are developed to be used with ASP (Active Server Pages) but I believe they can be used with JSP, servlets or any web servers that supports Java. Sample ASP files are included in ShopCart.zip. Create a web site with shopping cart in a matter of minutes!

Useful Links
http://www.javalobby.org/
http://www.flexidesign.com/
http://www.javaworld.com/ http://www.javaworld.com/

Connection Pooling Package

Want to manage your connection to database more efficiently? Make use of this connection pooling package from Javasoft website. Tried and it works perfectly. This package allows 10 concurrent connections to the database via JDBC.

 

PDF Conversion Service for Windows NT (Requires Acrobat 3.01 and MS Office 97 to be installed)

This service checks a target directory and converts *.doc, *.ppt, *.xls etc files to PDF document. If you have specific requirements such as having a watermark or password-protect the PDF document, you will need to develop a customised Acrobat Plug-in. Write to me and I can share my experience. For the NT service, I will only give it free only if you write to me and tell me how it is going to be used.