vote up 0 vote down star

What features makes it popular in enterprise?

flag

I'm not sure this is 'subjective and argumentative'. He's not asking why it's better than technology X – Brian Agnew Oct 1 at 20:53

closed as subjective and argumentative by Matthew Jones, simonn, annakata, Ed Swangren, gnovice Oct 1 at 20:52

5 Answers

vote up 5 vote down check

Some reasons include

  • Strong typing helps enforce contract style requirements specification
  • Portability. (Actually isn't really true IMO, but Executives believe it)
  • Lots of people know Java, and it's easy to learn. You don't need to understand low level concepts to work with it.
  • Combined with Eclipse, it's very effective to develop in a team setting
  • JDBC makes interfacing with Databases relatively easier
  • Free (in that the JDK is free to download)
  • Many third party tools exist for just about any problem
link|flag
Portability - I haven't run into a "portability" issue other than developers not taking into account GUI design issues (font size differences, monitor resolution), which isn't a language issue - and people developing directly against com.application_server_vendor packages – Nate Oct 1 at 23:37
vote up 2 vote down

Easy to learn, good libraries to use on the back end.

link|flag
vote up 0 vote down

People have thrown a lot of money down the hole and are still chasing ROI. Java has been on serious decline for over 5 years. While Java may be free and you perceive that management cares about paying licensing, the reality is that licenses are such a trivial component of delivering technology to the business. Java support and maint costs alone almost warrant scrapping it completely compared to more commoditized skillsets like .NET. The reality though is that most Enterprises are not running Windows as core, so they are almost handtied to Java. It's unfortunate, but luckily modern platforms like Ruby on Rails are starting to push better technology and practices into the Enterprise.

link|flag
2  
Serious decline ? Evidence ? I see as many jobs in Java now as I did 5 years ago. – Brian Agnew Oct 1 at 20:52
I remember someone telling me the same thing in 2002 about VB 6 and C++ developers. Don't kid yourself. Pick up either Ruby on Rails or C#/ASP.NET MVC/WCF/WF or you'll regret it. – Nissan Fan Oct 1 at 20:54
2  
Irrelevant. VB6 was replaced by something much better, and C++? Really? Java development is still on the rise, simply because it offers something .NET doesn't - portability, and for some people, that's damn important. – Chris Kaminski Oct 1 at 20:56
Portability doesn't matter when you can slide into RoR and utilize best of breed modern solutions development tools. I would take a team of 5 seasoned RoR deelopers over a team of 100 seasoned Java Web developers any day. – Nissan Fan Oct 1 at 20:58
The issue isn't portability. The issue is getting manpower, integration with other systems, a commodity platform etc. Plus the power of the JVM (including the ability to run multiple languages). Whilst I don't doubt RoR's power, I'm not going to write everything using that. – Brian Agnew Oct 1 at 21:01
show 1 more comment
vote up 1 vote down

My guess it is because of the Java EE specifications which has led to numerous implementations of Application Servers that solves many of the problems associated with writing enteprise applications such as transaction management, clustering and more.

link|flag
vote up 2 vote down

It's free. No "evil empire" behind it. No license costs to pay if you use it. Lots of free libraries covering almost all needs. A huge numbers of developers, which makes the work cheap.

link|flag
Sun microsystems is not just community,GPL projects is really free and not controlled by any company – AndrewSmith Oct 1 at 20:50

Not the answer you're looking for? Browse other questions tagged or ask your own question.