Re: How to use Tapestry with Flash components?

2008-11-17 Thread Thiago H. de Paula Figueiredo
Em Mon, 17 Nov 2008 10:48:32 -0300, Gutemberg A. Da Silva  
[EMAIL PROTECTED] escreveu:



I'd like to know how to use Tapestry framework with Flash components to a
multimedia application.And what dependecies to use.


Tapestry-flash isn't related to Adobe Flash. It is a field persistence  
strategy that removes its value from the session after it is read. It is  
meant to be used with redirect-after-post.


--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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



Re: How to use Tapestry with Flash components?

2008-11-17 Thread Jan Vissers
Here is some info for ya about Adobe Flash components en Tapestry:

http://knol.google.com/k/knol/system/knol/pages/Search?q=+intitle%3A%22tapestry+5+flash+integration%22+inauthor%3A%22toby+hobson%22restrict=general


 I'd like to know how to use Tapestry framework with Flash components to a
 multimedia application.And what dependecies to use.
 For example:
dependency
   groupIdcom.javaforge.*tapestry*/groupId
   artifactId*tapestry*-*flash*/artifactId
/dependency

 Thanks for attention.

 --
 Gutemberg A. Da Silva




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



Re: How to use Tapestry with Flash components?

2008-11-17 Thread Peter Stavrinides
If you are interested there are two good articles on flash integration with 
Tapestry here:

http://knol.google.com/k/knol/system/knol/pages/Search?q=+intitle%3A%22tapestry+5+flash+integration%22+inauthor%3A%22toby+hobson%22restrict=general


cheers,
Peter
- Original Message -
From: Thiago H. de Paula Figueiredo [EMAIL PROTECTED]
To: Tapestry users users@tapestry.apache.org
Sent: Monday, 17 November, 2008 5:21:44 PM GMT +02:00 Athens, Beirut, 
Bucharest, Istanbul
Subject: Re: How to use Tapestry with Flash components?

Em Mon, 17 Nov 2008 10:48:32 -0300, Gutemberg A. Da Silva  
[EMAIL PROTECTED] escreveu:

 I'd like to know how to use Tapestry framework with Flash components to a
 multimedia application.And what dependecies to use.

Tapestry-flash isn't related to Adobe Flash. It is a field persistence  
strategy that removes its value from the session after it is read. It is  
meant to be used with redirect-after-post.

-- 
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

-
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: How to use Tapestry with Flash components?

2008-11-17 Thread Toby Hobson
I have developed several T5/Adobe Flash apps and as Peter mentions I wrote a
couple of documents about it. I would be happy to answer any questions you
may have

Toby

2008/11/17 Peter Stavrinides [EMAIL PROTECTED]

 If you are interested there are two good articles on flash integration with
 Tapestry here:


 http://knol.google.com/k/knol/system/knol/pages/Search?q=+intitle%3A%22tapestry+5+flash+integration%22+inauthor%3A%22toby+hobson%22restrict=general


 cheers,
 Peter
 - Original Message -
 From: Thiago H. de Paula Figueiredo [EMAIL PROTECTED]
 To: Tapestry users users@tapestry.apache.org
 Sent: Monday, 17 November, 2008 5:21:44 PM GMT +02:00 Athens, Beirut,
 Bucharest, Istanbul
 Subject: Re: How to use Tapestry with Flash components?

 Em Mon, 17 Nov 2008 10:48:32 -0300, Gutemberg A. Da Silva
 [EMAIL PROTECTED] escreveu:

  I'd like to know how to use Tapestry framework with Flash components to a
  multimedia application.And what dependecies to use.

 Tapestry-flash isn't related to Adobe Flash. It is a field persistence
 strategy that removes its value from the session after it is read. It is
 meant to be used with redirect-after-post.

 --
 Thiago H. de Paula Figueiredo
 Independent Java consultant, developer, and instructor
 http://www.arsmachina.com.br/thiago

 -
 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: How to use Tapestry with Flash components?

2008-11-17 Thread Gutemberg A. Da Silva
Hi,
   I saw your tutorial about Tapestry/Adobe Flash. But I've still some
doubts.
   One of them is like to use the declaration of dependecies.
