I would like to know options regarding securing a RESTful back-end. I would definitely be using spring security but I am not exactly sure which method should I use.
My use-case is to expose...
Type: Posts; User: hatim; Keyword(s):
I would like to know options regarding securing a RESTful back-end. I would definitely be using spring security but I am not exactly sure which method should I use.
My use-case is to expose...
Disclaimer: I don't personally know or work with ROO team, these are just observations/ramblings. Please call me out if I am out of line.
If I am not mistaken, ROO team has spent considerable...
What is really needed is community driven front-end addons. Kind of like word press themes that you install and your whole crud is magically transformed. Its easier said than done, but that would be...
Please see http://java.dzone.com/articles/gwt-and-dart?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+javalobby%2Ffrontpage+%28Javalobby+%2F+Java+Zone%29
What does their term "continue...
Google lately has been on a killing spree.
They killed AppInventor, killed Wave (GWT product), made fuss about Maps and AppEngine.
Just because Adwords is on GWT does not mean that it's...
There are lots of people who are questioning future of GWT it's self after announcement of Dart and Google native client.
But yeah it would be sad to see such an interesting effort not going...
Spring ROO does not have a comprehensive security addon, specifically a spring security addon (there are other security frameworks like Shiro etc which might be simpler for some use cases). I am...
You may like to checkout http://static.springsource.org/spring-roo/reference/html-single/index.html#usage-add-ons
I think a web frontend to this repo with feedbacks etc was discussed at some...
It depends what your failure is. Can you use some javascript debugger to put stack trace. Some concrete examples which fail (perhap on github). Without seeing the code its difficult to say where you...
Hello,
Are the results meant for public? With a quick search, I could not find any follow up to this survey.
Thanks
alexmc6, perhaps this question is better suited for the google code project page. But there is no harm in trying. You can always use the older version and learn how it creates a security context.
Passwords are tricky. You would probably want to salt and encrypt them before you persist (see spring security documentation for that)
The solution that I have used is to set @Column property of...
Roo aim to be a code generation/emission tool for Spring/Spring-MVC (..so on) apps. It does not meant to be a cmoplete end to end solution.
The particular problem of keeping versions of code is...
not to nit pick, but you should not use nightly build for production.
I have been guilty of this before, but its just software and you can not never prove absence of bugs
So I think the correct question would be that does Spring (Spring source, VMWare and what they are doing) has a future.
As an outsider (a bit fanboy perhaps) I would say definitely.
Spring...
I am suspecting some thing cloudy and wave maker related on April 12 with rooish nature.
Lets wait and see.
PS: this addon has been in roo addon system for some time now and works good. You could do undo with git branch management
can you try the following
field string --fieldName username --unique true --notNull
Also check http://hatimonline.com/2010/08/04/spring-roo-and-spring-security-tutorial-0/ for validator for...
by increasing the font size you are inviting the same reaction which in irc forums caps does (it's generally considered rude, but hey I have done the same when I was beginning).
I don't know why...
The point that you want to control every thing is an illusion (in my humble opinion) you are always dependent on the tools you are using (otherwise you can write your own, but thats not the point)
...
Just to follow up, what do you call a back end? is it database, ORM/persistence layer, we-app server??
Roo is primarily designed to help emit web applications with database back ends using...
Do you want to understand the architecture of ROO or Architecture of the code emitted.
You can come up with the same result without ROO. I think its pretty well documented architechture (in Spring...
The trend and momentum today these days is towards HTML5/Flex based apps or complete native Mobile apps. You can witness this in the spring rich client project that not a lot has happened in last...
Cache abstractions are part of Spring 3.1 and it has not gone GA. I think it would be a good idea to wait for it to stabilise first (but the Roo team knows best)
I think moving to Spring 3.1 is a...
It is better to user render=false for the fields. When ROO sees that there are some fields whhich need generation (ie not present in jspx it will put them there, just like it should)
Having render...