Paul Medcraft wrote:
> I am wary of using methods that call themselves, so I would like to know if
> this approach is safe and if anyone can suggest a better way of doing this.
>
Recursive calls (methods that call themselves) are quite appropriate for an
application like this.
The only thing you want to ensure in your application design is that there is some
rational upper
limit on the number of nested calls. You might also need to configure your JVM to
increase the stack
size per thread (which is where all of these local variables are stored during the
calls).
>
> Thanks,
>
> Paul
>
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html