|
From: Victor L. <vic...@ya...> - 2005-11-15 06:47:17
|
Can setAttribute be used to save a java object in
application scope?
btw, where can I download 3.0? Is it a developmental
verion? or is it a stable version? Where are the
documentation of it?
I really need to use the application scope because I
am converting a jsp that uses application scope to
php.
Thanks.
--- Jost Boekemeier <jos...@ya...> wrote:
> Hi Victor,
>
> > scope, but how about application scope?
>
> In PHP/Java Bridge 3.0 you can use
>
> java_context()->setAttribute(200, "test");
>
> to store "test" into the application scope.
>
>
> In version 2.x please use
>
> $ctx = java_session("myApplication");
> ...
> $ctx->destroy();
>
>
> Regards,
> Jost Boekemeier
>
>
>
>
>
>
>
>
___________________________________________________________
>
> Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher
> kostenlos - Hier anmelden: http://mail.yahoo.de
>
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
|