Re: Spring Roo, relationship status with GWT? recommended for more apps more complex than basic CRUD?

2012-08-25 Thread Thomas Broyer
On Saturday, August 25, 2012 4:23:44 AM UTC+2, GWTter wrote: Hi all, I came across Spring Roo recently and have put in a considerable amount of research as far as whether to use it for my app or not. However, I'm running into a couple of issues in my consideration. 1) GWT support:

Re: Spring Roo, relationship status with GWT? recommended for more apps more complex than basic CRUD?

2012-08-25 Thread GWTter
Hi Thomas, Thanks for the suggestion, I'll definitely see if if the Spring community can shed a little more light. -seth On Saturday, August 25, 2012 10:29:53 AM UTC+2, Thomas Broyer wrote: On Saturday, August 25, 2012 4:23:44 AM UTC+2, GWTter wrote: Hi all, I came across Spring Roo

Re: Spring and gwt (request factory)

2012-08-25 Thread Alfredo Quiroga-Villamil
In addition to declaring the base package where Spring will start to search for your Beans, you have to also annotate the class with @Component. Best regards, Alfredo On Thu, Aug 23, 2012 at 5:02 PM, pierre leagault pierrelegault...@gmail.com wrote: hi i use spring and gwt (request factory).

Re: GWT programming with Eclipse Xtend

2012-08-25 Thread RyanZA
Xtend is really nice and has some very nice features, but it feels a bit like c++ operator overloading -- really nice to add operator overloading till you or someone else comes in a years time and has to double check every + to make sure it really is a plus and not something else... Basically,

Re: GWT call-back BUG

2012-08-25 Thread RyanZA
Hi I could be way off here, but it looks like a SmartGWT framework bug? You should check the SmartGWT issue list: http://code.google.com/p/smartgwt/issues/list On Thursday, August 23, 2012 5:26:31 PM UTC+2, ILoveGWT wrote: Hi All, One of the GWT Bug(Sorry, as I think It's a Bud) ate my

Re: Spring and gwt (request factory)

2012-08-25 Thread pierre leagault
my service class is annoted with service and my dao with repository Le jeudi 23 août 2012 23:02:38 UTC+2, pierre leagault a écrit : hi i use spring and gwt (request factory). in my applicationContext, i use context component-scan but my bean is not retrieved. i need to declare it

Re: Spring and gwt (request factory)

2012-08-25 Thread Alfredo Quiroga-Villamil
This might not directly answer your question but it'll hopefully help. You will find all the moving pieces you need there. In my DAO, I am injecting via @Autowired some beans (not shown in the example). Proxy: === @ProxyFor(value = Card.class, locator =

Re: Spring and gwt (request factory)

2012-08-25 Thread pierre leagault
i have something similar but more generic. public class SpringServiceLocator implements ServiceLocator { @Override public Object getInstance(Class? clazz) { HttpServletRequest request = RequestFactoryServlet.getThreadLocalRequest(); ServletContext servletContext =

Re: RF Editors dealing with null proxies/subeditors

2012-08-25 Thread Arash
Thank you Thomas for your elaborate response. I had to implement your solutions to fully grasp the idea. I summarize the result here for anyone who may be interested: OptionalFieldEditor is an elegant solution to dynamically create non existing proxies (Thomas's second solution). It takes care

SuggestBox implementation

2012-08-25 Thread Deepak Singh
Hi, I have thousands of key-value pairs in my database and i need to show the values in a suggestBox. when the suggestion is selected, i should be able to get the key of selected value. I dont want to load all the data on client machine. So what could be the best possible way to implement it ?

Re: SuggestBox implementation

2012-08-25 Thread Jens
Create a small class that contains key/value and implements Suggestion and then create a custom SuggestOracle for your SuggestBox to fetch suggestions from your server based on the search string. -- J. -- You received this message because you are subscribed to the Google Groups Google Web

Best serverside architecture(framework/stack) to use with GWT for large application...please show me the light

2012-08-25 Thread GWTter
Hi all, I've been doing research on this for the past 2, almost 3 days now. I feel like I've googled everything under the sun on the matter (including these forums) and am almost all tutorialed-out. Before I go into any more details on the question I just want to give a quick overview of the

[gwt-contrib] Re: Fix development mode Firefox plugin to work on with Firefox 15 on Linux. (issue1817803)

2012-08-25 Thread cromwellian
http://gwt-code-reviews.appspot.com/1817803/diff/1/plugins/xpcom/JavaObject.cpp File plugins/xpcom/JavaObject.cpp (right): http://gwt-code-reviews.appspot.com/1817803/diff/1/plugins/xpcom/JavaObject.cpp#newcode385 plugins/xpcom/JavaObject.cpp:385: (JSVAL_IS_PRIMITIVE(argv[1])

[gwt-contrib] Re: Fix development mode Firefox plugin to work on with Firefox 15 on Linux. (issue1817803)

2012-08-25 Thread skybrian
http://gwt-code-reviews.appspot.com/1817803/diff/1/plugins/xpcom/JavaObject.cpp File plugins/xpcom/JavaObject.cpp (right): http://gwt-code-reviews.appspot.com/1817803/diff/1/plugins/xpcom/JavaObject.cpp#newcode385 plugins/xpcom/JavaObject.cpp:385: (JSVAL_IS_PRIMITIVE(argv[1])