You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Harish Krishnaswamy <ha...@gmail.com> on 2005/03/27 20:43:43 UTC

Another Tapestry Ajax demo

Inspired by Ajax, t-deli and zuggest, I put together this demo that
searches amazon.com dynamically as you type-in the search phrase. It
is a Tapestry component, so if you want to use it, all you have to do
is simply add the component to your page. Got to love Tapestry. Its
been a while since I did any Tapestry work, so it was great to get my
hands on it. Hope you like it.

And oh, you can download the demo at
http://myworkspace.sourceforge.net/ajax-demo.html.

-Harish

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Information about Tapestry is needed

Posted by "t.n.a." <tn...@sharanet.org>.
Alexander Kolesnikov wrote:

> Hello everyone,
>
> I've chosen a topic for my MSc dissertation "Enterprise application 
> development using Jakarta Tapestry". I've got some initial 
> understanding about what is Tapestry from the Jakarta.apache.org 
> website as also from the introduction to the Howard's book (which I've 
> got). And this is exactly why I have chosen the topic.
>
> However, the work in my university is organized in such a way that 
> although the dissertation term will start only in September, and I was 
> going to begin the intensive study of Tapestry in the Summer, I have 
> to produce the preliminary proposal for my dissertation by the 14th of 
> April. And for it to be convincing I want to have a good general 
> understanding of the framework as soon as possible. I am reading the 
> "Tapestry in Action", of course, but due to numerous distractions of 
> the current period of my life it is unlikely that I will complete it 
> by the deadline.
>
> So: the question is: could you point me to some source of information 
> which could give in a consize and general form the description of 
> possibilities which Tapestry gives, some examples showing its 
> benefits, preferably in comparison with other existing Web development 
> frameworks?

I don't understand, Alexander: how did you choose your topic if you need 
a basic introduction to it?
What do you plan to focus on in the scope of your thesis? Tapestry in 
general, some aspect of it, a comparison against the competition, or 
something else?
I'm bursting with questions as I'm having some difficulty setting the 
boundaries of my own MSc thesis. I'm obviously curios to hear how it's 
done elsewhere. :)
BTW, you might consider looking at some or all of the following to help 
you define a proposal:
- http://tapestry.sf.net/Tapestry-WebTech.pdf
- http://dorffweb.com/bin/TapestryTutorial-1.0.3.pdf

Hope that's at least part of what you're looking for.

t.n.a.

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Information about Tapestry is needed

Posted by Alexander Kolesnikov <al...@galactica.ru>.
Hello everyone,

I've chosen a topic for my MSc dissertation "Enterprise application 
development using Jakarta Tapestry". I've got some initial understanding 
about what is Tapestry from the Jakarta.apache.org website as also from 
the introduction to the Howard's book (which I've got). And this is 
exactly why I have chosen the topic.

However, the work in my university is organized in such a way that 
although the dissertation term will start only in September, and I was 
going to begin the intensive study of Tapestry in the Summer, I have to 
produce the preliminary proposal for my dissertation by the 14th of 
April. And for it to be convincing I want to have a good general 
understanding of the framework as soon as possible. I am reading the 
"Tapestry in Action", of course, but due to numerous distractions of the 
current period of my life it is unlikely that I will complete it by the 
deadline.

So: the question is: could you point me to some source of information 
which could give in a consize and general form the description of 
possibilities which Tapestry gives, some examples showing its benefits, 
preferably in comparison with other existing Web development frameworks?

Alexander Kolesnikov
(Glasgow Caledonian University, MSc Enterprise Systems Development 
programme)


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Another Tapestry Ajax demo

Posted by Warner Onstine <sw...@warneronstine.com>.
Unfortunately it doesn't seem to work in Safari.

-warner

On Apr 9, 2005, at 2:27 AM, Mind Bridge wrote:

> Hi Harish,
>
> I have placed the demo of your code on T-Deli:
>
> http://www.t-deli.com/tajax/app?service=page/AmazonBrowserDemo
>
> I advise people to see it, it's pretty cool :)
>
> -mb
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Another Tapestry Ajax demo

Posted by Viktor Szathmary <ph...@gmail.com>.
Hi,

