Yes, you just need to change the code to RootPanel.get()... instead of RootLayoutPanel.get()..
For detail, you can refer to gwt document
Type: Posts; User: springsource_roo; Keyword(s):
Yes, you just need to change the code to RootPanel.get()... instead of RootLayoutPanel.get()..
For detail, you can refer to gwt document
seems I can deploy to cloud from STS instead of command line
I have code below, and mark content as lazy load. The purpose is that when building list of document, hibernate will not load content column.
But during observe SQL, I found hibernate always load...
yes, sometimes I have to re-clean
in fact you can get answer from reviewing "Remote Systems".
double click your application, go to "application" page, then click "Remote System View".
when input command like:
-- pgp automatic trust
-- addon install bundle --bundleSymbolicName org.springframework.roo.addon.cloud.foundry
then always get error as following:
Deploying...done....
After running security setup, spring security is installed, but resource is not protected currently.
Means roo generates security configuration file, and login.jsp, but end users still can access...
I tested on 1.1.4, it doesn't work. any hint?
Andrew,
Thanks a lot
I just spent some time to find which methods in controller will be invoked by given actions. Your response gives me answers now.
So in general, I would like to...
Is it possible to use DWR to send request and get response? Any hint?
I have two classes, they are parent/children relationship.
When I want to build list of parent, the findAll method of parent and children is invoked. This will reduce performance significantly....
I think your problem is that how to transfer data from java to JS, then you can use Jquery to build html element, right?
Should you add to enviroment variables? Like MY_JAVA_OPTS = "-Denv=dev -DappServerName=dev", then you can reference this variable in different places.
I meet this issue now.
yes, I think you are right.
After I changed JDK, this error disappear.
org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in...