hi Ben
i have developed project on roo --its very nice tool to use ---
i am using it continuously in my all web projects
i am intersted to take kangaroo
pls let me know what to do
thanks
hi Ben
i have developed project on roo --its very nice tool to use ---
i am using it continuously in my all web projects
i am intersted to take kangaroo
pls let me know what to do
thanks
Hi Ashoo,
It will be great you send a link to visit of your referred Roo project...
Here is mine: https://joseanportafolio.org/showcases
Thx
JD
I'd like to share a Roo App into the vaccuum that is round-trip roo scripting.
This is a github project url with the roo-script code generator sitting inside of a sample app, for which it will reproduce a nice default roo config with a few commented options.
project url
https://github.com/jnorthrup/roundtrip-roo-jpa
sample output
https://github.com/jnorthrup/roundtr...ple.output.roo
Everyone, just a reminder we still have free kangaroos and t-shirts and other swag to give away. All you need to do is publish info on your Spring Roo project publicly, and then email the URL to balex@vmware.com and put "[kanga]" in the subject line. I'll arrange for your schwag to be sent ASAP!
Enjoy the goodies.
Cheers
Ben
Hi All,
I created a Spring Roo Addon which injects security into existing Spring Roo Project.
TypicalSecurity is a Spring Roo add on which injects following features in a Spring Roo App with single command
1. Databased User Role Security
2. Forgot Password
3. Change Password
4. User Registration with recaptcha and sending activation email
5. User Activation
Please note the project is far from stable, the default path works for now
http://code.google.com/p/spring-roo-...ical-security/
http://code.google.com/p/spring-roo-...GettingStarted
The YouTube Video for the same is here - http://www.youtube.com/my_videos_tim...id=Y-kuYj8vsYU
Let me know if I qualify?
Cheers,
Rohit
Hi Rohit
Yes, you qualify. Please email balex@vmware.com with [kanga] in the subject line and the details (address, shirt size etc) we need to get one away to you.
Cheers
Ben
I have created a trunk revision of 1xio specific to GWT Requestfactory currently working for our roo codebase.
http://code.google.com/p/1xio/wiki/GWTRequestFactory
right now it serves http POST method via RequestFactory and GET method from the $CWD which is sufficient for static hosting of gwt as an embedded app.
i would be interested in collaborating with roo testers using jms who might want fine-grained REST control on gwt frontends
Sujit I have looked at all of your links below they are very good.
I'm new to this forum and i have recently started evaluating Spring Roo for one of our upcoming assignments. I always have a concern of not having a Service layer in the Roo model. But my project would involve performing CRUD operations on multiple table per single business request and i dont want all those calls to be made from the Web controller.
had any one had similar situation?? i tried to add a service layer after creating a spring roo sample but i was totally unseccessful. My main question is here is it even advisable to add a Service layer or should i just start looking for alternates to spring roo?
Thanks a lot
There is an addon from gvNIX team that allows you to create a service layer.
The bundle symbolic name for service add-on is org.gvnix.service.roo.addon. To install it:
pgp trust --keyId 0xC5FC814B
addon install bundle --bundleSymbolicName org.gvnix.service.roo.addon
Use example:
# Create a service layer class
service class --class ~.service.MyServiceClass
# Add operations to the service layer class
service operation --name checkString --service ~.service.MyServiceClass
service operation --name returnString --service ~.service.MyServiceClass --return java.lang.String --exceptions java.lang.Exception
It also the addon allows you to expose class operations as web services and import external web services as a local service class, more info at http://code.google.com/p/gvnix/wiki/...ity_feature s and http://code.google.com/p/gvnix/wiki/...ces_Management)
You can report any issue at http://code.google.com/p/gvnix/issues/list. Send your doubts to http://listserv.gva.es/cgi-bin/mailm.../gvNIX_soporte
Kind regards
Mario Martínez Sánchez
Project Manager & Software Architect
--------------------------
Disid Technologies S.L.
http://www.disid.com
--------------------------
gvNIX
http://gvnix.googlecode.com
http://www.gvnix.org