For example:
   dependency
  groupIdcom.javaforge.*tapestry*/groupId
  artifactId*tapestry*-*flash*/artifactId
   /dependency

   Is it just necessary this declaration?

Thanks for attention.

2008/11/17 Toby Hobson [EMAIL PROTECTED]

 I have developed several T5/Adobe Flash apps and as Peter mentions I wrote
 a
 couple of documents about it. I would be happy to answer any questions you
 may have

 Toby

 2008/11/17 Peter Stavrinides [EMAIL PROTECTED]

  If you are interested there are two good articles on flash integration
 with
  Tapestry here:
 
 
 
 http://knol.google.com/k/knol/system/knol/pages/Search?q=+intitle%3A%22tapestry+5+flash+integration%22+inauthor%3A%22toby+hobson%22restrict=general
 
 
  cheers,
  Peter
  - Original Message -
  From: Thiago H. de Paula Figueiredo [EMAIL PROTECTED]
  To: Tapestry users users@tapestry.apache.org
  Sent: Monday, 17 November, 2008 5:21:44 PM GMT +02:00 Athens, Beirut,
  Bucharest, Istanbul
  Subject: Re: How to use Tapestry with Flash components?
 
  Em Mon, 17 Nov 2008 10:48:32 -0300, Gutemberg A. Da Silva
  [EMAIL PROTECTED] escreveu:
 
   I'd like to know how to use Tapestry framework with Flash components to
 a
   multimedia application.And what dependecies to use.
 
  Tapestry-flash isn't related to Adobe Flash. It is a field persistence
  strategy that removes its value from the session after it is read. It is
  meant to be used with redirect-after-post.
 
  --
  Thiago H. de Paula Figueiredo
  Independent Java consultant, developer, and instructor
  http://www.arsmachina.com.br/thiago
 
  -
  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]
 
 




-- 
Gutemberg A. Da Silva


Re: How to use Tapestry with Flash components?

2008-11-17 Thread Toby Hobson
As Thiago mentioned, tapestry-flash is unrelated to adobe flash, it relates
to a client persistence strategy - rails style flash persistence

Toby

2008/11/17 Gutemberg A. Da Silva [EMAIL PROTECTED]

 Hi,
   I saw your tutorial about Tapestry/Adobe Flash. But I've still some
 doubts.
   One of them is like to use the declaration of dependecies.
 For example:
   dependency
  groupIdcom.javaforge.*tapestry*/groupId
  artifactId*tapestry*-*flash*/artifactId
   /dependency

Is it just necessary this declaration?

 Thanks for attention.

 2008/11/17 Toby Hobson [EMAIL PROTECTED]

  I have developed several T5/Adobe Flash apps and as Peter mentions I
 wrote
  a
  couple of documents about it. I would be happy to answer any questions
 you
  may have
 
  Toby
 
  2008/11/17 Peter Stavrinides [EMAIL PROTECTED]
 
   If you are interested there are two good articles on flash integration
  with
   Tapestry here:
  
  
  
 
 http://knol.google.com/k/knol/system/knol/pages/Search?q=+intitle%3A%22tapestry+5+flash+integration%22+inauthor%3A%22toby+hobson%22restrict=general
  
  
   cheers,
   Peter
   - Original Message -
   From: Thiago H. de Paula Figueiredo [EMAIL PROTECTED]
   To: Tapestry users users@tapestry.apache.org
   Sent: Monday, 17 November, 2008 5:21:44 PM GMT +02:00 Athens, Beirut,
   Bucharest, Istanbul
   Subject: Re: How to use Tapestry with Flash components?
  
   Em Mon, 17 Nov 2008 10:48:32 -0300, Gutemberg A. Da Silva
   [EMAIL PROTECTED] escreveu:
  
I'd like to know how to use Tapestry framework with Flash components
 to
  a
multimedia application.And what dependecies to use.
  
   Tapestry-flash isn't related to Adobe Flash. It is a field persistence
   strategy that removes its value from the session after it is read. It
 is
   meant to be used with redirect-after-post.
  
   --
   Thiago H. de Paula Figueiredo
   Independent Java consultant, developer, and instructor
   http://www.arsmachina.com.br/thiago
  
   -
   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]
  
  
 



 --
 Gutemberg A. Da Silva