heh. duh. yeah.

Martijn Dashorst wrote:

+1
But isn't it HtmlPage?

Martijn

Jonathan Locke wrote:


okay, so it's late and i'm probably hitting the maximum tolerance on renaming already here... but then again... once 1.0 is out, there can be no more of it...


anyway, i keep looking at HttpPage and HttpComponent and i wish they were called WebPage and WebComponent just because it's so much friendlier and because it matches the Web* names in the protocol package (although i suppose WebContainer is arguably slightly more awkward... but then it's not used a whole lot). i mean, then HelloWorld looks as friendly as one can imagine:

public class HelloWorld extends WebPage
{
   public HelloWorld()
   {
       add(new Label("message", "Hello World!"));
   }
}

i understand that this one is pretty gratuitous, so i'm happy to forget it if people vote against it. but if it were just me, i'd probably do it... ;-)

        jon


------------------------------------------------------- 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



-------------------------------------------------------
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