You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Sean Sullivan <se...@seansullivan.com> on 2007/07/23 18:54:26 UTC

Wicket javadocs

When I visit this URL:

   http://wicketframework.org/

I see a link for the Wicket javadocs on the left hand side.  When I click on
the javadocs link,
the Wicket 1.2 (not 1.3) javadocs are displayed.

IMHO, it would be more useful to show the 1.3 javadocs than the 1.2javadocs.

Sean

Re: Wicket site and javadocs

Posted by Martijn Dashorst <ma...@gmail.com>.
On 7/25/07, Igor Vaynberg <ig...@gmail.com> wrote:
> On 7/24/07, Martijn Dashorst <ma...@gmail.com> wrote:
> > Therefore, the javadocs
> > for 1.2 *most likely* don't belong on the Apache site.

> but we could put them on sf.net and link to there from wicket.apache.org?

Heh, good ol' web 1.0 technology... I don't see any reasonable
objections to such linkage.

Martijn
-- 
Wicket joins the Apache Software Foundation as Apache Wicket
Apache Wicket 1.3.0-beta2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/

Re: Wicket site and javadocs

Posted by Igor Vaynberg <ig...@gmail.com>.
On 7/24/07, Martijn Dashorst <ma...@gmail.com> wrote:
>
> Therefore, the javadocs
> for 1.2 *most likely* don't belong on the Apache site.


but we could put them on sf.net and link to there from wicket.apache.org?

-igor



