Re: [Wicket-user] Joost uses Wicket

2007-04-02 Thread ZedroS Schwart
> I'll be  checking in  an URIRequestTargetUrlCodingStrategy  in the
> next  days that  basically takes  the remaining  URL fragment  and
> gives  it  to  the  user  as getURI().   To  follow  your  advice,
> I  will  also  add an  example  of  how  to  combine this  with  a
> ResourceStreamRequestTarget, good idea.

Great, thanks !

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-18 Thread Jean-Baptiste Quenot
* Jonathan Locke:


> Someone should really  make an example or even  a reusable class
> like  that.  What  you're suggesting  is very  non-obvious to  a
> newbie.

I'll be  checking in  an URIRequestTargetUrlCodingStrategy  in the
next  days that  basically takes  the remaining  URL fragment  and
gives  it  to  the  user  as getURI().   To  follow  your  advice,
I  will  also  add an  example  of  how  to  combine this  with  a
ResourceStreamRequestTarget, good idea.

Stay tuned!
-- 
 Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-18 Thread Jonathan Locke


Someone should really make an example or even a reusable class
like that.  What you're suggesting is very non-obvious to a newbie.


Jean-Baptiste Quenot-3 wrote:
> 
> * ZedroS Schwart:
> 
>> Regarding static  content, is it such  a big issue to  have some
>> wicket html pages with empty classes behind ?
> 
> You don't  even need  empty classes to  serve static  content with
> Wicket, just use a custom IRequestTargetUrlCodingStrategy together
> with a  ResourceStreamRequestTarget to  serve the content  from an
> IResourceStream (can be a static file).
> -- 
>  Jean-Baptiste Quenot
> aka  John Banana   Qwerty
> http://caraldi.com/jbq/
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Joost-uses-Wicket-tf3390296.html#a9540623
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-18 Thread Jean-Baptiste Quenot
* ZedroS Schwart:

> Regarding static  content, is it such  a big issue to  have some
> wicket html pages with empty classes behind ?

You don't  even need  empty classes to  serve static  content with
Wicket, just use a custom IRequestTargetUrlCodingStrategy together
with a  ResourceStreamRequestTarget to  serve the content  from an
IResourceStream (can be a static file).
-- 
 Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-17 Thread ZedroS Schwart
Regarding static content, is it such a big issue to have some wicket
html pages with empty classes behind ?

Thanks in advance
ZedroS

On 3/15/07, Ryan <[EMAIL PROTECTED]> wrote:
> It is definitely possible. First make sure you are running 1.2.5 or
> better (this will fix a bug where posts did not have a '/' after the
> context name if you choose to deploy the application with a non root
> context). Map your servlet to '/*' ... Next, deploy. =)
>
> The only other issue to worry about is how to serve static content. My
> preference is to frontend tomcat or jetty with apache and have apache
> serve anything located at /images or /css etc. This means in wicket if
> I want to create an image tag that refers to a static image I create a
> url that references /images/filename.jpg. When deploying with apache
> this will be served by apache and when running without apache I deploy
> a static web application to the /images context. This has proven to
> work very well for the last few projects I have worked on.
>
> Ryan
>
> On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
> >
> > My point is that you can't do that with Wicket, unless you know
> > something I don't...?
> >
> > Gili
> >
> > Ryan wrote:
> > > In any public application I deploy I remove the servlet context path
> > > (wicket or no wicket).
> > >
> > > Ryan
> > >
> > > On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
> > >> If they use Wicket why doesn't it show at all on their website at
> > >> joost.com? I am expecting to at least see some evidence of a servlet
> > >> context path...
> > >>
> > >> Gili
> > >>
> > >> Brian Topping wrote:
> > >>> Here I thought they were cool, then they use Ant?!?
> > >>>
> > >>> :b
> > >>>
> > >>> On Mar 12, 2007, at 8:45 AM, mraible wrote:
> > >>>
> >  Thought y'all might be interested:
> > 
> >  http://opensource.joost.com/
> > 
> >  Joost is a new company started by the founders of Skype:
> > 
> >  http://en.wikipedia.org/wiki/Joost
> > 
> >  Matt
> >  --
> >  View this message in context: http://www.nabble.com/Joost-uses-
> >  Wicket-tf3390296.html#a9437082
> >  Sent from the Wicket - User mailing list archive at Nabble.com.
> > 
> > 
> >  --
> >  ---
> >  Take Surveys. Earn Cash. Influence the Future of IT
> >  Join SourceForge.net's Techsay panel and you'll get the chance to
> >  share your
> >  opinions on IT & business topics through brief surveys-and earn cash
> >  http://www.techsay.com/default.php?
> >  page=join.php&p=sourceforge&CID=DEVDEV
> >  ___
> >  Wicket-user mailing list
> >  Wicket-user@lists.sourceforge.net
> >  https://lists.sourceforge.net/lists/listinfo/wicket-user
> > 
> > >>>
> > >>> -
> > >>> Take Surveys. Earn Cash. Influence the Future of IT
> > >>> Join SourceForge.net's Techsay panel and you'll get the chance to share 
> > >>> your
> > >>> opinions on IT & business topics through brief surveys-and earn cash
> > >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > >>> ___
> > >>> Wicket-user mailing list
> > >>> Wicket-user@lists.sourceforge.net
> > >>> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >>
> > >> -
> > >> Take Surveys. Earn Cash. Influence the Future of IT
> > >> Join SourceForge.net's Techsay panel and you'll get the chance to share 
> > >> your
> > >> opinions on IT & business topics through brief surveys-and earn cash
> > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > >> ___
> > >> Wicket-user mailing list
> > >> Wicket-user@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >>
> > >>
> > >>
> > >
> > > -
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to share 
> > > your
> > > opinions on IT & business topics through brief surveys-and earn cash
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=s