You might also be interested in the latest (that is today's) release
of Tacos (http://tacos.sf.net/). I have added support for partial page
rendering for form POSTs as well. See the demo here:

http://tacos.mine.nu:8080/tacos-demo/app?service=page/PartialForms

the benefit of this approach over a pure javascript/ajax solution is
that this still works very well without javascript (of course a lot
more dynamic with it), so you don't have to develop 2 versions of your
app. You also don't have to render markup with javascript - in fact
you don't have to write additional javascript at all to benefit from
these components.

regards,
   viktor


On Apr 9, 2005 5:27 AM, Mind Bridge <mi...@yahoo.com> wrote:
> Hi Harish,
> 
> I have placed the demo of your code on T-Deli:
> 
> http://www.t-deli.com/tajax/app?service=page/AmazonBrowserDemo
> 
> I advise people to see it, it's pretty cool :)
> 
> -mb
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Another Tapestry Ajax demo

Posted by Massimo Lusetti <ml...@gmail.com>.
On Apr 9, 2005 11:27 AM, Mind Bridge <mi...@yahoo.com> wrote:
> Hi Harish,
> 
> I have placed the demo of your code on T-Deli:
> 
> http://www.t-deli.com/tajax/app?service=page/AmazonBrowserDemo
> 
> I advise people to see it, it's pretty cool :)

You're damn right, it's really cool.

-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Another Tapestry Ajax demo

Posted by Mind Bridge <mi...@yahoo.com>.
Hi Harish,

I have placed the demo of your code on T-Deli:

http://www.t-deli.com/tajax/app?service=page/AmazonBrowserDemo

I advise people to see it, it's pretty cool :)

-mb


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Another Tapestry Ajax demo

Posted by Mind Bridge <mi...@yahoo.com>.
A bit busy at the moment, so it will not be immediate, but sure -- I will
put it there.

Best regards,
-mb

----- Original Message ----- 
From: "Harish Krishnaswamy" <ha...@gmail.com>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Monday, March 28, 2005 12:55 AM
Subject: Re: Another Tapestry Ajax demo


> Perhaps t-deli can host it, MB?
>
> -Harish
>
>
> On Sun, 27 Mar 2005 14:49:35 -0500, Erik Hatcher
> <er...@ehatchersolutions.com> wrote:
> > What would be awesome is to have this demo, along with some annotated
> > code to show how simple this is to integrate into a Tapestry page,
> > running live on the net somewhere.
> >
> > Any takers on hosting this?
> >
> >         Erik
> >
> > On Mar 27, 2005, at 1:43 PM, Harish Krishnaswamy wrote:
> >
> > > Inspired by Ajax, t-deli and zuggest, I put together this demo that
> > > searches amazon.com dynamically as you type-in the search phrase. It
> > > is a Tapestry component, so if you want to use it, all you have to do
> > > is simply add the component to your page. Got to love Tapestry. Its
> > > been a while since I did any Tapestry work, so it was great to get my
> > > hands on it. Hope you like it.
> > >
> > > And oh, you can download the demo at
> > > http://myworkspace.sourceforge.net/ajax-demo.html.
> > >
> > > -Harish
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Another Tapestry Ajax demo

Posted by Harish Krishnaswamy <ha...@gmail.com>.
Perhaps t-deli can host it, MB?

-Harish


On Sun, 27 Mar 2005 14:49:35 -0500, Erik Hatcher
<er...@ehatchersolutions.com> wrote:
> What would be awesome is to have this demo, along with some annotated
> code to show how simple this is to integrate into a Tapestry page,
> running live on the net somewhere.
> 
> Any takers on hosting this?
> 
>         Erik
> 
> On Mar 27, 2005, at 1:43 PM, Harish Krishnaswamy wrote:
> 
> > Inspired by Ajax, t-deli and zuggest, I put together this demo that
> > searches amazon.com dynamically as you type-in the search phrase. It
> > is a Tapestry component, so if you want to use it, all you have to do
> > is simply add the component to your page. Got to love Tapestry. Its
> > been a while since I did any Tapestry work, so it was great to get my
> > hands on it. Hope you like it.
> >
> > And oh, you can download the demo at
> > http://myworkspace.sourceforge.net/ajax-demo.html.
> >
> > -Harish
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Another Tapestry Ajax demo

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
What would be awesome is to have this demo, along with some annotated 
code to show how simple this is to integrate into a Tapestry page, 
running live on the net somewhere.

Any takers on hosting this?

	Erik

On Mar 27, 2005, at 1:43 PM, Harish Krishnaswamy wrote:

> Inspired by Ajax, t-deli and zuggest, I put together this demo that
> searches amazon.com dynamically as you type-in the search phrase. It
> is a Tapestry component, so if you want to use it, all you have to do
> is simply add the component to your page. Got to love Tapestry. Its
> been a while since I did any Tapestry work, so it was great to get my
> hands on it. Hope you like it.
>
> And oh, you can download the demo at
> http://myworkspace.sourceforge.net/ajax-demo.html.
>
> -Harish
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org