Originally posted by ou yang:
i remembered a person who have the analogous the question.you would use a filter,the user is not logged in.but they access a protected source then he will be redirected to login page.Once he has successful login in,the user is redirected to the original source page.do you want to do like this?if yes,i will send an example to you .my skype username is xuexishijie,you can add me or send email to me.
Originally posted by Paul Sturrock:
I'm trying to think why you might want them to do this; any reason?
Originally posted by marc weber:
Note: The source for the above quote is...
http://java.sun.com/j2se/1.5.0/docs/guide/language/assert.html
Originally posted by Ilja Preuss:
I often prefer to return Arrays, simply because it communicates better the type of the objects in the collection. Of course this will change with Tiger's generics - then I would prefer iterators because they provide better decoupling.