TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Would you use java for your startup?

7 pointsby alouanchiabout 11 years ago
I am java developer but I am wondering if it's worth to use it or better to learn RoR/Django to startup. It will be great if I can have some advices or your experiences about it.

9 comments

tjrabout 11 years ago
In general, if you're already comfortable using Java, and can't identify any specific advantage that another programming technology would give you, sticking with what you already know would probably be the fastest path to a working product.
评论 #7670046 未加载
mattwritescodeabout 11 years ago
As it has been mentioned here. If you are efficient in one programming language or technology then use it. Your initial gains and knowledge will allow you to work faster and smarter at a time when time is at a premium.<p>I know of two people who started web based startups one java and the other PHP and asked the same question. Both ended up choosing a new technology and regretted the decision.<p>Learning a new technology isnt just about writing the code to get a working prototype or finished product as quickly and easily as possible. Its about the learning about the things that a particular programming language cannot do and its short comings.
alonisserabout 11 years ago
Depending on the project. getting something done faster could be easier with a modern web framwork like Ror or Django (I use Django). But it really depends on what are you trying to build.. Also you should remember that python&#x2F;ruby enhanced productivity comes with some learning curve, especially for someone coming from java, which is different (not as syntatic but mainly in idioms, best practices etc).<p>You may want to consider Play framework. another modern web framework that uses scala - which is actually an enhanced and more productive java (and if I recall correctly can compile plain old java as well.. )
评论 #7682783 未加载
评论 #7670122 未加载
johnsocsabout 11 years ago
In general I&#x27;m on board with the idea that you should use the language and development platforms that you are best at, this will provide a great advantage. This idea goes out the window in situations where the platform cannot meet the requirements of your system.<p>Lastly I&#x27;m of the feeling that learning a new language is going to really impact your ability to put best development practices in place as you will be working to overcome &#x27;basic&#x27; hurdles like learning the system API, stack, conversions, etc...
YoAdrianabout 11 years ago
You might take a look at Groovy (<a href="http://groovy.codehaus.org/" rel="nofollow">http:&#x2F;&#x2F;groovy.codehaus.org&#x2F;</a>), it&#x27;s a JVM language.
评论 #7674687 未加载
strobeabout 11 years ago
I guess for you is best way is to start doing it with java and in some time further switch to scala - for example you be able start developing with Play framework which is support both java&amp;scala in one project.<p>RoR&#x2F;Django is good for prototyping and for fast start, but if you don&#x27;t know it&#x27;s it no sense I guess, you will make it more faster with Play&#x2F;Scala.
alouanchiabout 11 years ago
Thanks for all your comments. I think you are right the issue is not with which language to code it&#x27;s the way to get a product people wants. If you don&#x27;t mind. I got another question (from your experience) how to get&#x2F;interact with users to understand what they want before to start build something let&#x27;s say MVP?
alouanchiabout 11 years ago
To give more details about what I want to do. I want to build web app to match between users&#x27; need and shops&#x27; offer. It will be not real time at the start but it is going to work I will add kind of real time to notify each part.
techmattersabout 11 years ago
Writing code will be the least of your problems. Java will do just fine.
评论 #7678407 未加载