You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Ing. Stefano Girotti" <ic...@hotpop.com> on 2006/05/12 12:14:10 UTC

Integration With EJB3

Hi to all i'm new to the use of Tapestry,
i'm looking for someone/something about Java enterprise with Tapestry & EJB3,
cookbook, tutorial, examples, best practices, jsp equivalent... for example how
i can include a tapestry sub page in a tapestry page like i did in a jsp with:

<jsp:include page="...."

Thanks in advice
Stefano


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


Re: Integration With EJB3

Posted by Paul Cantrell <ca...@pobox.com>.
This project of mine (in early development) uses EJB3 annotations  
(though it uses Hibernate APIs, *not* EJB3's entity manager):

    http://sourceforge.net/projects/imre

View source here:

     http://svn.sourceforge.net/viewcvs.cgi/imre/trunk/imre/
     http://svn.sourceforge.net/viewcvs.cgi/innig-util/trunk/innig- 
framework/

Or check out a local copy if you have Subversion:

     svn co https://svn.sourceforge.net/svnroot/imre/trunk/imre/
     svn co https://svn.sourceforge.net/svnroot/innig-util/trunk/ 
innig-framework/

For the answer to your include question, read the docs and scan the  
list archives for directions on create components. Components are  
essentially includes that are optionally backed by additional code.

Cheers,

Paul


On May 12, 2006, at 5:14 AM, Ing.Stefano Girotti wrote:

> Hi to all i'm new to the use of Tapestry,
> i'm looking for someone/something about Java enterprise with  
> Tapestry & EJB3,
> cookbook, tutorial, examples, best practices, jsp equivalent... for  
> example how
> i can include a tapestry sub page in a tapestry page like i did in  
> a jsp with:
>
> <jsp:include page="...."
>
> Thanks in advice
> Stefano

_________________________________________________________________
Piano music podcast: http://inthehands.com
Other interesting stuff: http://innig.net



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