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
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..
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
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.
---
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