Re: How to implement custom find methods in GWT+roo scaffolding app

2011-03-03 Thread Zed
http://forum.springsource.org/showthread.php?t=104652 On 2 мар, 15:26, Zed zed...@gmail.com wrote: As far as I see no one is going to answer me. I foundhttps://jira.springsource.org/browse/ROO-1595and if I got them right there is NO custom finder methods available at this time (it's still

Re: How to implement custom find methods in GWT+roo scaffolding app

2011-03-02 Thread Zed
As far as I see no one is going to answer me. I found https://jira.springsource.org/browse/ROO-1595 and if I got them right there is NO custom finder methods available at this time (it's still openned). Without them I can't use generated Request object and possibly all over stuff. If you don't

Re: How to implement custom find methods in GWT+roo scaffolding app

2011-03-01 Thread Zed
At the moment I moved forward. In ROO-931 its says us At the moment the gwt setup command generates request objects for all finder methods (from here https://jira.springsource.org/browse/ROO-931?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#issue-tabs). I added 'finder'

Re: How to implement custom find methods in GWT+roo scaffolding app

2011-03-01 Thread Zed
At the moment I moved forward. In ROO-931 its says us At the moment the gwt setup command generates request objects for all finder methods (from here https://jira.springsource.org/browse/ROO-931?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#issue-tabs). I added 'finder'

How to implement custom find methods in GWT+roo scaffolding app

2011-02-25 Thread Zed
Hellow everyone, I started to deal with GWT+roo scaffolding ap and found the idea very cool. Thank you guys! But I found it hard for me to understanf how to implement custom find methods like for example - findAllEmployeesByName. I looked all the documentations and it's written there that I