Re: Object size in App Server

2006-05-25 Thread Ed Griebel
at the file size. But I needed something quick and dirty and not necessarily extremely accurate. Harsh. -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 12:16 AM To: Struts Users Mailing List Subject: Re: Object size in App Server I can help

RE: Object size in App Server

2006-05-25 Thread Chaudhary, Harsh
Mailing List Subject: Re: Object size in App Server I can help with the session size at least: http://javawebparts.sourceforge.net Specifically, the SessionSize class: http://javawebparts.sourceforge.net/javadocs/javawebparts/session/Sessio nSize.html I think you should be able to yank that

Re: Object size in App Server

2006-05-24 Thread Hanmay Udgiri
Hi Is the API available in JDK1.4?? I am not able to get the API in WSAD 5.1.1 version JDK... Thanks and Regards Hanmayya Udgiri On 5/24/06, Hanmay Udgiri <[EMAIL PROTECTED]> wrote: Hi I am getting a ResultSet from database. I want to get the size of the object in the App Server. Also I want

Re: Object size in App Server

2006-05-24 Thread paz . periasamy
Subject: Object size in App Server Hi I am getting a ResultSet from database. I want to get the size of the object in the App Server. Also I want to get the size of session object after the user is validated and the user details are added to session. Thanks a

Re: Object size in App Server

2006-05-24 Thread Frank W. Zammetti
I can help with the session size at least: http://javawebparts.sourceforge.net Specifically, the SessionSize class: http://javawebparts.sourceforge.net/javadocs/javawebparts/session/SessionSize.html I think you should be able to yank that code and and make it generic to work with any Object (

Object size in App Server

2006-05-24 Thread Hanmay Udgiri
Hi I am getting a ResultSet from database. I want to get the size of the object in the App Server. Also I want to get the size of session object after the user is validated and the user details are added to session. Thanks and Regards Hanmayya Udgiri

Object size in App Server

2006-05-24 Thread Hanmay Udgiri
Hi I am getting a ResultSet from database. I want to get the size of the object in the App Server. Also I want to get the size of session object after the user is validated and the user details are added to session. Thanks and Regards Hanmayya Udgiri