subscribe

2015-08-22 Thread Lars Hermes
subscribe - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org

[java ee programming] Re: Using both C# and Java

2009-08-22 Thread Lars Hermes
Hi, I think the easist way to do this is to implement the backend functionality as a session bean and expose this bean as webservice. The webservice can then be called by the C# frontend. Cheers, Lars Am 22.08.2009 um 17:04 schrieb swetha: Hi GuysCan any1 tell me how we can use both

[java ee programming] Re: Regarding Servlet advanced homework

2009-04-07 Thread Lars Hermes
Hello, take a look to the API documentation of HttpSession. The methods (setAttribute and getAttribute) you're looking for are described there. To see the output of the server, you have to switch to the server's out console at the bottom. Hope this helps Cheers, LarsĀ  Hello to all. I have

[java ee programming] Re: unclear new Object declaration

2009-03-19 Thread Lars Hermes
Hello, to answer your question: NO it is not the same! In the first case you you only declare a variable of type Manager which has no reference to an object (i.e. null). In the second case you also create an object of type Manager and you immediately assign a reference to a newly created