What version of AppFuse are you using? Tapestry 5 support is only available
in trunk (not yet released) and it hasn't been fully polished yet.
Most of the code for our implementation came from:
http://code.google.com/p/tapestry5-appfuse/Matt
On Fri, Sep 18, 2009 at 6:42 AM, jc1001 <jc1000001@yahoo.co.uk> wrote:
>
> Hi,
>
> First post to this list, so please cut me some slack if it's in the wrong
> location etc. I'm trying to get AppFuse up and running with Tap 5.1.0.5
> and
> notice that a lot of the package imports refer to org.apache.tapestry.xxx
> rather than org.apache.tapestry5.xxx - the package name must have changed
> at
> some point during tap dev - I'm currently doing a global search and replace
> - is there another approach / tap5 module that uses the latest package
> names?
>
> A second, less immediate question I have is with the general AppFuse
> approach to dealing with persistent entities in the system - the approach
> appears to be to use services to perform operations upon persistence
> implementation specific dao objects via interfaces, and model objects for
> presentation purposes. The Tap5 approach allows for example using
> BeanModelEditor editor to get a CRUDable entity on screen quite quickly and
> the use of annotations to specify persistence, and also adds any entities
> in
> the entities package automagically into hibernate. The AppFuse separation
> is very clean/structured and no doubt mandated by the use of Spring - to
> cut
> a long question short - are there any disadvantages to mixing the
> approaches
> within the same application?
>
> Thanks,
> Jim.
> --
> View this message in context:
>
http://www.nabble.com/Tapestry5-and-Appfuse-tp25506606s2369p25506606.html> Sent from the AppFuse - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@appfuse.dev.java.net
> For additional commands, e-mail: dev-help@appfuse.dev.java.net
>
>