Re: [Wicket-user] Joost uses Wicket

2007-03-15 Thread Ryan
It is definitely possible. First make sure you are running 1.2.5 or
better (this will fix a bug where posts did not have a '/' after the
context name if you choose to deploy the application with a non root
context). Map your servlet to '/*' ... Next, deploy. =)

The only other issue to worry about is how to serve static content. My
preference is to frontend tomcat or jetty with apache and have apache
serve anything located at /images or /css etc. This means in wicket if
I want to create an image tag that refers to a static image I create a
url that references /images/filename.jpg. When deploying with apache
this will be served by apache and when running without apache I deploy
a static web application to the /images context. This has proven to
work very well for the last few projects I have worked on.

Ryan

On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
>
> My point is that you can't do that with Wicket, unless you know
> something I don't...?
>
> Gili
>
> Ryan wrote:
> > In any public application I deploy I remove the servlet context path
> > (wicket or no wicket).
> >
> > Ryan
> >
> > On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
> >> If they use Wicket why doesn't it show at all on their website at
> >> joost.com? I am expecting to at least see some evidence of a servlet
> >> context path...
> >>
> >> Gili
> >>
> >> Brian Topping wrote:
> >>> Here I thought they were cool, then they use Ant?!?
> >>>
> >>> :b
> >>>
> >>> On Mar 12, 2007, at 8:45 AM, mraible wrote:
> >>>
>  Thought y'all might be interested:
> 
>  http://opensource.joost.com/
> 
>  Joost is a new company started by the founders of Skype:
> 
>  http://en.wikipedia.org/wiki/Joost
> 
>  Matt
>  --
>  View this message in context: http://www.nabble.com/Joost-uses-
>  Wicket-tf3390296.html#a9437082
>  Sent from the Wicket - User mailing list archive at Nabble.com.
> 
> 
>  --
>  ---
>  Take Surveys. Earn Cash. Influence the Future of IT
>  Join SourceForge.net's Techsay panel and you'll get the chance to
>  share your
>  opinions on IT & business topics through brief surveys-and earn cash
>  http://www.techsay.com/default.php?
>  page=join.php&p=sourceforge&CID=DEVDEV
>  ___
>  Wicket-user mailing list
>  Wicket-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> >>>
> >>> -
> >>> Take Surveys. Earn Cash. Influence the Future of IT
> >>> Join SourceForge.net's Techsay panel and you'll get the chance to share 
> >>> your
> >>> opinions on IT & business topics through brief surveys-and earn cash
> >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >>> ___
> >>> Wicket-user mailing list
> >>> Wicket-user@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >> -
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to share 
> >> your
> >> opinions on IT & business topics through brief surveys-and earn cash
> >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >> ___
> >> Wicket-user mailing list
> >> Wicket-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >>
> >>
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opini

Re: [Wicket-user] Joost uses Wicket

2007-03-13 Thread Xavier Hanin

On 3/12/07, Brian Topping <[EMAIL PROTECTED]> wrote:


Here I thought they were cool, then they use Ant?!?



