This should be the last time we have to do this to force a re-render of the 
Index page when adding a
blog post. See my commit to SiteExporter.java.

Uli

On 04.02.2013 11:42, conflue...@apache.org wrote:
> 
>     Index <https://cwiki.apache.org/confluence/display/TAPESTRY/Index>
> 
> 
>         Page *edited* by Ulrich Stärk 
> <https://cwiki.apache.org/confluence/display/~uli>
> 
> 
>         Changes (1)
> 
> {html}
> <!-- Force update: 7 8 -->
> <style type="text/css">
> 
> ...
> 
> 
>         Full Content
> 
> 
>   Tapestry
> 
> Component oriented framework for creating dynamic, robust, highly scalable 
> web applications in Java.
> 
>   *
> 
> 
>           Java Power
> 
>     Tapestry pages and components are simple Java POJOs, with easy access to 
> all Java language
>     features and the vast Java ecosystem. Thanks to Java's advanced 
> concurrency API, Tapestry
>     handles requests /fast/ without sacrificing security or stability.
> 
>   *
> 
> 
>           Scripting Ease
> 
>     Tapestry features /live class reloading/: change your Java code, refresh 
> the browser and see the
>     changes... instantly! Have your cake and eat it too: the speed and depth 
> of Java, the agile
>     development style of Ruby or Python.
> 
>   *
> 
> 
>           Highly Productive
> 
>     Simple POJO classes, streamlined templates, live class reloading, 
> state-of-the-art exception
>     reporting, first-class Ajax support, and a big library of built-in 
> components: Tapestry is
>     designed from the ground up to give you great productivity.
> 
> *We think you will love Tapestry!* Give us 20 minutes and *follow our 
> quickstart guide
> </confluence/display/TAPESTRY/Getting+Started>*.
> 
> 
>       Latest news </confluence/display/TAPESTRY/News>
>       
> <https://cwiki.apache.org/confluence/createrssfeed.action?types=blogpost&spaces=TAPESTRY&title=Apache+Tapestry+News+RSS+Feed&labelString%3D&sort=created&maxResults=10&timeSpan=12&confirm=Create&showContent=true&showDiff=false>
> 
> User icon: uli </confluence/display/~uli>
> Ulrich Stärk </confluence/display/~uli> posted on Feb 04, 2013
> New Website Infrastructure 
> </confluence/display/TAPESTRY/2013/02/04/New+Website+Infrastructure>
> 
> A few days ago we changed our website infrastructure from a Confluence export 
> that gets rsync'ed
> over several hosts until it reaches the ASF's main web servers to a SvnPubSub 
> based approach. Now
> once an hour a buildbot build exports the site from Confluence and checks the 
> changes into SVN where
> they get picked up by the public facing web servers almost instantly. This 
> allows us to keep our old
> website sources in Confluence but also allows us to check in static resources 
> like JavaDocs, …
> 
> Read more… 
> </confluence/display/TAPESTRY/2013/02/04/New+Website+Infrastructure>
> 
> Edit </confluence/pages/editblogpost.action?pageId=30752160>
> User icon: hlship </confluence/display/~hlship>
> Howard M. Lewis Ship </confluence/display/~hlship> posted on Oct 12, 2012
> Announcing Tapestry 5.3.6 
> </confluence/display/TAPESTRY/2012/10/12/Announcing+Tapestry+5.3.6>
> 
> Apache Tapestry 5.3.6: improves security and stability.
> 
> Read more… </confluence/display/TAPESTRY/2012/10/12/Announcing+Tapestry+5.3.6>
> 
> Edit </confluence/pages/editblogpost.action?pageId=30739033>
> User icon: hlship </confluence/display/~hlship>
> Howard M. Lewis Ship </confluence/display/~hlship> posted on Aug 30, 2012
> Announcing Tapestry 5.3.5 
> </confluence/display/TAPESTRY/2012/08/30/Announcing+Tapestry+5.3.5>
> 
> The Tapestry Team is very proud to announce the availability of Apache 
> Tapestry 5.3.5.
> 
> Read more… </confluence/display/TAPESTRY/2012/08/30/Announcing+Tapestry+5.3.5>
> 
> Edit </confluence/pages/editblogpost.action?pageId=30149356>
> <http://tapestry.apache.org/download.html>
> 
> Download the latest *Tapestry 5* release.
> 
> 
>         more downloads <http://tapestry.apache.org/download.html>
> 
> <http://tapestry.apache.org/community.html>
> 
> From the community:
> 
>   * Tynamo <http://tynamo.org/>
>   * Chenillekit <http://www.chenillekit.org/>
>   * Tapx <https://github.com/hlship/tapx>
> 
> 
>         more modules <http://tapestry.apache.org/community.html>
> 
> <http://tapestry.apache.org/demos.html>
> 
> On-line demos available:
> 
>   * Hotel Booking 
> <http://tapestry.zones.apache.org:8180/tapestry5-hotel-booking/signin>
>   * JumpStart <http://jumpstart.doublenegative.com.au/jumpstart>
> 
> 
>         more demos <http://tapestry.apache.org/demos.html>
> 
> 
>     What is Tapestry 5 ?
> 
> 
>       Pure Java and Polyglot
> 
> Written in pure Java: code your pages and components in Java, Groovy or Scala.
> 
> 
>       Convention Over Configuration
> 
> Say goodbye to endless XML configuration files: dependency injection and 
> meta-programming through
> annotations and naming conventions.
> 
> 
>       Highly Productive
> 
> Live class reloading means that the time between seeing an error and 
> providing the fix is seconds,
> not minutes.
> 
> 
>       Scalable
> 
> Scales up big on a single server, and works great in a cluster. Keeps session 
> state minimal by design.
> 
> 
>       Advanced Exception Reporting
> 
> Gives you all the tools you need to fix your problem: not just a stack trace, 
> but every bit of
> information you need to know about what Tapestry was doing, why it was doing 
> it, what went wrong,
> and how to fix it.
> 
> 
>       Testable
> 
> Committed to testability throughout design; built-in utilities to enhance 
> TDD. Support for Selenium
> <http://seleniumhq.org/> for integration testing. See Tapestry's code 
> coverage report
> <http://tapestry.apache.org/5.2/tapestry-core/cobertura/index.html>
> 
> 
>       Fast
> 
> Pure Java; no reflection, not even for property expressions. Built to cleanly 
> support large numbers
> of concurrent threads without contention. Integrated GZip content 
> compression, JavaScript
> aggregation and compression, and client-side caching.
> 
> 
>       Adaptable And Modular
> 
> Architecture is open and extensible. There's a clean way to add your own 
> extensions, or override
> built-in logic. Provides integration with Hibernate <http://hibernate.org/>, 
> JPA
> <http://jcp.org/aboutJava/communityprocess/final/jsr317/index.html>, and 
> Spring
> <http://www.springsource.org/>. Third-party integrations with other tools, 
> such as Quartz
> <http://www.quartz-scheduler.org> and Lucene 
> <http://lucene.apache.org/java/docs/index.html>.
> 
> More on Tapestry philosophy </confluence/display/TAPESTRY/Principles> - Who 
> uses Tapestry
> </confluence/display/TAPESTRY/Applications>? 
> <http://twitter.com/apachetapestry>
> 
> Change Notification Preferences 
> <https://cwiki.apache.org/confluence/users/viewnotifications.action>
> View Online <https://cwiki.apache.org/confluence/display/TAPESTRY/Index> | 
> View Changes
> <https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=24189566&revisedVersion=300&originalVersion=299>
> 

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

Reply via email to