Re: [ANN]: Seam for T5

2008-01-25 Thread Igor Drobiazko
Hm, I've never used jBPM. So I have no idea how tough it would be. But you could try to configure jBPM in a Tapestry/Seam app and report the result. Seam provides to much stuff. I can't check it all alone. On Jan 24, 2008 4:30 AM, Andreas Pursian [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED

Re: [ANN]: Seam for T5

2008-01-23 Thread Igor Drobiazko
Just updated the documentation. How to use Seam-managed Hibernate session read here: http://tacos.sourceforge.net/tacos5/tacos-seam/hibernate.html A Hibernate example application can be found here: http://tacos.svn.sourceforge.net/viewvc/tacos/tacos-5/trunk/tacos-seam/booking-example/ This app

Re: [ANN]: Seam for T5

2008-01-23 Thread Andreas Pursian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Looks very interesting, thanks for your work. I stumbled across seam and its jBPM implementation feature some time ago. So while seam is discussed on the list right now, i ask myself whether this feature could be implemented or not. I read your reply

Re: [ANN]: Seam for T5

2008-01-21 Thread Igor Drobiazko
The integration offers the bijection of Seam components. Please read here how to do it. http://tacos.sourceforge.net/tacos5/tacos-seam/index.html Hopefully this is enough to use the other stuff provided by Seam. On Jan 21, 2008 8:31 AM, Borut Bolčina [EMAIL PROTECTED] wrote: Hello Igor, can

Re: [ANN]: Seam for T5

2008-01-21 Thread Igor Drobiazko
On Jan 21, 2008 4:00 AM, Angelo Chen [EMAIL PROTECTED] wrote: Hi, Good news, a few questions: 1) Any tutorials on using Seam with T5? I tried Seam, up to the point of booking example, stop when i know I have to learn something about JSF. A 'hello world' tutorial with T5 will be

Re: [ANN]: Seam for T5

2008-01-21 Thread Michael Courcy
What would be extremly cool is having the famous seam book example working with T5. http://seam.demo.jboss.com/home.seam Because the more interesting features of seam are in there (convesation, security ) But I know that's probably a lot of work ... Angelo Chen a écrit : Hi, Good

Re: [ANN]: Seam for T5

2008-01-21 Thread Chris Lewis
Regarding hibernate, I'm not sure you could just drop in this module and remove tapestry-hibernate with no problems. This is because tapestry-hibernate provides a Session impl that transparently results in the Session for the active thread. The reason this is useful is because we can simply

Re: [ANN]: Seam for T5

2008-01-21 Thread Davor Hrg
Actualy it's no problem replacing tapestry-hibernate if The session is your only concern. You may depend also on HibernateSessionManager and have contributions for extra entity packages. Davor Hrg On Jan 21, 2008 1:26 PM, Chris Lewis [EMAIL PROTECTED] wrote: Regarding hibernate, I'm not sure

Re: [ANN]: Seam for T5

2008-01-20 Thread Howard Lewis Ship
This is excellent news, people have really wanted some kind of conversational state in T5 and I've had my hands full. Can't wait to check it out. On Jan 20, 2008 3:28 PM, Igor Drobiazko [EMAIL PROTECTED] wrote: Hi all, Seam integration with Tapestry 5 is available in Tacos 5.

Re: [ANN]: Seam for T5

2008-01-20 Thread Angelo Chen
Hi, Good news, a few questions: 1) Any tutorials on using Seam with T5? I tried Seam, up to the point of booking example, stop when i know I have to learn something about JSF. A 'hello world' tutorial with T5 will be helpful. 2) if an app uses Seam, do we still need Tapestry-hibernate?

Re: [ANN]: Seam for T5

2008-01-20 Thread Borut Bolčina
Hello Igor, can you describe in a few words what this integration offers. It seems like a dream marriage, but still... Regards, Borut 2008/1/21, Igor Drobiazko [EMAIL PROTECTED]: Hi all, Seam integration with Tapestry 5 is available in Tacos 5.