Yes, with Ivy. Maybe not "cool", but works very well :-)

- Xavier

:b


On Mar 12, 2007, at 8:45 AM, mraible wrote:

>
> Thought y'all might be interested:
>
> http://opensource.joost.com/
>
> Joost is a new company started by the founders of Skype:
>
> http://en.wikipedia.org/wiki/Joost
>
> Matt
> --
> View this message in context: http://www.nabble.com/Joost-uses-
> Wicket-tf3390296.html#a9437082
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> --
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?
> page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-13 Thread ZedroS Schwart
Danke schön Rüdiger !

I understand better now.

Have a good day
++
ZedroS

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-13 Thread Rüdiger Schulz
Hello,

the Filter is not in Wicket 1.2.x, only 1.3 and 2.0.

ZedroS Schwart schrieb:
> Hi all
> 
> On 3/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>> it is ok to do that (use /* mapping) if you use WicketFilter instead of
>> WicketServlet
> 
> I'm sorry but I didn't a WicketFilter class in the API nor in the
> wicket examples. And the web.xml file from wicket examples seems
> rather normal to me :$
> 
> Could you please be more precise for a Wicket beginner ?
> 
> Thanks in advance
> 
> ZedroS
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread ZedroS Schwart
Hi all

On 3/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> it is ok to do that (use /* mapping) if you use WicketFilter instead of
> WicketServlet

I'm sorry but I didn't a WicketFilter class in the API nor in the
wicket examples. And the web.xml file from wicket examples seems
rather normal to me :$

Could you please be more precise for a Wicket beginner ?

Thanks in advance

ZedroS

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Iman Rahmatizadeh

I thought everybody knew this, Jonathan I guess once mentioned it on his
weblog. And there's also another big one here
http://martijndashorst.com/blog/2007/03/10/myspace-going-wicket/

On 3/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:


i was being sarcastic :)

-igor

On 3/12/07, Jonathan Locke <[EMAIL PROTECTED]> wrote:
>
>
>
> i think that's correct.  but i also heard that it will be publicly
> visible
> later.
>
>
> igor.vaynberg wrote:
> >
> > is it at all feasible that it is being used for an internal system?
> >
> > -igor
> >
> >
> > On 3/12/07, cowwoc < [EMAIL PROTECTED]> wrote:
> >>
> >>
> >> If they use Wicket why doesn't it show at all on their
> website at
> >> joost.com? I am expecting to at least see some evidence of a servlet
> >> context path...
> >>
> >> Gili
> >>
> >> Brian Topping wrote:
> >> > Here I thought they were cool, then they use Ant?!?
> >> >
> >> > :b
> >> >
> >> > On Mar 12, 2007, at 8:45 AM, mraible wrote:
> >> >
> >> >> Thought y'all might be interested:
> >> >>
> >> >> http://opensource.joost.com/
> >> >>
> >> >> Joost is a new company started by the founders of Skype:
> >> >>
> >> >> http://en.wikipedia.org/wiki/Joost
> >> >>
> >> >> Matt
> >> >> --
> >> >> View this message in context: http://www.nabble.com/Joost-uses-
> >> >> Wicket-tf3390296.html#a9437082
> >> >> Sent from the Wicket - User mailing list archive at Nabble.com.
> >> >>
> >> >>
> >> >>
> --
> >> >> ---
> >> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> >> Join SourceForge.net's Techsay panel and you'll get the chance to
> >> >> share your
> >> >> opinions on IT & business topics through brief surveys-and earn
> cash
> >> >> http://www.techsay.com/default.php?
> >> >> page= join.php&p=sourceforge&CID=DEVDEV
> >> >> ___
> >> >> Wicket-user mailing list
> >> >> Wicket-user@lists.sourceforge.net
> >> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >> >>
> >> >
> >> >
> >> >
> >>
> -
> >> > Take Surveys. Earn Cash. Influence the Future of IT
> >> > Join SourceForge.net 's Techsay panel and you'll get the chance to
> share
> >> your
> >> > opinions on IT & business topics through brief surveys-and earn
> cash
> >> >
> >>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >> > ___
> >> > Wicket-user mailing list
> >> > Wicket-user@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >>
> >>
> -
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to
> share
> >> your
> >> opinions on IT & business topics through brief surveys-and earn cash
> >>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >> ___
> >> Wicket-user mailing list
> >> Wicket-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >>
> >>
> >
> >
> -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> share
> > your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
> --
> View this message in context: 
http://www.nabble.com/Joost-uses-Wicket-tf3390296.html#a9448145
>
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.n

Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Igor Vaynberg

i was being sarcastic :)

-igor

On 3/12/07, Jonathan Locke <[EMAIL PROTECTED]> wrote:




i think that's correct.  but i also heard that it will be publicly visible
later.


igor.vaynberg wrote:
>
> is it at all feasible that it is being used for an internal system?
>
> -igor
>
>
> On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
>>
>>
>> If they use Wicket why doesn't it show at all on their website
at
>> joost.com? I am expecting to at least see some evidence of a servlet
>> context path...
>>
>> Gili
>>
>> Brian Topping wrote:
>> > Here I thought they were cool, then they use Ant?!?
>> >
>> > :b
>> >
>> > On Mar 12, 2007, at 8:45 AM, mraible wrote:
>> >
>> >> Thought y'all might be interested:
>> >>
>> >> http://opensource.joost.com/
>> >>
>> >> Joost is a new company started by the founders of Skype:
>> >>
>> >> http://en.wikipedia.org/wiki/Joost
>> >>
>> >> Matt
>> >> --
>> >> View this message in context: http://www.nabble.com/Joost-uses-
>> >> Wicket-tf3390296.html#a9437082
>> >> Sent from the Wicket - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >>
--
>> >> ---
>> >> Take Surveys. Earn Cash. Influence the Future of IT
>> >> Join SourceForge.net's Techsay panel and you'll get the chance to
>> >> share your
>> >> opinions on IT & business topics through brief surveys-and earn cash
>> >> http://www.techsay.com/default.php?
>> >> page=join.php&p=sourceforge&CID=DEVDEV
>> >> ___
>> >> Wicket-user mailing list
>> >> Wicket-user@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
>> >>
>> >
>> >
>> >
>>
-
>> > Take Surveys. Earn Cash. Influence the Future of IT
>> > Join SourceForge.net's Techsay panel and you'll get the chance to
share
>> your
>> > opinions on IT & business topics through brief surveys-and earn cash
>> >
>>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> > ___
>> > Wicket-user mailing list
>> > Wicket-user@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
>>
-
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
>>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

--
View this message in context:
http://www.nabble.com/Joost-uses-Wicket-tf3390296.html#a9448145
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Jonathan Locke


i think that's correct.  but i also heard that it will be publicly visible
later.


igor.vaynberg wrote:
> 
> is it at all feasible that it is being used for an internal system?
> 
> -igor
> 
> 
> On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
>>
>>
>> If they use Wicket why doesn't it show at all on their website at
>> joost.com? I am expecting to at least see some evidence of a servlet
>> context path...
>>
>> Gili
>>
>> Brian Topping wrote:
>> > Here I thought they were cool, then they use Ant?!?
>> >
>> > :b
>> >
>> > On Mar 12, 2007, at 8:45 AM, mraible wrote:
>> >
>> >> Thought y'all might be interested:
>> >>
>> >> http://opensource.joost.com/
>> >>
>> >> Joost is a new company started by the founders of Skype:
>> >>
>> >> http://en.wikipedia.org/wiki/Joost
>> >>
>> >> Matt
>> >> --
>> >> View this message in context: http://www.nabble.com/Joost-uses-
>> >> Wicket-tf3390296.html#a9437082
>> >> Sent from the Wicket - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >> --
>> >> ---
>> >> Take Surveys. Earn Cash. Influence the Future of IT
>> >> Join SourceForge.net's Techsay panel and you'll get the chance to
>> >> share your
>> >> opinions on IT & business topics through brief surveys-and earn cash
>> >> http://www.techsay.com/default.php?
>> >> page=join.php&p=sourceforge&CID=DEVDEV
>> >> ___
>> >> Wicket-user mailing list
>> >> Wicket-user@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
>> >>
>> >
>> >
>> >
>> -
>> > Take Surveys. Earn Cash. Influence the Future of IT
>> > Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> > opinions on IT & business topics through brief surveys-and earn cash
>> >
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> > ___
>> > Wicket-user mailing list
>> > Wicket-user@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
>> -
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
>>
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Joost-uses-Wicket-tf3390296.html#a9448145
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Igor Vaynberg

look how wicket-examples are setup

-igor


On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:



That's news to me :) Thanks!

I tried reading more about it on the Wiki but I couldn't find an
example that maps the root. The example in
http://cwiki.apache.org/WICKET/migrate-13.html maps the application to
"/app". Do you have another example or documentation somewhere?

Gili

Igor Vaynberg wrote:
> it is ok to do that (use /* mapping) if you use WicketFilter instead of
> WicketServlet
>
> -igor
>
>
> On 3/12/07, *cowwoc* < [EMAIL PROTECTED]
> > wrote:
>
> Hi Brian,
>
> Yes you can probably do that for a Wicket site with no
external
> references (i.e. static files hosted outside the scope of the
servlet
> such as images) but last time I checked the Wicket developers were
> recommending against such a configuration.
>
> Gili
>
> Brian Topping wrote:
> > Gili,
> >
> > I think I did this on http://www.autoscraper.com...
> >
> > Brian
> >
> > On Mar 12, 2007, at 5:30 PM, cowwoc wrote:
> >
> >>  My point is that you can't do that with Wicket, unless you
know
> >> something I don't...?
> >>
> >> Gili
> >>
> >> Ryan wrote:
> >>> In any public application I deploy I remove the servlet context
path
> >>> (wicket or no wicket).
> >>>
> >>> Ryan
> >>>
> >>> On 3/12/07, cowwoc <[EMAIL PROTECTED]
> > wrote:
>  If they use Wicket why doesn't it show at all on their
>  website at
>  joost.com ? I am expecting to at least see
> some evidence of a servlet
>  context path...
> 
>  Gili
> 
>  Brian Topping wrote:
> > Here I thought they were cool, then they use Ant?!?
> >
> > :b
> >
> > On Mar 12, 2007, at 8:45 AM, mraible wrote:
> >
> >> Thought y'all might be interested:
> >>
> >> http://opensource.joost.com/
> >>
> >> Joost is a new company started by the founders of Skype:
> >>
> >> http://en.wikipedia.org/wiki/Joost
> 
> >>
> >> Matt
> >> --
> >> View this message in context:
> http://www.nabble.com/Joost-uses- 
> >> Wicket-tf3390296.html#a9437082
> >> Sent from the Wicket - User mailing list archive at
> Nabble.com .
> >>
> >>
> >>
> --
> >> 
> >> ---
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the
chance to
> >> share your
> >> opinions on IT & business topics through brief surveys-and
earn
> >> cash
> >> http://www.techsay.com/default.php?
> >> page=join.php&p=sourceforge&CID=DEVDEV
> >> ___
> >> Wicket-user mailing list
> >> Wicket-user@lists.sourceforge.net
> 
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >
> ---
> > --
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance
> > to share your
> > opinions on IT & business topics through brief surveys-and
earn
> > cash
> > http://www.techsay.com/default.php
> ?
> > page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> 
>  -
>  Take Surveys. Earn Cash. Influence the Future of IT
>  Join SourceForge.net 's Techsay panel and you'll get the chance
to
>  share your
>  opinions on IT & business topics through brief surveys-and earn
> cash
>  http://www.techsay.com/default.php?
>  page=join.php&p=sourceforge&CID=DEVDEV
>  ___
>  Wicket-user mailing list
>  Wicket-user@lists.sourceforge.net
> 
>  https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> 
> 

Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread cowwoc

That's news to me :) Thanks!

I tried reading more about it on the Wiki but I couldn't find an
example that maps the root. The example in
http://cwiki.apache.org/WICKET/migrate-13.html maps the application to
"/app". Do you have another example or documentation somewhere?

Gili

Igor Vaynberg wrote:
> it is ok to do that (use /* mapping) if you use WicketFilter instead of
> WicketServlet
> 
> -igor
> 
> 
> On 3/12/07, *cowwoc* < [EMAIL PROTECTED]
> > wrote:
> 
> Hi Brian,
> 
> Yes you can probably do that for a Wicket site with no external
> references (i.e. static files hosted outside the scope of the servlet
> such as images) but last time I checked the Wicket developers were
> recommending against such a configuration.
> 
> Gili
> 
> Brian Topping wrote:
> > Gili,
> >
> > I think I did this on http://www.autoscraper.com...
> >
> > Brian
> >
> > On Mar 12, 2007, at 5:30 PM, cowwoc wrote:
> >
> >>  My point is that you can't do that with Wicket, unless you know
> >> something I don't...?
> >>
> >> Gili
> >>
> >> Ryan wrote:
> >>> In any public application I deploy I remove the servlet context path
> >>> (wicket or no wicket).
> >>>
> >>> Ryan
> >>>
> >>> On 3/12/07, cowwoc <[EMAIL PROTECTED]
> > wrote:
>  If they use Wicket why doesn't it show at all on their
>  website at
>  joost.com ? I am expecting to at least see
> some evidence of a servlet
>  context path...
> 
>  Gili
> 
>  Brian Topping wrote:
> > Here I thought they were cool, then they use Ant?!?
> >
> > :b
> >
> > On Mar 12, 2007, at 8:45 AM, mraible wrote:
> >
> >> Thought y'all might be interested:
> >>
> >> http://opensource.joost.com/
> >>
> >> Joost is a new company started by the founders of Skype:
> >>
> >> http://en.wikipedia.org/wiki/Joost
> 
> >>
> >> Matt
> >> --
> >> View this message in context:
> http://www.nabble.com/Joost-uses- 
> >> Wicket-tf3390296.html#a9437082
> >> Sent from the Wicket - User mailing list archive at
> Nabble.com .
> >>
> >>
> >>
> --
> >> 
> >> ---
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to
> >> share your
> >> opinions on IT & business topics through brief surveys-and earn
> >> cash
> >> http://www.techsay.com/default.php?
> >> page=join.php&p=sourceforge&CID=DEVDEV
> >> ___
> >> Wicket-user mailing list
> >> Wicket-user@lists.sourceforge.net
> 
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >
> ---
> > --
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance
> > to share your
> > opinions on IT & business topics through brief surveys-and earn
> > cash
> > http://www.techsay.com/default.php
> ?
> > page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> 
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> 
>  -
>  Take Surveys. Earn Cash. Influence the Future of IT
>  Join SourceForge.net 's Techsay panel and you'll get the chance to
>  share your
>  opinions on IT & business topics through brief surveys-and earn
> cash
>  http://www.techsay.com/default.php?
>  page=join.php&p=sourceforge&CID=DEVDEV
>  ___
>  Wicket-user mailing list
>  Wicket-user@lists.sourceforge.net
> 
>  https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> 
> 
> >>>
> -
>

Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Igor Vaynberg

it is ok to do that (use /* mapping) if you use WicketFilter instead of
WicketServlet

-igor


On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:


Hi Brian,

Yes you can probably do that for a Wicket site with no external
references (i.e. static files hosted outside the scope of the servlet
such as images) but last time I checked the Wicket developers were
recommending against such a configuration.

Gili

Brian Topping wrote:
> Gili,
>
> I think I did this on http://www.autoscraper.com...
>
> Brian
>
> On Mar 12, 2007, at 5:30 PM, cowwoc wrote:
>
>>  My point is that you can't do that with Wicket, unless you know
>> something I don't...?
>>
>> Gili
>>
>> Ryan wrote:
>>> In any public application I deploy I remove the servlet context path
>>> (wicket or no wicket).
>>>
>>> Ryan
>>>
>>> On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
 If they use Wicket why doesn't it show at all on their
 website at
 joost.com? I am expecting to at least see some evidence of a servlet
 context path...

 Gili

 Brian Topping wrote:
> Here I thought they were cool, then they use Ant?!?
>
> :b
>
> On Mar 12, 2007, at 8:45 AM, mraible wrote:
>
>> Thought y'all might be interested:
>>
>> http://opensource.joost.com/
>>
>> Joost is a new company started by the founders of Skype:
>>
>> http://en.wikipedia.org/wiki/Joost
>>
>> Matt
>> --
>> View this message in context: http://www.nabble.com/Joost-uses-
>> Wicket-tf3390296.html#a9437082
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> --
>> 
>> ---
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to
>> share your
>> opinions on IT & business topics through brief surveys-and earn
>> cash
>> http://www.techsay.com/default.php?
>> page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> ---
> --
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance
> to share your
> opinions on IT & business topics through brief surveys-and earn
> cash
> http://www.techsay.com/default.php?
> page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to
 share your
 opinions on IT & business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?
 page=join.php&p=sourceforge&CID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



>>> -
>>> 
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to
>>> share your
>>> opinions on IT & business topics through brief surveys-and earn cash
>>> http://www.techsay.com/default.php?
>>> page=join.php&p=sourceforge&CID=DEVDEV
>>> ___
>>> Wicket-user mailing list
>>> Wicket-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>> --
>> ---
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?
>> page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.

Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread cowwoc
Hi Brian,

Yes you can probably do that for a Wicket site with no external
references (i.e. static files hosted outside the scope of the servlet
such as images) but last time I checked the Wicket developers were
recommending against such a configuration.

Gili

Brian Topping wrote:
> Gili,
> 
> I think I did this on http://www.autoscraper.com...
> 
> Brian
> 
> On Mar 12, 2007, at 5:30 PM, cowwoc wrote:
> 
>>  My point is that you can't do that with Wicket, unless you know
>> something I don't...?
>>
>> Gili
>>
>> Ryan wrote:
>>> In any public application I deploy I remove the servlet context path
>>> (wicket or no wicket).
>>>
>>> Ryan
>>>
>>> On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
 If they use Wicket why doesn't it show at all on their  
 website at
 joost.com? I am expecting to at least see some evidence of a servlet
 context path...

 Gili

 Brian Topping wrote:
> Here I thought they were cool, then they use Ant?!?
>
> :b
>
> On Mar 12, 2007, at 8:45 AM, mraible wrote:
>
>> Thought y'all might be interested:
>>
>> http://opensource.joost.com/
>>
>> Joost is a new company started by the founders of Skype:
>>
>> http://en.wikipedia.org/wiki/Joost
>>
>> Matt
>> --
>> View this message in context: http://www.nabble.com/Joost-uses-
>> Wicket-tf3390296.html#a9437082
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -- 
>> 
>> ---
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to
>> share your
>> opinions on IT & business topics through brief surveys-and earn  
>> cash
>> http://www.techsay.com/default.php?
>> page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> --- 
> --
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance  
> to share your
> opinions on IT & business topics through brief surveys-and earn  
> cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
  
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT & business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php? 
 page=join.php&p=sourceforge&CID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



>>> - 
>>> 
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>>> share your
>>> opinions on IT & business topics through brief surveys-and earn cash
>>> http://www.techsay.com/default.php? 
>>> page=join.php&p=sourceforge&CID=DEVDEV
>>> ___
>>> Wicket-user mailing list
>>> Wicket-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>> -- 
>> ---
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php? 
>> page=join.php&p=sourceforge&CID=DEVDEV 
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user



signature.asc
Description: OpenPGP d

Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Brian Topping
Gili,

I think I did this on http://www.autoscraper.com...

Brian

On Mar 12, 2007, at 5:30 PM, cowwoc wrote:

>
>   My point is that you can't do that with Wicket, unless you know
> something I don't...?
>
> Gili
>
> Ryan wrote:
>> In any public application I deploy I remove the servlet context path
>> (wicket or no wicket).
>>
>> Ryan
>>
>> On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
>>> If they use Wicket why doesn't it show at all on their  
>>> website at
>>> joost.com? I am expecting to at least see some evidence of a servlet
>>> context path...
>>>
>>> Gili
>>>
>>> Brian Topping wrote:
 Here I thought they were cool, then they use Ant?!?

 :b

 On Mar 12, 2007, at 8:45 AM, mraible wrote:

> Thought y'all might be interested:
>
> http://opensource.joost.com/
>
> Joost is a new company started by the founders of Skype:
>
> http://en.wikipedia.org/wiki/Joost
>
> Matt
> --
> View this message in context: http://www.nabble.com/Joost-uses-
> Wicket-tf3390296.html#a9437082
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -- 
> 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> opinions on IT & business topics through brief surveys-and earn  
> cash
> http://www.techsay.com/default.php?
> page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

 --- 
 --
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance  
 to share your
 opinions on IT & business topics through brief surveys-and earn  
 cash
 http://www.techsay.com/default.php? 
 page=join.php&p=sourceforge&CID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>
>>>  
>>> -
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>>> share your
>>> opinions on IT & business topics through brief surveys-and earn cash
>>> http://www.techsay.com/default.php? 
>>> page=join.php&p=sourceforge&CID=DEVDEV
>>> ___
>>> Wicket-user mailing list
>>> Wicket-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>
>>>
>>>
>>
>> - 
>> 
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php? 
>> page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
> -- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV 
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread cowwoc

My point is that you can't do that with Wicket, unless you know
something I don't...?

Gili

Ryan wrote:
> In any public application I deploy I remove the servlet context path
> (wicket or no wicket).
> 
> Ryan
> 
> On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
>> If they use Wicket why doesn't it show at all on their website at
>> joost.com? I am expecting to at least see some evidence of a servlet
>> context path...
>>
>> Gili
>>
>> Brian Topping wrote:
>>> Here I thought they were cool, then they use Ant?!?
>>>
>>> :b
>>>
>>> On Mar 12, 2007, at 8:45 AM, mraible wrote:
>>>
 Thought y'all might be interested:

 http://opensource.joost.com/

 Joost is a new company started by the founders of Skype:

 http://en.wikipedia.org/wiki/Joost

 Matt
 --
 View this message in context: http://www.nabble.com/Joost-uses-
 Wicket-tf3390296.html#a9437082
 Sent from the Wicket - User mailing list archive at Nabble.com.


 --
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to
 share your
 opinions on IT & business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?
 page=join.php&p=sourceforge&CID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

>>>
>>> -
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>>> opinions on IT & business topics through brief surveys-and earn cash
>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>> ___
>>> Wicket-user mailing list
>>> Wicket-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>> -
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>
>>
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user



signature.asc
Description: OpenPGP digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Ryan
In any public application I deploy I remove the servlet context path
(wicket or no wicket).

Ryan

On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:
>
> If they use Wicket why doesn't it show at all on their website at
> joost.com? I am expecting to at least see some evidence of a servlet
> context path...
>
> Gili
>
> Brian Topping wrote:
> > Here I thought they were cool, then they use Ant?!?
> >
> > :b
> >
> > On Mar 12, 2007, at 8:45 AM, mraible wrote:
> >
> >> Thought y'all might be interested:
> >>
> >> http://opensource.joost.com/
> >>
> >> Joost is a new company started by the founders of Skype:
> >>
> >> http://en.wikipedia.org/wiki/Joost
> >>
> >> Matt
> >> --
> >> View this message in context: http://www.nabble.com/Joost-uses-
> >> Wicket-tf3390296.html#a9437082
> >> Sent from the Wicket - User mailing list archive at Nabble.com.
> >>
> >>
> >> --
> >> ---
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to
> >> share your
> >> opinions on IT & business topics through brief surveys-and earn cash
> >> http://www.techsay.com/default.php?
> >> page=join.php&p=sourceforge&CID=DEVDEV
> >> ___
> >> Wicket-user mailing list
> >> Wicket-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Igor Vaynberg

is it at all feasible that it is being used for an internal system?

-igor


On 3/12/07, cowwoc <[EMAIL PROTECTED]> wrote:



If they use Wicket why doesn't it show at all on their website at
joost.com? I am expecting to at least see some evidence of a servlet
context path...

Gili

Brian Topping wrote:
> Here I thought they were cool, then they use Ant?!?
>
> :b
>
> On Mar 12, 2007, at 8:45 AM, mraible wrote:
>
>> Thought y'all might be interested:
>>
>> http://opensource.joost.com/
>>
>> Joost is a new company started by the founders of Skype:
>>
>> http://en.wikipedia.org/wiki/Joost
>>
>> Matt
>> --
>> View this message in context: http://www.nabble.com/Joost-uses-
>> Wicket-tf3390296.html#a9437082
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> --
>> ---
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?
>> page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread cowwoc

If they use Wicket why doesn't it show at all on their website at
joost.com? I am expecting to at least see some evidence of a servlet
context path...

Gili

Brian Topping wrote:
> Here I thought they were cool, then they use Ant?!?
> 
> :b
> 
> On Mar 12, 2007, at 8:45 AM, mraible wrote:
> 
>> Thought y'all might be interested:
>>
>> http://opensource.joost.com/
>>
>> Joost is a new company started by the founders of Skype:
>>
>> http://en.wikipedia.org/wiki/Joost
>>
>> Matt
>> --  
>> View this message in context: http://www.nabble.com/Joost-uses- 
>> Wicket-tf3390296.html#a9437082
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -- 
>> ---
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php? 
>> page=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user



signature.asc
Description: OpenPGP digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Joost uses Wicket

2007-03-12 Thread Brian Topping
Here I thought they were cool, then they use Ant?!?

:b

On Mar 12, 2007, at 8:45 AM, mraible wrote:

>
> Thought y'all might be interested:
>
> http://opensource.joost.com/
>
> Joost is a new company started by the founders of Skype:
>
> http://en.wikipedia.org/wiki/Joost
>
> Matt
> --  
> View this message in context: http://www.nabble.com/Joost-uses- 
> Wicket-tf3390296.html#a9437082
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user