Java knowledge required for Ant [closed] - ant

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 am a newbie to Ant, and trying to use it for custom tool (around SOA) build and deploy solution.
Do I need Java knowledge for using Ant? (I have beginner to intermediate level knowledge).

ANT is written in java, however, you don't need to know any java to use it. It makes use of XML to describe build processes and dependencies.

Related

Is Grails 2.2 worth using for serious and complex web application development? [closed]

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?

IDE for Ruby on Rails [closed]

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 new best IDE for ruby on rails development? I have used Komodo Edit and now using Netbeans 6.9.1
"Best" is subjective.
I find IntelliJ to be the overall winner IDE-wise.
I use Sublime Text 2 for non-IDE Rails development. Co-workers tends towards Vim.
Only because they don't want to learn Emacs, the clearly-superior text edit. Aaaand begin.

Where can I find good examples of TDD in iOS code on the net? [closed]

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 a good source where such code is available (e.g., in GitHub).
A pretty good example video for iOS TDD is available here: http://qualitycoding.org/objective-c-tdd/
The source code from this example is not available online, but this won’t be too useful anyways. Test Driven Development is about the development process, not the final result. By looking at the finished code you can’t learn anything about TDD.

Consuming REST Service in Delphi 2005 [closed]

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.
Can someone please provide a simple example of how to consume a REST service using Delphi 2005?
The service appears to provide both XML and JSON, so I haven't decided which one to use.
Head to Delphi REST Clients Collection by Marco Cantù where you can find lots of code on the topic.
It's good for you. I wish you good luck

Looking for IDE for Ruby [closed]

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'm about start working on a JRuby (on rails) project with high level of integration with Java code.
I have some experience with Aptana. Are there any other preferred IDEs for JRuby On Rails (coding, testing, running, ...)?
RubyMine of course — get it now while it's cheaper than TextMate.
Disclaimer: yes, I work for JetBrains.
NetBeans and Eclipse are good free alternatives. They may require some configuration to play nicely with jruby.

Resources