You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2008/02/06 09:29:39 UTC

[Tapestry Wiki] Update of "Tapestry5HowTos" by DavorHrg

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by DavorHrg:
http://wiki.apache.org/tapestry/Tapestry5HowTos

------------------------------------------------------------------------------
   * [http://tapestry.apache.org/tapestry5/screencast.html Howard's screencasts]
   * [http://tapestry.apache.org/tapestry5/tutorial1/ Howard's tutorial (in progress)]
   * [http://tapestry.apache.org/tapestry5/quickstart/ The maven archetype that creates an example project]
+  * [http://tapestry.apache.org/tapestry5/ Tapestry site] and [http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html Component reference] if you are using latest release
+  * [http://tapestry.formos.com/nightly/tapestry5/ Tapestry site] and [http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/index.html Component reference] if you are using current SNAPSHOT
   * Search the mailing list with Google by including Google entry: "YOUR KEYWORDS T5 site:mail-archives.apache.org/mod_mbox/tapestry-users/"
   * [http://tapestry.apache.org/tapestry5/ Home site, with deeper explanations of all the aspects behind Tapestry]
  
  == Code snippets ==
  
   * ["Tapestry5LocalizedDateField"] - How to create a localized !DateField for !BeanModel.
-  * Example of using tapestry in console apps: [Tapestry5HowToIocOnly], [Tapestry5HowToIocAndHibernate] 
+  * [Tapestry5HowToIocOnly] - Example of using tapestry-oc standalone (without web part). And the same, but with tapestry-hibernate added [Tapestry5HowToIocAndHibernate] 
   * ["Tapestry5CheckOutTheSourceCode"] - Examples and Demos of many components in the source code, like the Palette, Grid, Beaneditform, etc.
   * ["Tapestry5SpringIntegration"] - How to inject Spring beans into Tapestry pages and components
   * ["Tapestry5OutputtingRawHtml"] - How to output raw, unfiltered HTML
@@ -37, +39 @@

   * ["Tapestry5HowToChangeLocale"] - Change the locale of the user.
   * ["Tapestry5HowToIncludeJavaScript"] - Explains how to add your own custom !JavaScript functions.
   * ["Tapestry5HowToAddMessageFormatBindingPrefix"] - Describes how to add a messageformat prefix for specifying values for use in messages inline.
-  * ["Tapestry5HowToUseTapestryHibernate"] - Example/Tutorial of how to use Tapestry-Hibernate in your code. 
   * ["Tapestry5HowToCreateADispatcher"] - How to create a completely transparent access control system by implementing a Dispatcher.
   * ["Tapestry5HowToCreateADispatcher2"] - A supplemental article showing how to access request-specific data (ASOs) from a singleton service. To demonstrate we expand on the code shown in the first article.
+  * ["Tapestry5How to make a basic crud"] show you how easy is the conception of a CRUD cycle with tapestry 5
+ 
+ == Hibernate related ==
+ 
+  * ["Tapestry5HowToUseTapestryHibernate"] - Example/Tutorial of how to use Tapestry-Hibernate in your code. 
+  * [Tapestry5HowToIocAndHibernate] - Example of using tapestry-oc+tapestry-hibernate standalone (without web part). 
   * ["Tapstry5First project with Tapestry5, Spring and Hibernate"] - A translation of a french article about integrating Spring, Hibernate and Tapestry
-  * ["Tapestry5How to make a basic crud"] show you how easy is the conception of a CRUD cycle with tapestry 5
   * ["Tapestry5ManipulateClassesAtRuntime"] show you how easy is to add class methodes at runtime.
+  * ["Tapestry5HibernateGridDatasource"] simple hibernated grid datatsource using HQL (Hibernate Query Language).
-  * ["Tapestry5HibernateGridDatasource"] simple hibernated grid datatsource sample.
+  * ["Tapestry5HibernateGridDatasource2"] simple hibernated grid datatsource using hibernate criteria API.
   * ["Tapestry5BrainlessEntityTimestamping"] How to have entities automatically time stamped using tapestry-hibernate, simply by adding certain fields!
  
  == Components ==

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