I hate to be a smart-butt, but if I'm not familiar with how things are named yet search is not very helpful. Javadocs have their place, and are most useful when you are familiarizing yourself with an unfamiliar API. I've now run the mvn target to get the javadocs, which is helpful.
Is there any interest in the SpringWicketTester class I put together? I'm sure there is more than one person who has hit this problem, and all the online instructions I've found are for Wicket 1.3 or 1.2. -----Original Message----- From: Igor Vaynberg [mailto:[email protected]] Sent: Thursday, November 12, 2009 3:42 PM To: [email protected] Subject: Re: Wicket Spring API docs? your IDE is much better at browsing and searching for classes then a javadoc online :) -igor On Thu, Nov 12, 2009 at 12:38 PM, Loritsch, Berin C. <[email protected]> wrote: > I did, but that doesn't help me with knowing what classes are available. > > For example, I had issues with using the WicketTester to test my > Wicket/Spring based app. I finally was able to create my own > SpringWicketTester class that would load up the SpringWebApplicationContext > that is needed for my app to run. However, I had no way of telling if that > was duplicate work. > > If anyone is interested, I can donate the SpringWicketTester class. It > should belong to the wicket-spring subproject. > > -----Original Message----- > From: Igor Vaynberg [mailto:[email protected]] > Sent: Thursday, November 12, 2009 3:16 PM > To: [email protected] > Subject: Re: Wicket Spring API docs? > > dont you use "attach sources" in your IDE? > > -igor > > On Thu, Nov 12, 2009 at 12:09 PM, Loritsch, Berin C. > <[email protected]> wrote: >> Where can I find the wicket-spring module API docs? It's not clear to >> me from the website. >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
