You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Keren Jefet <ke...@yahoo.com> on 2004/12/20 15:37:35 UTC

Imtermediate files

Hi,
Where does Tapestry keeps its intermediate files?

Thanks,
K.



		
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

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


Re: Imtermediate files

Posted by Bryan Lewis <br...@maine.rr.com>.
That's done in memory too, using javassist.

----- Original Message ----- 
From: "Keren Jefet" <ke...@yahoo.com>
To: "Tapestry users" <ta...@jakarta.apache.org>; "William Keller"
<wi...@gmail.com>
Sent: Tuesday, December 21, 2004 2:16 AM
Subject: Re: Imtermediate files


> How about the subclasses that it dynamically creates
> when parsing pages? Is this process only in-memory or
> there is a way to see those classes somehow?
>
> --- William Keller <wi...@gmail.com> wrote:
>
> > I'm assuming you are thinking that tapestry compiles
> > templates into
> > classes a la JSP style. It doesn't! It doesn't
> > create files to a work
> > directory or anything like that as far as I know.
> >
> > Cheers
> >
> >
> > On Mon, 20 Dec 2004 15:56:30 -0500, Jamie
> > Orchard-Hays <ja...@dang.com> wrote:
> > > intermediate?
> > >
> > >
> > > ----- Original Message -----
> > > From: "Keren Jefet" <ke...@yahoo.com>
> > > To: <ta...@jakarta.apache.org>
> > > Sent: Monday, December 20, 2004 9:37 AM
> > > Subject: Imtermediate files
> > >
> > > > Hi,
> > > > Where does Tapestry keeps its intermediate
> > files?
> > > >
> > > > Thanks,
> > > > K.
> > > >
> > > >
> > > >
> > > >
> > > > __________________________________
> > > > Do you Yahoo!?
> > > > Read only the mail you want - Yahoo! Mail
> > SpamGuard.
> > > > http://promotions.yahoo.com/new_mail
> > > >
> > > >
> >
> ---------------------------------------------------------------------
> > > > 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
> >
> >
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Send a seasonal email greeting and help others. Do good.
> http://celebrity.mail.yahoo.com
>
> ---------------------------------------------------------------------
> 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: Imtermediate files

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Dec 21, 2004, at 2:16 AM, Keren Jefet wrote:
> How about the subclasses that it dynamically creates
> when parsing pages? Is this process only in-memory or
> there is a way to see those classes somehow?

The generated classes are in-memory.  .java is not created, only class 
file formatted byte code.  So even if you could see what was generated, 
you'd have to reverse-engineer it.

	Erik


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


Re: Imtermediate files

Posted by Keren Jefet <ke...@yahoo.com>.
How about the subclasses that it dynamically creates
when parsing pages? Is this process only in-memory or
there is a way to see those classes somehow?

--- William Keller <wi...@gmail.com> wrote:

> I'm assuming you are thinking that tapestry compiles
> templates into
> classes a la JSP style. It doesn't! It doesn't
> create files to a work
> directory or anything like that as far as I know.
> 
> Cheers
> 
> 
> On Mon, 20 Dec 2004 15:56:30 -0500, Jamie
> Orchard-Hays <ja...@dang.com> wrote:
> > intermediate?
> > 
> > 
> > ----- Original Message -----
> > From: "Keren Jefet" <ke...@yahoo.com>
> > To: <ta...@jakarta.apache.org>
> > Sent: Monday, December 20, 2004 9:37 AM
> > Subject: Imtermediate files
> > 
> > > Hi,
> > > Where does Tapestry keeps its intermediate
> files?
> > >
> > > Thanks,
> > > K.
> > >
> > >
> > >
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > Read only the mail you want - Yahoo! Mail
> SpamGuard.
> > > http://promotions.yahoo.com/new_mail
> > >
> > >
>
---------------------------------------------------------------------
> > > 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
> 
> 



		
__________________________________ 
Do you Yahoo!? 
Send a seasonal email greeting and help others. Do good. 
http://celebrity.mail.yahoo.com

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


Re: Imtermediate files

Posted by William Keller <wi...@gmail.com>.
I'm assuming you are thinking that tapestry compiles templates into
classes a la JSP style. It doesn't! It doesn't create files to a work
directory or anything like that as far as I know.

Cheers


On Mon, 20 Dec 2004 15:56:30 -0500, Jamie Orchard-Hays <ja...@dang.com> wrote:
> intermediate?
> 
> 
> ----- Original Message -----
> From: "Keren Jefet" <ke...@yahoo.com>
> To: <ta...@jakarta.apache.org>
> Sent: Monday, December 20, 2004 9:37 AM
> Subject: Imtermediate files
> 
> > Hi,
> > Where does Tapestry keeps its intermediate files?
> >
> > Thanks,
> > K.
> >
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Read only the mail you want - Yahoo! Mail SpamGuard.
> > http://promotions.yahoo.com/new_mail
> >
> > ---------------------------------------------------------------------
> > 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: Imtermediate files

Posted by Jamie Orchard-Hays <ja...@dang.com>.
intermediate?


----- Original Message ----- 
From: "Keren Jefet" <ke...@yahoo.com>
To: <ta...@jakarta.apache.org>
Sent: Monday, December 20, 2004 9:37 AM
Subject: Imtermediate files


> Hi,
> Where does Tapestry keeps its intermediate files?
> 
> Thanks,
> K.
> 
> 
> 
> 
> __________________________________ 
> Do you Yahoo!? 
> Read only the mail you want - Yahoo! Mail SpamGuard. 
> http://promotions.yahoo.com/new_mail 
> 
> ---------------------------------------------------------------------
> 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