it is pure java.  xsp files are simply transformed (using xslt) into real
java files and compiled (not unlike jsp is parsed to compile a servlet
behind the scenes).  If you have never gone to look at the resulting source,
I'd highly recommend it - it takes most of the mystery out of the process.
you can find them under the work directory of your servlet engine.

Geoff Howard

> -----Original Message-----
> From: Cocoon User [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, December 15, 2002 2:21 PM
> To: [EMAIL PROTECTED]
> Subject: xsp:logic pure java or not?
>
>
> i have noticed that inside <xso:logic> we can have code (variables,
> functions ..etc)
>
> eg:
>
> <xsp:logic>
>
>       private syncronized Date getToday(){
>
>       today = new Date();
>
>       }
>
> </xsp:logic>
>
> is it pure java or something else ?
>
> is there any reference online out there ?
>
>
>
>
> thnx
>
> Stavro Kounis
>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to