Re: Session timeout event

2002-12-05 Thread Yong How
1 Hope it helps Best Regards, Lim Yong How Software Engineer Ryeson Security International 180B Bencoolen Street #10-01/02 The Bencoolen Singapore 189648 www.ryeson.com <http://www.ryeson.com> ___

Re: Text Area & Limit ed datbase fields.

2002-12-23 Thread Yong How
Hi, This may sounds crazy, but have you consider using 4 varchar(255) breaking the 1000 string into 4 parts, and the breaking position should be at around each of the 250 mark which is a space. Doing so, you still could still query these 4 four fields together HTH Best Regards, Lim Yong How

Re: Sign a jar using a certifiacte file....

2002-12-23 Thread Yong How
Hi, You could refer to the following URL: http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/s igned.html or get more info by performing a search at Google using keywords : jar certificate applet Best Regards, Lim Yong How Software Engineer Ryeson Security

Re: About Servlet as a Service.

2002-12-27 Thread Yong How
... try{ sock = (IaikGSISocket)ssock.accept(); HTH Best Regards, Lim Yong How Software Engineer Ryeson Security International 180B Bencoolen Street #10-01/02 The Bencoolen Singapore 189648 www.ryeson.com <htt