TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Would you use java for your startup?

7 点作者 alouanchi大约 11 年前
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 条评论

tjr大约 11 年前
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 未加载
mattwritescode大约 11 年前
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.
alonisser大约 11 年前
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 未加载
johnsocs大约 11 年前
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...
YoAdrian大约 11 年前
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 未加载
strobe大约 11 年前
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.
alouanchi大约 11 年前
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?
alouanchi大约 11 年前
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.
techmatters大约 11 年前
Writing code will be the least of your problems. Java will do just fine.
评论 #7678407 未加载