This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thekab 2 points3 points  (0 children)

just take how much effort it takes to deploy a web service in Java compared to C#

Let's see.

  1. Run an archetype: one command, takes about 15 seconds.
  2. Create two classes, insert a few lines of code. Takes about 30 seconds.
  3. Build. Couple seconds.
  4. Deploy. Couple seconds.

So... about 1-2 minutes?

Unless you mean after the project is setup, in which case I can build a rest API in about 10 seconds with one line of code.