Re: Plastic: Test that 2 object references are equal

2012-09-03 Thread Thim Anneessens
What are you trying to do at a higher level? Josh On Aug 24, 2012 2:03 PM, "Thim Anneessens" wrote: Hello, I am wondering how to achieve the following java code in plastic: Object a,b; if(a==b) // Do something else // Do something else Does anybody know how? Bes

Plastic: Test that 2 object references are equal

2012-08-24 Thread Thim Anneessens
Hello, I am wondering how to achieve the following java code in plastic: Object a,b; if(a==b) // Do something else // Do something else Does anybody know how? Best regards, Thim. - To unsubscribe, e-mail: users-unsubscr..

Re: How to tap into live class realoading

2012-06-16 Thread Thim Anneessens
Thanks for the reply Thiago, Singleton service reloading is unfortunatly not suffisiant for my purposes Tapestry service reloading works only on singletons and I need to have multiple instances of the class I'd like to reload per thread. I guess I could easely reload classes if I was notifi

How to tap into live class realoading

2012-06-16 Thread Thim Anneessens
Hello, Singleton service reloading is unfortunatly not suffisiant for my purposes so I was wondering if anyone could give me some insight on how Tapestry live class reloading works (whish are the classes involved in that process for instance). Tanks in advance, Thim. ---

How to get a service whithout using @Inject

2012-05-25 Thread Thim Anneessens
Hello, I need to use a Tapestry service outside of the Tapestry scope (in another servlet of the same web app) and would like to know what is the cleanest way to achieve this. Thanks, Thim. - To unsubscribe, e-mail: users-un