Not sure if this is the appropiate place for this, but to make any eclipse recognize the aspects i think you only need to install the AspectJ Development Tools plugin, but you will loose all roo,...
Type: Posts; User: raul.arabaolaza; Keyword(s):
Not sure if this is the appropiate place for this, but to make any eclipse recognize the aspects i think you only need to install the AspectJ Development Tools plugin, but you will loose all roo,...
The get and set may be in the aspects, but they are woven inside the clases at compilation time, that means you can act like if they were inside the class, for example assuming you have a person...
Hi, definitely i´m going to translate all my resources to english (anyway, your spanish is by far better than my english :)) but i can´t promise anything about what will do other developers, this...
Hummm, yes, i see your point... :) To be honest the community is begining and there are no resources yet, so it may be possible to tranlate them to english at creation time, if there´re enough...
Hi,
SpringHispano, by a proposal from Rafael Gutierrez, has created a new comunity (mainly oriented to spanish speacking people) whose aim is to develop roo addons, we´re currently begining and...
Hi,
Sorry, i know this may be not a roo related question but a GWT one, but it seems somehow Roo-specific to me too due to places implementations roo generates.
I´m reviewing the GWT 2.1...
Hi,
There´s nothing special about Roo pages, you need to modify it the same way you usually modify jsp +tiles pages, just remember to disabble automatic scaffold of your jsp pages once generated,...
"Next gen java app generator... without compromises"
Another one:
"Now you can Rock and Roo´ll... with Java"
Hi,
Next Friday i´m going to give an internal presentation about Roo here at Mundivia (Atos Origin) (I will upload slides an impressions after that) and preparing examples of mapped superclass and...
Hi Costin,
Thanks, that seem a very good idea to solve the problem, it should be easy because 95% of my transactions should go to one transaction manager, and the rest are located in a very...
Hi Costin,
You´re correct, the wrong tx manager was used, (the first declared in appContext).
Thanks for your help :)
Unfortunately as long as i know (and tried) with spring 2.5 you need...
Hi, thanks for the answers :)
Yeah, I´m well aware of the proxy based nature of spring´s transaction management, but... what´s the diference between invoking an injected transactional...
Hi,
I´m using JPA and Hibernate with transaction managemnt based on annotations in spring 2.5.6 to create a web application.
Because i´m using more than a persistence unit i have defined two...
Hi people,
Disclaimer: This is a sort of stupid post to discuss some stupid ideas, probably without any practical issue :)
After reading this post...
You can try Spring ContentNegotiation to return diferent formats of the same data, it works like a charm.
But i don´t understand how you intend to use reuse a JSPX page (wich is a view, not...
Roo will record your scripts for you, but i think you are rigth and it will not record manual work (i wonder if it´s possible to record it), but you can manually add it to your scripts after...
You should not try to customize by hand _Roo_ files because there´re managed by Roo.
As Stephan said you have to "push in" that method to the controller before customizing it, if you have STS you...
I bet you can aggregate the apropiate validation annotation to your java code manually without further problems :) for example
@NotNull
private String userName
That´s the best of Roo, your...
Hi Ben. could you please expand the contributions you´ll like in documentation??
Also I will be happy to try a spanish translation for the docs if you wish.
Regards, Raúl
+1 When i have to choose between frameworks existing documentation is a first class concern, at the same level than technical requeriments.
But in this case, i can wait until 1.0 ;)
What about using maven for this?? SCS integration can be easily achieved this way, and given the fact that Roo´s projects are (for the moment) Maven projects i don´t see any need for a custom addon...
I bet a "More documentation " Jira ticket could be the most voted ticket in Roo´s history so far :D
It´s the first time a see so biiiig interest in documentation before 1.0 release.
BTW, STS...
Hi,
Sorry to come to this discussion only with questions ;) i´m completely new to GWT so maybe i´m asking some stupid question, i´m interested too in integration with other web technologies,...
There's a jira ticket open for improve test generation facilities. Maybe your suggest could fit or expand it??
https://jira.springsource.org/browse/ROO-132
HTH