I am not git nor maven user, this is the first time for me with those tools, anyway i want to try valkyrie since i am a full user of spring rcp.
It was quite easy to compile with maven, the only...
Type: Posts; User: Nopalin; Keyword(s):
I am not git nor maven user, this is the first time for me with those tools, anyway i want to try valkyrie since i am a full user of spring rcp.
It was quite easy to compile with maven, the only...
yes, that is something similar for what i am looking for.
i'll do something with that. thank you
Maybe i explain bad.
My idea is as follows:
I have an object wich has a property that i need to select from a list of values, for that reason i use ListSelectionDialog. The problem comes because...
Is there a way, with no workaround, to get ListSelectionDialog refresh its items? i mean a public function or something to change items.
I've looking at the code and it seems there is no such...
hi, i dont know exactly how HibernateTemplate works, but it seems it create a new session every time.
I made some test using transaction and what i found is when you call a service method wrapped...
first of all, sorry for reopen this thread, but the error i am gettin is the same posted here so i decided to reuse it.
The problem i guess is very simple. ShowViewCommand checks that after...
hello man
dont worry, your post is understandable and very useful. just onw little thing: IfTrue returns a Constraint object but add requieres a PropertyConstraint or CompundConstraint, so i need...