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 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 on the related pageflow
 component but from what i see in the seam tutorial - besides some seam
 annotations - it is not so highly integrated with jsf, so do you see a
 possibility to get this stuff working with tacos-seam and t5.

 thx andreas

 Igor Drobiazko wrote:
  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 is a clone of http://seam.demo.jboss.com/home.seam and uses
  Tapestry/Seam.
  Just check out from svn and run it. You don't need any database since
 the
  demo uses HSQL.
  The app is not finished yet but can be used as example.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFHmAZtM14O/Esx/74RAkR6AKDFfpamSLLjVNq13usmCRYYmGzX3wCgrKur
 Z80FjqUnHxqznRyksRz46Uo=
 =fZ5o
 -END PGP SIGNATURE-

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Best regards,

Igor Drobiazko


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 is a clone of http://seam.demo.jboss.com/home.seam and uses
Tapestry/Seam.
Just check out from svn and run it. You don't need any database since the
demo uses HSQL.
The app is not finished yet but can be used as example.


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 on the related pageflow
component but from what i see in the seam tutorial - besides some seam
annotations - it is not so highly integrated with jsf, so do you see a
possibility to get this stuff working with tacos-seam and t5.

thx andreas

Igor Drobiazko wrote:
 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 is a clone of http://seam.demo.jboss.com/home.seam and uses
 Tapestry/Seam.
 Just check out from svn and run it. You don't need any database since the
 demo uses HSQL.
 The app is not finished yet but can be used as example.
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHmAZtM14O/Esx/74RAkR6AKDFfpamSLLjVNq13usmCRYYmGzX3wCgrKur
Z80FjqUnHxqznRyksRz46Uo=
=fZ5o
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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.
 
  http://tacos.sourceforge.net/tacos5/tacos-seam/index.html
 
  --
  Best regards,
 
  Igor Drobiazko
 




-- 
Best regards,

Igor Drobiazko


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 helpful.

You can find a simple demo here:
http://tacos.svn.sourceforge.net/viewvc/tacos/tacos-5/trunk/tacos-seam/demo/



 2) if an app uses Seam, do we still need Tapestry-hibernate?

If you decide to use Seam and Tapestry together, you probably don't need the
module tapestry-hibernate.
You just need to configure hibernate and then you can inject the Session as
any other Seam component.
Well, this is what I'm going to do next. You can expect some Hibernate
examples in the next days.



 Thanks,

 A.C.



 Igor Drobiazko wrote:
 
  Hi all,
 
  Seam integration with Tapestry 5 is available in Tacos 5.
 
  http://tacos.sourceforge.net/tacos5/tacos-seam/index.html
 
  --
  Best regards,
 
  Igor Drobiazko
 
 

 --
 View this message in context:
 http://www.nabble.com/-ANN-%3A-Seam-for-T5-tp14988484p14990396.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Best regards,

Igor Drobiazko


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 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?

Thanks,

A.C.



Igor Drobiazko wrote:
  

Hi all,

Seam integration with Tapestry 5 is available in Tacos 5.

http://tacos.sourceforge.net/tacos5/tacos-seam/index.html

--
Best regards,

Igor Drobiazko





  



--
Michael Courcy
http://courcy.blogspot.com



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 inject Session instances into singleton services in our 
app modules, without the bother of looking them up through some other 
mechanism. Of course there are probably many good reasons to use such an 
integration, I just wanted to point out that the tapestry-hibernate 
provided Session implementation does a little magic that may cause 
breakage if replaced (it would in my apps anyway).


chris

Igor Drobiazko wrote:

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 helpful.



You can find a simple demo here:
http://tacos.svn.sourceforge.net/viewvc/tacos/tacos-5/trunk/tacos-seam/demo/

  

2) if an app uses Seam, do we still need Tapestry-hibernate?



If you decide to use Seam and Tapestry together, you probably don't need the
module tapestry-hibernate.
You just need to configure hibernate and then you can inject the Session as
any other Seam component.
Well, this is what I'm going to do next. You can expect some Hibernate
examples in the next days.

  

Thanks,

A.C.



Igor Drobiazko wrote:


Hi all,

Seam integration with Tapestry 5 is available in Tacos 5.

http://tacos.sourceforge.net/tacos5/tacos-seam/index.html

--
Best regards,

Igor Drobiazko


  

--
View this message in context:
http://www.nabble.com/-ANN-%3A-Seam-for-T5-tp14988484p14990396.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






  




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 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 inject Session instances into singleton services in our
 app modules, without the bother of looking them up through some other
 mechanism. Of course there are probably many good reasons to use such an
 integration, I just wanted to point out that the tapestry-hibernate
 provided Session implementation does a little magic that may cause
 breakage if replaced (it would in my apps anyway).

 chris


 Igor Drobiazko wrote:
  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 helpful.
 
 
  You can find a simple demo here:
  http://tacos.svn.sourceforge.net/viewvc/tacos/tacos-5/trunk/tacos-seam/demo/
 
 
  2) if an app uses Seam, do we still need Tapestry-hibernate?
 
 
  If you decide to use Seam and Tapestry together, you probably don't need the
  module tapestry-hibernate.
  You just need to configure hibernate and then you can inject the Session as
  any other Seam component.
  Well, this is what I'm going to do next. You can expect some Hibernate
  examples in the next days.
 
 
  Thanks,
 
  A.C.
 
 
 
  Igor Drobiazko wrote:
 
  Hi all,
 
  Seam integration with Tapestry 5 is available in Tacos 5.
 
  http://tacos.sourceforge.net/tacos5/tacos-seam/index.html
 
  --
  Best regards,
 
  Igor Drobiazko
 
 
 
  --
  View this message in context:
  http://www.nabble.com/-ANN-%3A-Seam-for-T5-tp14988484p14990396.html
  Sent from the Tapestry - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.

 http://tacos.sourceforge.net/tacos5/tacos-seam/index.html

 --
 Best regards,

 Igor Drobiazko




-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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?

Thanks,

A.C.



Igor Drobiazko wrote:
 
 Hi all,
 
 Seam integration with Tapestry 5 is available in Tacos 5.
 
 http://tacos.sourceforge.net/tacos5/tacos-seam/index.html
 
 -- 
 Best regards,
 
 Igor Drobiazko
 
 

-- 
View this message in context: 
http://www.nabble.com/-ANN-%3A-Seam-for-T5-tp14988484p14990396.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.

 http://tacos.sourceforge.net/tacos5/tacos-seam/index.html

 --
 Best regards,

 Igor Drobiazko