Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 97786 invoked from network); 14 Apr 2006 18:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2006 18:55:21 -0000 Received: (qmail 37317 invoked by uid 500); 14 Apr 2006 18:55:12 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 37219 invoked by uid 500); 14 Apr 2006 18:55:12 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 37092 invoked by uid 99); 14 Apr 2006 18:55:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 11:55:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mcaliskan@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO pproxy.gmail.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 11:55:11 -0700 Received: by pproxy.gmail.com with SMTP id z74so132927pyg for ; Fri, 14 Apr 2006 11:54:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=riTJf2f0y2MDLufJ7MWEtKbMmudZLeFGDnZ5SffVVMjvOmqsJ1NeDcLoK/kEq1tPX0GDSknliSYci7ibZNy/xVEv8plCS3ISg9T3RE1mMobb48j9pziwQjeZmGZuuCf1CvEhGzr7EKlhpY5pf7KDLoYHAT0JbErXaF1fiEzVHKk= Received: by 10.35.101.9 with SMTP id d9mr553431pym; Fri, 14 Apr 2006 11:54:50 -0700 (PDT) Received: by 10.35.109.14 with HTTP; Fri, 14 Apr 2006 11:54:50 -0700 (PDT) Message-ID: Date: Fri, 14 Apr 2006 21:54:50 +0300 From: "=?ISO-8859-9?Q?Mert_=C7al=FD=FEkan?=" To: "MyFaces Discussion" Subject: Re: Re: [OT] Rotating Images via JSF or AJAX In-Reply-To: <78FF9B960DCEA0478F873F9989FD3CCD0195FDDD@LP-EXCHVS01.CO.IHC.COM> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1351_6744925.1145040890503" References: <78FF9B960DCEA0478F873F9989FD3CCD0195FDDD@LP-EXCHVS01.CO.IHC.COM> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1351_6744925.1145040890503 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Favor phaselisteners over servlets to render the image http://www.nabble.com/Render-an-Image-t1395334.html#a3811978 (my friend's old post to the group maybe you already have it) and to rotate it by spicing with java2d. cheers, Mert On 4/14/06, James Reynolds wrote: > > > Oops, I shouldn't have written 'rotation.' I simply mean changing the > displayed image on the page without page submits, basically just like ad > banners. Though your point is taken, I'll need to focus on getting the > image from the server. > > Thanks > > -----Original Message----- > From: news [mailto:news@sea.gmane.org] On Behalf Of Werner Punz > Sent: Friday, April 14, 2006 11:28 AM > To: users@myfaces.apache.org > Subject: Re: [OT] Rotating Images via JSF or AJAX > > James Reynolds schrieb: > > I have an animated .gif that rotates images (like a slide show). I > > want to replace it with some kind of component that will do the same > thing. > > I'd like to have it pull the sources for the images from a database so > > > that I can choose which images are displayed on the fly. > > > > Has anyone discovered a JSF or AJAX roadmap for this kind of thing? > > > Nothing is there as component yet, however it is doable, if you are > willing to write it yourself. > You have everything basically in place. > All you need is java2d for rotation and something which pulls the images > from a server. > > > You even can do that without jsf just by using a servlet for doing the > work and then setting parametrized img tags onto that servlet. > > > ------=_Part_1351_6744925.1145040890503 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Favor phaselisteners over servlet= s

to render the image

ht= tp://www.nabble.com/Render-an-Image-t1395334.html#a3811978
(my friend's old post to the group maybe you already have it)

and to rotate it by spicing with java2d.

cheers,

Mert


On 4/14/06, James Reynolds <James.Reynolds@intermountainmail.org> wrote:
Oops, I shouldn't have written 'rotation.'  I simply mean cha= nging the
displayed image on the page without page submits, basically ju= st like ad
banners.  Though your point is taken, I'll need to = focus on getting the
image from the server.

Thanks

-----Original Message-----<= br>From: news [mailto:news@sea.gmane.= org] On Behalf Of Werner Punz
Sent: Friday, April 14, 2006 11:28 AM
To: users@myfaces.apache.or= g
Subject: Re: [OT] Rotating Images via JSF or AJAX

James Rey= nolds schrieb:
> I have an animated .gif that rotates images (like a = slide show).  I
> want to replace it with some kind of component that will do the sa= me
thing.
> I'd like to have it pull the sources for the images fr= om a database so

> that I can choose which images are displayed o= n the fly.
>
> Has anyone discovered a JSF or AJAX roadmap for this kind = of thing?
>
Nothing is there as component yet, however it is doabl= e, if you are
willing to write it yourself.
You have everything basic= ally in place.
All you need is java2d for rotation and something which pulls the image= s
from a server.


You even can do that without jsf just by usi= ng a servlet for doing the
work and then setting parametrized img tags o= nto that servlet.



------=_Part_1351_6744925.1145040890503--