Re: Tapestry 5 and Java EE6/CDI

2013-04-11 Thread Geoff Callender
I'm pleased to hear you've found it helpful. Cheers, Geoff On 11/04/2013, at 7:11 PM, hantsy wrote: > Thanks provides the tapestry jumpstart showcase...I was benefited from > these source codes in the early tapestry experience.. > > Hantsy > On 4/9/2013 19:33, Thiago H de Paula Figueiredo wrot

Re: Tapestry 5 and Java EE6/CDI

2013-04-11 Thread hantsy
Thanks provides the tapestry jumpstart showcase...I was benefited from these source codes in the early tapestry experience.. Hantsy On 4/9/2013 19:33, Thiago H de Paula Figueiredo wrote: > On Tue, 09 Apr 2013 03:26:08 -0300, Geoff Callender > wrote: > >> You just drop the Conversations and Conver

Re: Tapestry 5 and Java EE6/CDI

2013-04-09 Thread Thiago H de Paula Figueiredo
On Tue, 09 Apr 2013 03:26:08 -0300, Geoff Callender wrote: You just drop the Conversations and Conversation class from either of these examples into your project: http://jumpstart.doublenegative.com.au/jumpstart/examples/wizard/usingformfragments/START/wiz4 http://jumpstart.doublenegative

Re: Tapestry 5 and Java EE6/CDI

2013-04-08 Thread Geoff Callender
Oops, when I referred to "client-side" and server-side" I actually meant "web-tier" and "business-tier". Geoff On 9 April 2013 16:26, Geoff Callender wrote: > I realise you are referring to more than just Conversations support but > I'll just address Conversations since I don't know what other b

Re: Tapestry 5 and Java EE6/CDI

2013-04-08 Thread Geoff Callender
I realise you are referring to more than just Conversations support but I'll just address Conversations since I don't know what other benefits you're hoping to get. >From my reading, Wicket's Conversation CDI module is at best controversial, eg: http://comments.gmane.org/gmane.comp.java.wick

Re: Tapestry 5 and Java EE6/CDI

2013-04-08 Thread hantsy
Hi Bob, Thanks for clarifying this for me Exactly as u said, I only want to use Tapestry5 as JSF alternative for web tier. CDI is the standard DI in Java EE, not only a DI container, but provides other features, such as State management, events etc. Wicket provides a official CDI module for Java

Re: Tapestry 5 and Java EE6/CDI

2013-04-07 Thread Bob Harner
Hantsy, For the non-CDI parts of your question: Remember that JEE is really just a very large, only loosely-related bag of specifications and reference implementations. It includes JPA, JCA, JSF, JDBC , RMI

Re: Tapestry 5 and Java EE6/CDI

2013-04-07 Thread Lenny Primak
There is no 'official' plan to integrate Tapestry with JEE. There is, however, a module that integrates Tapestry with JEE / CDI that you can use. It doesn't replace Tapestry's DI (Tapestry-IoC) but it lets you use EJB / CDI beans in your pages and components, as well as other features. http://co

Tapestry 5 and Java EE6/CDI

2013-04-07 Thread hantsy
Hi all, I want to know if Tapestry has some plan to be integrated with Java EE, such as how to use CDI with Tapestry, I know Tapestry has its DI container, it can be replaced with CDI when I select Java EE6(none Spring/Hibernate project)? I have used Tapestry4 before, and know little about the n