Re: New to Tapestry

2007-02-25 Thread Howard Lewis Ship

Stability is good but features are limited; it's still an alpha (or,
as I like to call it, a "preview") release stage.

Dates haven't been implemented untiil the JavaScript support is realized.

Drop downs to other objects will come with the Hibernate integration
(since we need a way to identify the other objects that can be linked
to).

The Trails project, for Tapestry 4, gives you an idea of the kind of
things that will be possible in Tapestry 5.

What's been going on so far is the creation of the best page and
component oriented framework available, and it's most of the way
there. The JavaScript stuff in on the second wave, but much of the
groundwork has been laid.

On 2/25/07, Leandro Saad <[EMAIL PROTECTED]> wrote:

Hi all.

I'm new to Tapestry and I've been watching the screencasts available. I
really like the class reloading feature. Congrats!
I'm considering using Tapestry for a new project, but I still have some
questions that need answer:

1) How mature is Tapestry 5?

2) Does the BeanEditForm handles Dates, DropDowns (references to other
objects) ? If not, what is the Tapestry way of doing this?

3) Where do I put business logic? I come from a Action based framework
background. I think you use the Page objects for that, is this correct?

4) Any Ajax integration goodies? In Guara we can execute the exact same
business logic, but return differents types on text (whole page, partial
page, javascript) which makes Ajax integration easier.

Cheers!

--
Leandro Rodrigo Saad Cruz
software developer - certified scrum master
:: scrum.com.br
:: db.apache.org/ojb
:: guara-framework.sf.net
:: xingu.sf.net




--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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



New to Tapestry

2007-02-25 Thread Leandro Saad

Hi all.

I'm new to Tapestry and I've been watching the screencasts available. I
really like the class reloading feature. Congrats!
I'm considering using Tapestry for a new project, but I still have some
questions that need answer:

1) How mature is Tapestry 5?

2) Does the BeanEditForm handles Dates, DropDowns (references to other
objects) ? If not, what is the Tapestry way of doing this?

3) Where do I put business logic? I come from a Action based framework
background. I think you use the Page objects for that, is this correct?

4) Any Ajax integration goodies? In Guara we can execute the exact same
business logic, but return differents types on text (whole page, partial
page, javascript) which makes Ajax integration easier.

Cheers!

--
Leandro Rodrigo Saad Cruz
software developer - certified scrum master
:: scrum.com.br
:: db.apache.org/ojb
:: guara-framework.sf.net
:: xingu.sf.net


T5 + Jetty + Hibernate

2007-02-25 Thread Olivier Jacquet


Hi,


Does anyone has an example of how to get tapestry, jetty and hibernate 
running together?


The internet is lacking in documentation about this. I have a book with 
an example for T4 and Tomcat and that helped me in getting a normal 
DataSource functioning with JettyPlus but I am not able to get hibernate 
working.


The example in T4 also uses @InjectObject but that is not available in T5.

So what do I think I need?

- How to implement the service.
- How to define it in jettyplus.xml.
- How to access the service from within Tapestry.

Ah, and I'm using Jetty5 + JettyPlus. If one of you has some code that 
does this just sending the code without any explanation would already be 
a step forward for me!



Thanks in advance.
Olivier


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