Personally I prefer the original naming. I have always felt
that trying to avoid name conflicts even though the classes exist in
two different packages is a waste of time. I actually *prefer* having
wicket.util.List instead of some ambigious class name I am not used to.
That's what IDEs are for. They resolve the classes for you and I really
don't think it is such a big deal. I am much more interested in having
the resulting code be readable, containing familiar class names, than
have to learn all these new concepts. Just my 2 cents.

        I know Netbeans has a great auto-import engine. I suspect
Eclipse does too. So why the hesitation to use familiar names?

Gili

On Mon, 07 Feb 2005 19:51:43 -0800, Jonathan Locke wrote:

>
>i was thinking things would be more consistent and less confusing if we 
>didn't use the Http* names (because they conflict with servlet API class 
>names).
>
>so i was thinking of renaming:
>
>HttpRequest -> WebRequest
>HttpRequestCycle -> WebRequestCycle
>HttpReponse -> WebResponse
>HttpSession -> WebSession
>
>the mock objects would stay the same since they are implementing the 
>actual servlet API interfaces
>
>this would have the benefit of matching the existing WebApplication 
>class and providing easy distinctions between the Web* Wicket 
>abstractions and the Http* servlet API stuff
>
>any thoughts?
>
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Wicket-develop mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/wicket-develop
>




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to