Re: Theoretical question: Differences and similarities between page and hivemind service.

2006-07-05 Thread Richard Kirby

Hi Aleksej,

See http://wiki.apache.org/tapestry/Tapestry5Roadmap - this is coming in 
Tapestry 5, although that is definitely a ways off.


Cheers

Richard

Aleksej wrote:
Thats not only about services auto-wiring. Having page as a service 
allows to get rid of BasePage ( BaseComponent ) hierarchy. I am sure 
that there are lots of people ( including tapestry developers ) who 
wanted to see pages as a POJO's .



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



Re: Theoretical question: Differences and similarities between page and hivemind service.

2006-07-05 Thread James Carman
I understood your request.  I just thought I'd offer up that project to
help some of your service wiring woes while we await Tap5.  Hope it helps.
 It works quite well on our project at work.

 Thats not only about services auto-wiring. Having page as a service
 allows to get rid of BasePage ( BaseComponent ) hierarchy. I am sure
 that there are lots of people ( including tapestry developers ) who
 wanted to see pages as a POJO's .

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



James Carman, President
Carman Consulting, Inc.


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



Theoretical question: Differences and similarities between page and hivemind service.

2006-07-04 Thread Aleksej

What are a differences and similarities between page and Hivemind service?
Is it possible in the future to implement pages as Hivemind services
as POJO's with all services features as auto-wire and so on. currently I 
need
to inject services into a page manually, use logging directly ( NP, but 
I just

don't like to use two different approaches in one project ). Is it worth
from performance point of view? What do You think about it?

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



RE: Theoretical question: Differences and similarities between page and hivemind service.

2006-07-04 Thread James Carman
There is a project called tapestry-autowire (available via SVN) which allows
you to automatically wire HiveMind services into your pages:

http://svn.javaforge.com/svn/tapestry/tapestry-autowire/trunk

You can use anonymous/anon as the username/password to check it out.  It
builds using Maven2.  Hope that helps!




-Original Message-
From: Aleksej [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 04, 2006 10:44 AM
To: tapestry-user
Subject: Theoretical question: Differences and similarities between page and
hivemind service.

What are a differences and similarities between page and Hivemind service?
Is it possible in the future to implement pages as Hivemind services
as POJO's with all services features as auto-wire and so on. currently I 
need
to inject services into a page manually, use logging directly ( NP, but 
I just
don't like to use two different approaches in one project ). Is it worth
from performance point of view? What do You think about it?

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