Re: Annoying wicket API Docs ... includes exmaples api docs

2013-06-23 Thread armandoxxx
thank you 



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Annoying-wicket-API-Docs-includes-exmaples-api-docs-tp4659611p4659704.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Annoying wicket API Docs ... includes exmaples api docs

2013-06-19 Thread Gabriel Landon
You can download the javadoc and unzip it.

http://search.maven.org/remotecontent?filepath=org/apache/wicket/wicket-core/6.8.0/wicket-core-6.8.0-javadoc.jar

Regards,

Gabriel.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Annoying-wicket-API-Docs-includes-exmaples-api-docs-tp4659611p4659626.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Annoying wicket API Docs ... includes exmaples api docs

2013-06-18 Thread Ernesto Reinaldo Barreiro
Yep. I do not know any better way...


On Wed, Jun 19, 2013 at 10:49 AM, Colin Rogers <
colin.rog...@objectconsulting.com.au> wrote:

> Using Eclipse, Maven and Maven-plugin, clicking on any source class,
> downloads the available sources and JavaDocs and displays them in any
> number of formats. :/
>
> Especially useful when you update Wicket regularly as it keeps your
> sources up to date, too...
>
> 2013/6/19 Ernesto Reinaldo Barreiro 
>
> > Why don't you just install the sources locally on you IDE. Them, you
> > would have both Java doc and source code... There is no better
> > documentation than the code itself.
> >
> >
> > On Wed, Jun 19, 2013 at 9:33 AM, armandoxxx  > >wrote:
> >
> > > Hey there ...
> > >
> > > Does anybody have a link of only wicket framework API docs ? The one
> > > that does not include examples docs?
> > >
> > > It's kind of annoying searching through API, you find a class which
> > > looks like something you might use and you find out it's from
> > > examples and with none descriptions whatsoever ...
> > >
> > > Regards
> > >
> > > Armando
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > View this message in context:
> > >
> > http://apache-wicket.1842946.n4.nabble.com/Annoying-wicket-API-Docs-in
> > cludes-exmaples-api-docs-tp4659611.html
> > > Sent from the Users forum mailing list archive at Nabble.com.
> > >
> > > 
> > > - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> > >
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
> >
> EMAIL DISCLAIMER This email message and its attachments are confidential
> and may also contain copyright or privileged material. If you are not the
> intended recipient, you may not forward the email or disclose or use the
> information contained in it. If you have received this email message in
> error, please advise the sender immediately by replying to this email and
> delete the message and any associated attachments. Any views, opinions,
> conclusions, advice or statements expressed in this email message are those
> of the individual sender and should not be relied upon as the considered
> view, opinion, conclusions, advice or statement of this company except
> where the sender expressly, and with authority, states them to be the
> considered view, opinion, conclusions, advice or statement of this company.
> Every care is taken but we recommend that you scan any attachments for
> viruses.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro


RE: Annoying wicket API Docs ... includes exmaples api docs

2013-06-18 Thread armandoxxx
Thats how I usualy do it ... I just thought there's clean online version ;)

Regards

Armando



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Annoying-wicket-API-Docs-includes-exmaples-api-docs-tp4659611p4659618.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Annoying wicket API Docs ... includes exmaples api docs

2013-06-18 Thread armandoxxx
Hey 

Thank you for your reply ... 

True the code is the best documentation when you need to know how it works
but when you only need to know what method does what and what class or
interface is used for what, then I use API docs.
And sometimes I read APIs just to refresh memory and it's kinda annoying
seeing all those example classes. 

That's why I asked about cleaner API docs.

Regards

Armando








--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Annoying-wicket-API-Docs-includes-exmaples-api-docs-tp4659611p4659617.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: Annoying wicket API Docs ... includes exmaples api docs

2013-06-18 Thread Colin Rogers
Using Eclipse, Maven and Maven-plugin, clicking on any source class, downloads 
the available sources and JavaDocs and displays them in any number of formats. 
:/

Especially useful when you update Wicket regularly as it keeps your sources up 
to date, too...

2013/6/19 Ernesto Reinaldo Barreiro 

> Why don't you just install the sources locally on you IDE. Them, you
> would have both Java doc and source code... There is no better
> documentation than the code itself.
>
>
> On Wed, Jun 19, 2013 at 9:33 AM, armandoxxx  >wrote:
>
> > Hey there ...
> >
> > Does anybody have a link of only wicket framework API docs ? The one
> > that does not include examples docs?
> >
> > It's kind of annoying searching through API, you find a class which
> > looks like something you might use and you find out it's from
> > examples and with none descriptions whatsoever ...
> >
> > Regards
> >
> > Armando
> >
> >
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> >
> http://apache-wicket.1842946.n4.nabble.com/Annoying-wicket-API-Docs-in
> cludes-exmaples-api-docs-tp4659611.html
> > Sent from the Users forum mailing list archive at Nabble.com.
> >
> > 
> > - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>
EMAIL DISCLAIMER This email message and its attachments are confidential and 
may also contain copyright or privileged material. If you are not the intended 
recipient, you may not forward the email or disclose or use the information 
contained in it. If you have received this email message in error, please 
advise the sender immediately by replying to this email and delete the message 
and any associated attachments. Any views, opinions, conclusions, advice or 
statements expressed in this email message are those of the individual sender 
and should not be relied upon as the considered view, opinion, conclusions, 
advice or statement of this company except where the sender expressly, and with 
authority, states them to be the considered view, opinion, conclusions, advice 
or statement of this company. Every care is taken but we recommend that you 
scan any attachments for viruses.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Annoying wicket API Docs ... includes exmaples api docs

2013-06-18 Thread Rafael Barrera Oro
I know it is not exactly what you are looking for but i still recomend
taking a look of the wicket free guide (open source documentation famous
for being a good alternative to the official docs) if you want to find out
how to do something in particular.

http://code.google.com/p/wicket-guide/

cheers!
Rafael


2013/6/19 Ernesto Reinaldo Barreiro 

> Why don't you just install the sources locally on you IDE. Them, you would
> have both Java doc and source code... There is no better documentation than
> the code itself.
>
>
> On Wed, Jun 19, 2013 at 9:33 AM, armandoxxx  >wrote:
>
> > Hey there ...
> >
> > Does anybody have a link of only wicket framework API docs ? The one that
> > does not include examples docs?
> >
> > It's kind of annoying searching through API, you find a class which looks
> > like something you might use and you find out it's from examples and with
> > none descriptions whatsoever ...
> >
> > Regards
> >
> > Armando
> >
> >
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> >
> http://apache-wicket.1842946.n4.nabble.com/Annoying-wicket-API-Docs-includes-exmaples-api-docs-tp4659611.html
> > Sent from the Users forum mailing list archive at Nabble.com.
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>


Re: Annoying wicket API Docs ... includes exmaples api docs

2013-06-18 Thread Ernesto Reinaldo Barreiro
Why don't you just install the sources locally on you IDE. Them, you would
have both Java doc and source code... There is no better documentation than
the code itself.


On Wed, Jun 19, 2013 at 9:33 AM, armandoxxx wrote:

> Hey there ...
>
> Does anybody have a link of only wicket framework API docs ? The one that
> does not include examples docs?
>
> It's kind of annoying searching through API, you find a class which looks
> like something you might use and you find out it's from examples and with
> none descriptions whatsoever ...
>
> Regards
>
> Armando
>
>
>
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Annoying-wicket-API-Docs-includes-exmaples-api-docs-tp4659611.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro