Re: Documentation for 5.3 components

2011-08-21 Thread based2
https://github.com/apache/tapestry5/blob/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/TreeDemo.tml
https://github.com/apache/tapestry5/blob/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/TreeDemo.java

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Documentation-for-5-3-components-tp4499834p4720744.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



Documentation for 5.3 components

2011-06-17 Thread Ben Tomasini
Where can I find documentation for 5.3?  I am namely interested in the
Tree and Dynamic components.  All I was able to find where the release
notes:  http://tapestry.apache.org/release-notes-530.html

Ben

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



Re: Documentation for 5.3 components

2011-06-17 Thread Howard Lewis Ship
Still working on that;  the Component Reference is gone, but the
content now lives directly inside the Tapestry JavaDoc (via a custom
JavaDoc taglet), which I think is better for everyone!

Once the 5.3.0 vote goes through, I'll upload the JavaDocs to
http://tapestry.apache.org/5.3/apidocs/.  Eventually,
http://tapestry.apache.org/current/ will link to 5.3.


On Fri, Jun 17, 2011 at 12:48 PM, Ben Tomasini ben.tomas...@gmail.com wrote:
 Where can I find documentation for 5.3?  I am namely interested in the
 Tree and Dynamic components.  All I was able to find where the release
 notes:  http://tapestry.apache.org/release-notes-530.html

 Ben

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





-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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



Re: Documentation for 5.3 components

2011-06-17 Thread Ben Tomasini
So running ./gradlew javadoc from the root of the project will produce
the equivalent component documentation?

Ben

On Fri, Jun 17, 2011 at 1:16 PM, Howard Lewis Ship hls...@gmail.com wrote:
 Still working on that;  the Component Reference is gone, but the
 content now lives directly inside the Tapestry JavaDoc (via a custom
 JavaDoc taglet), which I think is better for everyone!

 Once the 5.3.0 vote goes through, I'll upload the JavaDocs to
 http://tapestry.apache.org/5.3/apidocs/.  Eventually,
 http://tapestry.apache.org/current/ will link to 5.3.


 On Fri, Jun 17, 2011 at 12:48 PM, Ben Tomasini ben.tomas...@gmail.com wrote:
 Where can I find documentation for 5.3?  I am namely interested in the
 Tree and Dynamic components.  All I was able to find where the release
 notes:  http://tapestry.apache.org/release-notes-530.html

 Ben

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





 --
 Howard M. Lewis Ship

 Creator of Apache Tapestry

 The source for Tapestry training, mentoring and support. Contact me to
 learn how I can get you up and productive in Tapestry fast!

 (971) 678-5210
 http://howardlewisship.com

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



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



Re: Documentation for 5.3 components

2011-06-17 Thread Howard Lewis Ship
Yes it will.  Or at least, you can be our guinea pig.

On Fri, Jun 17, 2011 at 2:14 PM, Ben Tomasini ben.tomas...@gmail.com wrote:
 So running ./gradlew javadoc from the root of the project will produce
 the equivalent component documentation?

 Ben

 On Fri, Jun 17, 2011 at 1:16 PM, Howard Lewis Ship hls...@gmail.com wrote:
 Still working on that;  the Component Reference is gone, but the
 content now lives directly inside the Tapestry JavaDoc (via a custom
 JavaDoc taglet), which I think is better for everyone!

 Once the 5.3.0 vote goes through, I'll upload the JavaDocs to
 http://tapestry.apache.org/5.3/apidocs/.  Eventually,
 http://tapestry.apache.org/current/ will link to 5.3.


 On Fri, Jun 17, 2011 at 12:48 PM, Ben Tomasini ben.tomas...@gmail.com 
 wrote:
 Where can I find documentation for 5.3?  I am namely interested in the
 Tree and Dynamic components.  All I was able to find where the release
 notes:  http://tapestry.apache.org/release-notes-530.html

 Ben

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





 --
 Howard M. Lewis Ship

 Creator of Apache Tapestry

 The source for Tapestry training, mentoring and support. Contact me to
 learn how I can get you up and productive in Tapestry fast!

 (971) 678-5210
 http://howardlewisship.com

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



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





-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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



Re: Documentation for 5.3 components

2011-06-17 Thread Ben Tomasini
Results from running ./gradlew javadoc on Ubuntu 10.10, Sun Java 6.
Looks like it is missing a dependency to the servlet api.  I am not a
gradle expert, but can have a look.


:plastic:compileJava UP-TO-DATE
:plastic:compileGroovy UP-TO-DATE
:plastic:processResources UP-TO-DATE
:plastic:classes UP-TO-DATE
:plastic:javadoc UP-TO-DATE
:tapestry-annotations:compileJava UP-TO-DATE
:tapestry-annotations:compileGroovy UP-TO-DATE
:tapestry-annotations:processResources UP-TO-DATE
:tapestry-annotations:classes UP-TO-DATE
:tapestry-annotations:javadoc UP-TO-DATE
:plastic:jar UP-TO-DATE
:tapestry-annotations:jar UP-TO-DATE
:tapestry-core:generateGrammarSource UP-TO-DATE
:tapestry-func:compileJava UP-TO-DATE
:tapestry-func:compileGroovy UP-TO-DATE
:tapestry-func:processResources UP-TO-DATE
:tapestry-func:classes UP-TO-DATE
:tapestry-func:jar UP-TO-DATE
:tapestry-json:compileJava UP-TO-DATE
:tapestry-json:compileGroovy UP-TO-DATE
:tapestry-json:processResources UP-TO-DATE
:tapestry-json:classes UP-TO-DATE
:tapestry-json:jar UP-TO-DATE
:tapestry-test:compileJava UP-TO-DATE
:tapestry-test:compileGroovy UP-TO-DATE
:tapestry-test:processResources UP-TO-DATE
:tapestry-test:classes UP-TO-DATE
:tapestry-test:jar UP-TO-DATE
:tapestry-ioc:compileJava UP-TO-DATE
:tapestry-ioc:compileGroovy UP-TO-DATE
:tapestry-ioc:processResources UP-TO-DATE
:tapestry-ioc:classes UP-TO-DATE
:tapestry-ioc:jar UP-TO-DATE
:tapestry-core:compileJava UP-TO-DATE
:tapestry-core:compileGroovy UP-TO-DATE
:tapestry-core:processResources UP-TO-DATE
:tapestry-core:classes UP-TO-DATE
:tapestry-core:generateProjectProperties UP-TO-DATE
:tapestry-core:jar UP-TO-DATE
:tapestry-beanvalidator:compileJava UP-TO-DATE
:tapestry-beanvalidator:compileGroovy UP-TO-DATE
:tapestry-beanvalidator:processResources UP-TO-DATE
:tapestry-beanvalidator:classes UP-TO-DATE
:tapestry-func:javadoc UP-TO-DATE
:tapestry-json:javadoc UP-TO-DATE
:tapestry-ioc:javadoc UP-TO-DATE
:tapestry-core:javadoc/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/BaseOptimizedSessionPersistedObject.java:17:
package javax.servlet.http does not exist
import javax.servlet.http.HttpSessionBindingEvent;
 ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/BaseOptimizedSessionPersistedObject.java:18:
package javax.servlet.http does not exist
import javax.servlet.http.HttpSessionBindingListener;
 ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/BaseOptimizedSessionPersistedObject.java:34:
cannot find symbol
symbol: class HttpSessionBindingListener
OptimizedSessionPersistedObject, HttpSessionBindingListener
 ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/BaseOptimizedSessionPersistedObject.java:49:
cannot find symbol
symbol  : class HttpSessionBindingEvent
location: class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
public void valueBound(HttpSessionBindingEvent event)
   ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/BaseOptimizedSessionPersistedObject.java:57:
cannot find symbol
symbol  : class HttpSessionBindingEvent
location: class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
public void valueUnbound(HttpSessionBindingEvent event)
 ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java:27:
package javax.servlet does not exist
import javax.servlet.*;
^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java:28:
package javax.servlet.http does not exist
import javax.servlet.http.HttpServletRequest;
 ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java:29:
package javax.servlet.http does not exist
import javax.servlet.http.HttpServletResponse;
 ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java:53:
cannot find symbol
symbol: class Filter
public class TapestryFilter implements Filter
   ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/TapestryFilter.java:57:
cannot find symbol
symbol  : class FilterConfig
location: class org.apache.tapestry5.TapestryFilter
private FilterConfig config;
^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/services/HttpServletRequestHandler.java:19:
package javax.servlet.http does not exist
import javax.servlet.http.HttpServletRequest;
 ^
/home/btomasini/svn/tapestry-project/tapestry-core/src/main/java/org/apache/tapestry5/services/HttpServletRequestHandler.java:20:
package javax.servlet.http does not