Thank you very much for your answer. I will probably pass them with each
call then.

-----Original Message-----
From: Scott M Stark [mailto:[EMAIL PROTECTED]]
Sent: 17 September 2001 20:06
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Putting Application specific data in the
InitialContext


Properties passed to the InitialContext are only seen by the InitialContext
factory and
would not be seen by any server side components. Any type of client intiated
state
needs to be passed in using servlets or a stateful session bean

----- Original Message -----
From: "OudjaneF" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 17, 2001 11:40 AM
Subject: [JBoss-user] Putting Application specific data in the
InitialContext


> Hello,
>
> I have a quick question about a design issue. For our application,
> we need to pass some client specific data to the server (Locale,
> TimezoneID...). As we use swing clients that connect straight to JBoss via
> RMI/IIOP I was thinking I could put this data in the InitialContext as
> properties. I can't see why I couldn't do that but I would like to know if
> anybody out there can see the draw backs of doing so and maybe propose a
> more elegant/efficient solution.
>
> Thank you very much,
> Regards,
> Farid.
>
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Disclaimer

This communication together with any attachments transmitted with it ('this E-mail') 
is intended only for the use of the addressee and may contain information which is 
privileged and confidential. If the reader of this E-mail is not the intended 
recipient or the employee or agent responsible for delivering it to the intended 
recipient you are notified that any use of this E-mail is prohibited. Addressees 
should check this E-mail for viruses. The Carphone Warehouse Group PLC makes no 
representations as regards the absence of viruses in this E-mail. If you have received 
this E-mail in error please notify our ISe Response Team immediately by telephone on + 
44 (0)20 8896 5828 or via E-mail at [EMAIL PROTECTED] Please then immediately 
destroy this E-mail and any copies of it.

Please feel free to visit our website: http://www.phonehouse.com

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to