I've be very scared of a web startup that chose Java over Python or Ruby. Why subject yourself to Java? RoR and Django are both solid platforms (among others).
J2EE and J2SE are also solid platforms...
Ask HN: Any web startups using Java?
11–20 of 164 posts
Re: Ask HN: Any web startups using Java?
#12Re: Ask HN: Any web startups using Java?
#13Java is mostly snubbed in web startup land and associated with boring corporate work.
More discussion here: http://news.ycombinator.com/item?id=1378815
Re: Ask HN: Any web startups using Java?
#14Despite all the bad news you might hear, as long as you stay clear of the bloated enterprise stuff it's a great platform and environment for a startup.
Hosting used to be an impediment but these days VPS make it dead easy to run Java stuff.
Re: Ask HN: Any web startups using Java?
#15Re: Ask HN: Any web startups using Java?
#16Earlier quoted context omitted.
J2EE and J2SE are also solid platforms...
but only the enterprise developers seems to be caring about Java platforms. Freelancers / hackers rarely use Java.
There's an impression that RoR is the language of choice for hackers because so many web-apps are built by it.
Web consulting firms use Java all the time because it's a proven technology with tons of flexibility. In RoR, the moment you step outside of the conventional MVC model; you are pretty much hosed, you have to write from scratch a lot of stuff that folks in Java have already enterprise platforms for. Specifically, if you want to do crazy data modeling with custom lazy-loading/cascading; or if you want to integrate some kind of high performance message system client-side; or have some kind of custom encoding/decoding of data objects from server-side to client-side (e.g., Rails to Flex/Silverlight). You pretty much have to rip up the whole rails framework.
RoR/Python is programmer's proverbial hipsterism to show how hip you are. But I would rather use Java when I need to deliver in actuality since you can't get laid anyways by impressing programmers.
Re: Ask HN: Any web startups using Java?
#17I'm involved in multiple startups using Java - both the language and more broadly the JVM (Groovy, Scala). Despite all the bad news you might hear, as long as you stay clear of the bloated enterprise stuff it's a great platform and environment for a startup. Hosting used to be an impediment but these days VPS make it dead easy to run Java stuff.
by this you mean the frameworks like Spring, Struts or the buzzwords like JMS, EJBs?
Re: Ask HN: Any web startups using Java?
#18We don't use JEE in any form, but the Java language and runtime is used and works extremely well on the cloud infrastructures. We built out a very simple upgrade mechanism to roll out new code, and by keeping components independent of each other we can scale our infrastructure easily.
Re: Ask HN: Any web startups using Java?
#19Generalization ahead Java is mostly snubbed in web startup land and associated with boring corporate work. More discussion here: http://news.ycombinator.com/item?id=1378815
I bet there's a whole other demographic of serious business people who are busy getting things done instead of discussing unrelated matters, or in other words, doing things that aren't work-related.
Re: Ask HN: Any web startups using Java?
#20I'm involved in multiple startups using Java - both the language and more broadly the JVM (Groovy, Scala). Despite all the bad news you might hear, as long as you stay clear of the bloated enterprise stuff it's a great platform and environment for a startup. Hosting used to be an impediment but these days VPS make it dead easy to run Java stuff.
//bloated enterprise stuff// by this you mean the frameworks like Spring, Struts or the buzzwords like JMS, EJBs?