The tutorial is probably the best place to start: http://pivot.apache.org/tutorials/
The Javadoc will probably also be helpful, as will the demos and their associated source code (some of which lives in the tutorials and tools projects): http://pivot.apache.org/1.5/docs/api/ http://pivot.apache.org/demos/ http://svn.apache.org/repos/asf/pivot/trunk/demos/ http://svn.apache.org/repos/asf/pivot/trunk/tutorials/ http://svn.apache.org/repos/asf/pivot/trunk/tools/ On Jun 9, 2010, at 5:18 PM, Pedro wrote: > Greg, documents info about Pivot are... class doc's (html)., tutorials ? Any > book or brochure ? > > Tank's > > Pedro > -------------------------------------------------- > From: "Greg Brown" <[email protected]> > Sent: Wednesday, June 09, 2010 4:49 PM > To: <[email protected]> > Subject: Re: IDE questions (was "Component names inside the containers") > >>> 1 - Eclipse o NetBeans for develop... >> >> Either is fine. You can also develop using command line tools if you prefer. >> >>> 2 - Any plugin ( there are one for Eclipse) ? >> >> No, but you don't really need one. You just need to add the Pivot JARs to >> your project's classpath. >>
