Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread Zhang Hailong

Hi ZedroS,

I think it's useful to add this topic to the wiki.

Hailong

On 1/22/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote:


Hi Zhang

I did as you told. I even went further by removing the following library :
portlet-api-1.0.Jar
org.mortbay.jetty-4.2.24.jar
jasper-compiler-4.1.30.jar
jasper-runtime-4.1.30.jar

I'm quite surprised of the presence of this portlet api jar... Does
someone know why it's present ?

I did remove as well the package "wicket.quickstart" where the
Start.java class was located. It isn't required anymore :)

BTW, I'm using the sysdeo plugin and apparently everything is running fine
now.

FYI, the Quickstart project is a "basic" wicket app from which any one
can build one, something like an "empty skeleton".

Finally, do you think a wiki page could be usefull on this topic ? If
yes I'll do it.

Cheers,
ZedroS
On 1/21/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:
> I use Tomcat 5.5.12 and Eclipse3.2.1(with WTP). After some
configuration, I
> imported wicket-examples as an Eclipse project and it works.
> Here are the steps to setup:
> 1. Create a empty Dynamic Web Project
> 2. import " wicket-examples-1.2.4\src\main\java" into src
> of the prject
> 3. import "wicket-examples-1.2.4\src\webapp" into
> WebContent of the project
> 4. import "wicket-examples-1.2.4\lib" into WebContent/WEB-INF/lib
> There may be some errors of the html files, just ignore them.(I think
this
> is a bug of WTP)
> Then, "Run As" -> "Run on Server"
>
> Could someone tell me what "wicket-examples-1.2.4\src\site " is used
for?
>
> //I think wicket-examples is more useful for starters like me. I don't
> understand "Quickstart". What is it //used for?
>
> Hailong
>
>
> On 1/21/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote:
> >
> > Since I used the quickstart I've a new button in my Eclipse Java
> > perspective called "Jetty Laucnher Actions".
> >
> > However, when I click on it nothing happens. Is there something to be
done
> ?
> >
> > Thanks in advance
> > ZedroS
> >
> > On 1/21/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > there is a class called Start that comes with quickstart, just
launch
> that
> > > class as a java app and it will startup jetty, etc
> > >
> > > -igor
> > >
> > >
> > >
> > > On 1/20/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi all,
> > > >
> > > > I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I
tried
> to
> > > follow the Quickstart Guide (
> > >
> http://wicketframework.org/wicket-quickstart/eclipse.html
> > > ), but it's seems that the content of my package is different from
the
> > > guide.
> > > > So, how to use the Quickstart?
> > > >
> > > > Thanks in advance.
> > > >
> > > >
> > > > Regareds,
> > > > Hailong Zhang
> > > >
> > > >
> > >
>
-
> > > > 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

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread ZedroS Schwart
Hi Zhang

I did as you told. I even went further by removing the following library :
portlet-api-1.0.Jar
org.mortbay.jetty-4.2.24.jar
jasper-compiler-4.1.30.jar
jasper-runtime-4.1.30.jar

I'm quite surprised of the presence of this portlet api jar... Does
someone know why it's present ?

I did remove as well the package "wicket.quickstart" where the
Start.java class was located. It isn't required anymore :)

BTW, I'm using the sysdeo plugin and apparently everything is running fine now.

FYI, the Quickstart project is a "basic" wicket app from which any one
can build one, something like an "empty skeleton".

Finally, do you think a wiki page could be usefull on this topic ? If
yes I'll do it.

Cheers,
 ZedroS
On 1/21/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:
> I use Tomcat 5.5.12 and Eclipse3.2.1(with WTP). After some configuration, I
> imported wicket-examples as an Eclipse project and it works.
> Here are the steps to setup:
> 1. Create a empty Dynamic Web Project
> 2. import " wicket-examples-1.2.4\src\main\java" into src
> of the prject
> 3. import "wicket-examples-1.2.4\src\webapp" into
> WebContent of the project
> 4. import "wicket-examples-1.2.4\lib" into WebContent/WEB-INF/lib
> There may be some errors of the html files, just ignore them.(I think this
> is a bug of WTP)
> Then, "Run As" -> "Run on Server"
>
> Could someone tell me what "wicket-examples-1.2.4\src\site " is used for?
>
> //I think wicket-examples is more useful for starters like me. I don't
> understand "Quickstart". What is it //used for?
>
> Hailong
>
>
> On 1/21/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote:
> >
> > Since I used the quickstart I've a new button in my Eclipse Java
> > perspective called "Jetty Laucnher Actions".
> >
> > However, when I click on it nothing happens. Is there something to be done
> ?
> >
> > Thanks in advance
> > ZedroS
> >
> > On 1/21/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > there is a class called Start that comes with quickstart, just launch
> that
> > > class as a java app and it will startup jetty, etc
> > >
> > > -igor
> > >
> > >
> > >
> > > On 1/20/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi all,
> > > >
> > > > I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I tried
> to
> > > follow the Quickstart Guide (
> > >
> http://wicketframework.org/wicket-quickstart/eclipse.html
> > > ), but it's seems that the content of my package is different from the
> > > guide.
> > > > So, how to use the Quickstart?
> > > >
> > > > Thanks in advance.
> > > >
> > > >
> > > > Regareds,
> > > > Hailong Zhang
> > > >
> > > >
> > >
> -
> > > > 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] How to run wicket-quickstart?

