Re: IDE for Database Mappings

2002-01-28 Thread Ivan Kougaenko
Title: IDE for Database Mappings This might be usefull.. (originally written by Joe Carter http://freespace.virgin.net/joe.carter/TableGen/, and now it seems to be maintained by Luke Reeves.) http://www.neuro-tech.net/app.xml?name=tablegen this utility generates classes to represent tables w

how to get notified of session timeout

2001-05-31 Thread Ivan Kougaenko
Alright, I figured out a way of detecting session timeout and performing cleanup after its death. example: 1. user logs in (creates a session) 2. user modifies some tables in the DB 3. user closes the browser, leaves it unattended, logs out, disconnects from the internet, etc.. (session timesout)

how to get notified of session death?

2001-05-31 Thread Ivan Kougaenko
I just thought of another way of dealing with detecting session timeout and the "clean-up" process. Please tell me what you think. 1. Create an Object and override its finalize() method. 2. Place that object into the session (during login).. haven't tried it yet, but something like this: session.

how to get notified of session death?

2001-05-31 Thread Ivan Kougaenko
Here's my question... I have a JSP app (page centric design) with user logins. Every time a user logs in, he/she can modify different things (back end), but once they log out or close the browser, I want to be able reset all of the changes made by them. For example: 1. User logs in 2. User change

Re: /examples/HelloServlet Page not found error

2001-04-24 Thread Ivan Kougaenko
make sure your server is properly configured to run servlets.. also, try using the netscape browser - better error reporting - Original Message - From: "drew w" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 3:57 PM Subject: /examples/HelloServlet Page not foun

Re: USE JSP/JAVABEANS TO GENERATE ON THE FLY DHTML

2001-02-08 Thread Ivan Kougaenko
if by "on the fly" you mean a series of requests, then yes -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan L. Croft Sent: Thursday, February 08, 2001 11:50 AM To: [EMAIL PROTECTED] Subject: USE JSP/JA

Re: Which JSP Engine/Application Server is the best?

2001-02-01 Thread Ivan Kougaenko
orion has been my fav. for a while now.. check it out www.orionserver.com _Ivan -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jann VanOver Sent: Wednesday, January 31, 2001 2:51 PM To: [EMAIL PROTECTED]

Re: arrays

2000-12-23 Thread Ivan Kougaenko
there's a good article (http://www.javaworld.com/jw-12-1999/jw-12-performance.html) on vectors, casting, and performance. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Venu Gopal Sent: Saturday, December

Re: Load Test

2000-12-08 Thread Ivan Kougaenko
http://www.rswsoftware.com - eLoad (takes about 5mb RAM per 1 user, so the user count really depends on RAM.. and network bandwidth) http://www.mercuryinteractive.com - ActiveTest http://www.segue.com - SilkPerformer http://www.web-server-tools.com/tools/ http://www.opensta.org http://www.ra

Re: Testing servlets/JSP with automated tool

2000-11-28 Thread Ivan Kougaenko
There are a number these tools out there some of the most popular include... (most of them are too darn expensive for personal use) SilkTest (QAPartner) - by Segue (http://www.segue.com) it has a cool object based language called 4Test.. its pretty powerful, but can be a bit complicated for a nov

Re: what do i need to run .jsp?

2000-11-09 Thread Ivan Kougaenko
just a little note... there's a company out there that handles 50,000 simultanious users on daly basis, with out any issues (no slowdowns, etc...) And they use Apache+JServ+gnujsp _I -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMA

Re: threads

2000-11-08 Thread Ivan Kougaenko
got the same question.. would java.util.Observable be a good solution for this? thanks in advance! _I -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Luis Javier Beltran Sent: Wednesday, November 08, 2000 3