Martijn
>
> On 7/25/07, Gavin <jo...@optusnet.com.au> wrote:
> >
> > Hello,
> >
> > Any chance of getting the 1.2 and 1.3 java docs on the new wicket site
> > (http://wicket.apache.org/).
> >
> > Also, it would be a good idea to put a notice on the other sites or use
> a
> > redirect as it is very confusing which is the "current" wicket home page
> > (there are now 3 to choose from).
> >
> > Cheers
> > --
> > View this message in context:
> http://www.nabble.com/Wicket-javadocs-tf4131087.html#a11773554
> > Sent from the Wicket - Dev mailing list archive at Nabble.com.
> >
> >
>
>
> --
> Wicket joins the Apache Software Foundation as Apache Wicket
> Apache Wicket 1.3.0-beta2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/
>

Re: Wicket site and javadocs

Posted by Martijn Dashorst <ma...@gmail.com>.
We are aware of the multiple site issue and working on it. There are
only so many hours in a day.

As for the 1.2 javadocs: we need to see if that is feasable: the code
is not from Apache, nor hosted. For instance we will not provide 1.2
releases using the Apache mirrors. These will remain and continue to
be released on sf.net (if the need arises). Therefore, the javadocs
for 1.2 *most likely* don't belong on the Apache site.

Martijn

On 7/25/07, Gavin <jo...@optusnet.com.au> wrote:
>
> Hello,
>
> Any chance of getting the 1.2 and 1.3 java docs on the new wicket site
> (http://wicket.apache.org/).
>
> Also, it would be a good idea to put a notice on the other sites or use a
> redirect as it is very confusing which is the "current" wicket home page
> (there are now 3 to choose from).
>
> Cheers
> --
> View this message in context: http://www.nabble.com/Wicket-javadocs-tf4131087.html#a11773554
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>


-- 
Wicket joins the Apache Software Foundation as Apache Wicket
Apache Wicket 1.3.0-beta2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/

Wicket site and javadocs

Posted by Gavin <jo...@optusnet.com.au>.
Hello,

Any chance of getting the 1.2 and 1.3 java docs on the new wicket site
(http://wicket.apache.org/).

Also, it would be a good idea to put a notice on the other sites or use a
redirect as it is very confusing which is the "current" wicket home page
(there are now 3 to choose from).

Cheers
-- 
View this message in context: http://www.nabble.com/Wicket-javadocs-tf4131087.html#a11773554
Sent from the Wicket - Dev mailing list archive at Nabble.com.


Re: Wicket javadocs

Posted by Craig Lenzen <le...@visi.com>.
Actually it would be nice to show both.  1.3 is still in beta and I think a
lot of people are still using 2.6 and they probably don't want to see api
changes that they don't have access to, however for the rest of us that are
working on 1.3 it would be nice to have a quick link to the api on the
website.

-Craig


Sean Sullivan-3 wrote:
> 
> When I visit this URL:
> 
>    http://wicketframework.org/
> 
> I see a link for the Wicket javadocs on the left hand side.  When I click
> on
> the javadocs link,
> the Wicket 1.2 (not 1.3) javadocs are displayed.
> 
> IMHO, it would be more useful to show the 1.3 javadocs than the
> 1.2javadocs.
> 
> Sean
> 
> 

-- 
View this message in context: http://www.nabble.com/Wicket-javadocs-tf4131087.html#a11748942
Sent from the Wicket - Dev mailing list archive at Nabble.com.


Re: Wicket javadocs

Posted by Igor Vaynberg <ig...@gmail.com>.
thanks Tim. is it possible to remove wicket-examples from the javadoc?
doesnt make much sense imho.

-igor


On 8/17/07, Tim O'Brien <to...@discursive.com> wrote:
>
> Looking for the aggregated JavaDoc?
>
> http://people.apache.org/~tobrien/wicket/apidocs/index.html
>
> I'm generating this once a weekday from trunk.  Still working on the
> multi-site, but there's an odd complication due to the assumptions Maven
> makes about project hierarchy.
>
> 1. The main project is really trunk/jdk-1.4/wicket
> 2. There's a habit in the site.xml of using relative URLs.
>
>
>
>
> On 8/8/07, Martijn Dashorst <martijn.dashorst@gmail.com > wrote:
> >
> > When we get the Maven multi site generation working, everything will
> > be available online.
> >
> > Martijn
> >
> > On 8/8/07, Sean Sullivan <se...@seansullivan.com> wrote:
> > > I found the Wicket 1.3 javadocs at:
> > >
> > > http://www.wicketstuff.org/wicket13doc/
> > >
> > >
> > > I noticed that these javadocs do not include any of the
> wicket-extension
> > > classes.  Are there plans to include
> > > wicket-extension javadocs here?
> > >
> > > Sean
> > >
> >
> >
> > --
> > Wicket joins the Apache Software Foundation as Apache Wicket
> > Apache Wicket 1.3.0-beta2 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/
> >
>
>
>
> --
> ------
> Tim O'Brien: (847) 863-7045
>

Re: Wicket javadocs

Posted by Tim O'Brien <to...@discursive.com>.
Looking for the aggregated JavaDoc?

http://people.apache.org/~tobrien/wicket/apidocs/index.html

I'm generating this once a weekday from trunk.  Still working on the
multi-site, but there's an odd complication due to the assumptions Maven
makes about project hierarchy.

1. The main project is really trunk/jdk-1.4/wicket
2. There's a habit in the site.xml of using relative URLs.




On 8/8/07, Martijn Dashorst <martijn.dashorst@gmail.com > wrote:
>
> When we get the Maven multi site generation working, everything will
> be available online.
>
> Martijn
>
> On 8/8/07, Sean Sullivan <se...@seansullivan.com> wrote:
> > I found the Wicket 1.3 javadocs at:
> >
> > http://www.wicketstuff.org/wicket13doc/
> >
> >
> > I noticed that these javadocs do not include any of the wicket-extension
> > classes.  Are there plans to include
> > wicket-extension javadocs here?
> >
> > Sean
> >
>
>
> --
> Wicket joins the Apache Software Foundation as Apache Wicket
> Apache Wicket 1.3.0-beta2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/
>



-- 
------
Tim O'Brien: (847) 863-7045

Re: Wicket javadocs

Posted by Martijn Dashorst <ma...@gmail.com>.
When we get the Maven multi site generation working, everything will
be available online.

Martijn

On 8/8/07, Sean Sullivan <se...@seansullivan.com> wrote:
> I found the Wicket 1.3 javadocs at:
>
> http://www.wicketstuff.org/wicket13doc/
>
>
> I noticed that these javadocs do not include any of the wicket-extension
> classes.  Are there plans to include
> wicket-extension javadocs here?
>
> Sean
>


-- 
Wicket joins the Apache Software Foundation as Apache Wicket
Apache Wicket 1.3.0-beta2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/

Re: Wicket javadocs

Posted by Sean Sullivan <se...@seansullivan.com>.
I found the Wicket 1.3 javadocs at:

http://www.wicketstuff.org/wicket13doc/


I noticed that these javadocs do not include any of the wicket-extension
classes.  Are there plans to include
wicket-extension javadocs here?

Sean