2007-01-21 Thread Martijn Dashorst
with website we mean: documentation for the wicket-quickstart project.
It is used by maven.

mvn site

and look in target/site

Martijn

On 1/21/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> On 1/21/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:
> > Could someone tell me what "wicket-examples-1.2.4\src\site " is used for?
>
> to build the website with maven
>
> -igor
>
>
> -
> 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
>
>
>


-- 
Vote for Wicket at the http://www.thebeststuffintheworld.com/vote_for/wicket
Wicket 1.2.4 is as easy as 1-2-4. Download Wicket now!
http://wicketframework.org

-
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] How to run wicket-quickstart?

2007-01-21 Thread Igor Vaynberg

On 1/21/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:


Could someone tell me what "wicket-examples-1.2.4\src\site " is used for?



to build the website with maven

-igor
-
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] How to run wicket-quickstart?

2007-01-21 Thread Zhang Hailong

I use Tomcat 5.5.12 and Eclipse3.2.1(with WTP). After some configuration, I
imported wicket-examples as an Eclipse project and it works.
Here are the steps to setup:
1. Create a empty Dynamic Web Project
2. import "wicket-examples-1.2.4\src\main\java" into src of the prject
3. import "wicket-examples-1.2.4\src\webapp" into WebContent of the project
4. import "wicket-examples-1.2.4\lib" into WebContent/WEB-INF/lib
There may be some errors of the html files, just ignore them.(I think this
is a bug of WTP)
Then, "Run As" -> "Run on Server"

Could someone tell me what "wicket-examples-1.2.4\src\site" is used for?

//I think wicket-examples is more useful for starters like me. I don't
understand "Quickstart". What is it //used for?

Hailong

On 1/21/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote:


Since I used the quickstart I've a new button in my Eclipse Java
perspective called "Jetty Laucnher Actions".

However, when I click on it nothing happens. Is there something to be done
?

Thanks in advance
ZedroS

On 1/21/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> there is a class called Start that comes with quickstart, just launch
that
> class as a java app and it will startup jetty, etc
>
> -igor
>
>
>
> On 1/20/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I tried
to
> follow the Quickstart Guide (
> http://wicketframework.org/wicket-quickstart/eclipse.html
> ), but it's seems that the content of my package is different from the
> guide.
> > So, how to use the Quickstart?
> >
> > Thanks in advance.
> >
> >
> > Regareds,
> > Hailong Zhang
> >
> >
>
-
> > 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] How to run wicket-quickstart?

2007-01-21 Thread ZedroS Schwart
Since I used the quickstart I've a new button in my Eclipse Java
perspective called "Jetty Laucnher Actions".

However, when I click on it nothing happens. Is there something to be done ?

Thanks in advance
ZedroS

On 1/21/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> there is a class called Start that comes with quickstart, just launch that
> class as a java app and it will startup jetty, etc
>
> -igor
>
>
>
> On 1/20/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I tried to
> follow the Quickstart Guide (
> http://wicketframework.org/wicket-quickstart/eclipse.html
> ), but it's seems that the content of my package is different from the
> guide.
> > So, how to use the Quickstart?
> >
> > Thanks in advance.
> >
> >
> > Regareds,
> > Hailong Zhang
> >
> >
> -
> > 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] How to run wicket-quickstart?

2007-01-20 Thread Igor Vaynberg

there is a class called Start that comes with quickstart, just launch that
class as a java app and it will startup jetty, etc

-igor


On 1/20/07, Zhang Hailong <[EMAIL PROTECTED]> wrote:


Hi all,

I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I tried to
follow the Quickstart Guide 
(http://wicketframework.org/wicket-quickstart/eclipse.html
), but it's seems that the content of my package is different from the
guide.
So, how to use the Quickstart?

Thanks in advance.


Regareds,
Hailong Zhang

-
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


[Wicket-user] How to run wicket-quickstart?

2007-01-20 Thread Zhang Hailong

Hi all,

I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I tried to
follow the Quickstart Guide (
http://wicketframework.org/wicket-quickstart/eclipse.html), but it's seems
that the content of my package is different from the guide.
So, how to use the Quickstart?

Thanks in advance.


Regareds,
Hailong Zhang
-
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