As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the better of the two. Spring ROO or GRAILS ? What variables can be used to choose between the two to implement the project in?
From a personal perspective it boiled down to Spring Roo making use of AspectJ, but otherwise being Java under the covers. So we went with Spring Roo because it didn't lock us in to anything (other then the Spring framework) and was easy to push in/out of the classes.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
We are contemplating using grails for our next project. But we are not sure if it is mature enough to use.
We have googled and even seen few existing posts on SO where people are saying good and bad things, but i guess they were old posts and articles.
As of 2013, and grails 2.2 release are there any concerns which we should consilder before moving to grails?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to build an app that needs to be pretty snappy, on the front-end, and do all sorts of fluid UI stuff.
Am I better off using something like Backbone, Node or Ember - or just using a WebSockets gem like EM-Websocket and PJax?
Why might I want to use one over the other?
Thanks.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can Anyone please tell why we need to integrate springs with struts.. Wat is the use of doing so?
some are mentioned "dependency injection that can be useful to any framework" what does it really mean?
Dependency Injection allows easy substitution of implementations. One of the greatest benefits comes during testing: I can inject implementations with known behavior and bypass other system components.
DI is available inside S2 already, via XWork--but considering how much of Spring's functionality is generally useful anyway, I almost always use Spring for essentially all my DI/IoC as well.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
working with a small database,users and a minimal design are the most important needs.
Assuming you only want to do basic CRUD operations, and given the powerful scaffolding Rails has, I'd just take a few hours to build your own. If you need user authentication, simply use Devise and you should be all set.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Any dynamics in the community that would let you chose Grails or Rails?
Previous related questions can be found here:
Rails or Grails?
Learning Ruby on Rails any good for Grails?
https://stackoverflow.com/questions/1283935/what-technology-asp-php-joomla-rails-grails-for-a-website-from-scratch
Is Grails worth it?
Is Grails (now) worth it?