Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Java Programming IT Technology

2007 Java Predictions 284

jg21 writes "Java Developer's Journal has published the results of its end-of-year poll of various Internet technology players, from its own internal editors to industry high-ups like the founder of Apress, Gary Cornell, and including too the thoughts of professor Tony Wasserman of Carnegie Mellon West. Participants were asked to foretell what they saw happening in 2007. Among the predictions — Cornell: 'The open-sourcing of Java will have no effect whatsoever on Java's slow decline in favor of dynamic languages (Ruby, Python) and C#'; Wasserman: 'The use of the GPL 2 for open-sourcing Java will inhibit the completion and acceptance of the GPL 3 proposal'; and Rails creator David Heinemeier Hansson: 'The stigma of being a Web programmer still using Windows will increase.'"
This discussion has been archived. No new comments can be posted.

2007 Java Predictions

Comments Filter:
  • by Marcus Green ( 34723 ) on Sunday December 17, 2006 @10:40AM (#17276962) Homepage
    Quick search on the nearest Job board
    Occurances of the word Java
    3043
    Occurances of the word Ruby
    30
    Reports of death seriously exaggerated
  • by The PS3 Will Fail ( 998952 ) on Sunday December 17, 2006 @12:07PM (#17277502) Journal
    'Now you can find your open source code trapped by an open source license.'
    Java will still be available under the Sun license; releasing it under the GPL is just another option - but not the only way to license it. You're spreading nonsense.
  • by msobkow ( 48369 ) on Sunday December 17, 2006 @12:08PM (#17277508) Homepage Journal

    Out of all the interviews I did this year, only one shop wanted .Net services, and they wanted VB, not C#. Half a dozen shops about the same size were sticking with Java. Half a dozen shops several times the size were also sticking with Java.

    I think it's a lot easier to add unsigned types to Java than it is to switch to a new framework.

  • Re:Java's dead! (Score:3, Informative)

    by crucini ( 98210 ) on Sunday December 17, 2006 @12:51PM (#17277800)
    Apparently Cornell doesn't realize C#/.Net is just Microsoft's implementation of a p-machine and framework, the same as Java

    What makes you think Cornell doesn't realize that? Did you think the quoted statement called C# a dynamic language? It didn't.
  • by TheNarrator ( 200498 ) on Sunday December 17, 2006 @01:35PM (#17278080)
    I have been programming in Java since 2000 and it just gets easier and more powerful to develop with. Sure there were some big disasters in Java land like EJB1 and EJB2 but that's all cleared out of the way and the tools now are fantastic. I've been working with Appfuse, JSF, Hibernate, Testng, Spring and the latest versions of Eclipse and almost every day I find myself smiling with glee at how easy web development has become compared to a few years ago. The biggest mistakes for new developers in Java is not using Eclipse and not using either Maven or Appfuse. That's because there's a lot to take advantage of in Java land and getting all the tools and dependencies set up and rolling along can take quite a while. Both Maven and Appfuse make this process go a lot quicker and tend to steer the developer in the right direction. Eclipse makes understanding the whole thing a lot easier as well and the refactoring and debugging are amazing. After the initial setup though things start to become very easy and fun and development goes quickly. This is the opposite situation from programming in a dynamic language. Starting in a dynamic language is easy but as programs grow, the lack of static typing and refactoring support causes more and more bugs to start sprouting up and the system generally get more painful to work with.

        I don't know why anyone would want to work with C#. I never run into showstopper bugs in third party libraries with Java because I have the source and can trace into the libraries, find the bugs, report them to the developers and then find an intelligent workaround while a $35 call to MS tech support will tell me to reinstall my whole system and upgrade to the latest versions.
  • Re:Java's dead! (Score:4, Informative)

    by angel'o'sphere ( 80593 ) <angelo,schneider&oomentor,de> on Sunday December 17, 2006 @01:55PM (#17278214) Journal

    I've never been a fan of the language. Performance is terrible,
    Neither is the performance terribel nor ever was it. I think at its slowest time Java was roughly 10 times slower than C, and in general only 5 times slower ... not what I would call terribel. In our days Java is probably in the speed range of 1.2 of C. ... and moving an app from one VM to another often causes serious problems. Thas a myth. The cross platform claims have consistently been exaggerated. Well, if you had problems with that it must be ages ago. Don't use "\" as path seperator e.g. ... I for my part enver had one single issue. And real troble I only have heared about when people used RMI and where not aware that serialization is not allways the same from version to version.

    We develop on linux and Mac Os X and our customers usually develop on linux and Windows, the software is usually deployed on Sun machines, either SPARC big iron or I86x blades. We never had any portability issue.

    angel'o'sphere
  • by Shayde ( 189538 ) on Sunday December 17, 2006 @02:09PM (#17278310) Homepage
    The ONLY people who think Java is in decline in favor of Ruby or Python are the ivory tower academics who aren't actually developing large scale enterprise applications. Neither of these tools can manage true EE environment. Or if they can, the number of people who know how to build, maintain, and debug them is so tiny, it would be ludicrous to adapt a large installation to the platform.

    An environment is only as useful as the tools that are available for it. And it only takes a quick glance around the net to realize how HUGE the Java community is.

    Still not convinced? Lets take a look at Hotjobs. This is a pure keyword lookup, doing a little tuning to make sure we're not finding jeweler entries for 'ruby' :

    • 'java' 8213 job results.
    • 'python' 671 job results.
    • 'ruby' 180 job results.


    And just for giggles, lets throw some more searches:

    • 'php' 1063 job results.
    • 'c#' 2092 job results.
    • 'c++' 5482 job results.
    • 'perl' 3197 job results.


    So, in support of the claim that Java is in 'slow decline', we have... java as the most requested programming language in the job market today.

  • by Kymermosst ( 33885 ) on Sunday December 17, 2006 @03:53PM (#17279098) Journal
    The GC will always cut in at the worst possible times

    Try using the parallel collector on a multi-CPU machine. Much less impact on the running application. You should also spend some time learning how to tune the VM and GC parameters if that's your problem.

    YOU try collecting 30 Gbytes of uncompressed data daily with it sometime.

    I'm not quite at 30 gigs a day, but the systems I work on will reach that within a year or so. We don't expect that it will be a problem.
  • Re:Shh! (Score:3, Informative)

    by Nataku564 ( 668188 ) on Sunday December 17, 2006 @04:12PM (#17279238)
    I haven't used Azureus or Gnutella, so I can't comment on them. Eclipse, however, I love. Try comparing the memory requirements of Eclipse to any other modern IDE, and you will find that it is (in general) lower than its contemporaries.

    I use Visual Studio 2005 (C#) and Eclipse (Java/Perl) at work. Eclipse will generally eat up about 80 Mb of memory when I have the main projects open. Visual Studio, on the other hand, will eat up 100+ Mb easily - and it page faults like a mofo, trying to do disk writes every time you switch your focus. 2003 wasn't quite as bad in terms of page faults, but it still ate up over 100 Mb of memory easy, and thats without any dynamic compilation (C#).
  • by grammar fascist ( 239789 ) on Monday December 18, 2006 @03:30AM (#17283566) Homepage
    And just setting up to start writing your program is a pain. I still can't figure out how to make it debug.

    And with one fell swoop, you've thoroughly discredited your opinion. FYI, "Debug..." is under the "Run" menu. Double-click the gutters on the left side of the code to set breakpoints. Eclipse even handles debugging multi-threaded apps quite sanely.

    I love Eclipse for Java development. There's nothing more satisfying than right-clicking an annoying identifier and renaming it globally within your project. (If keyboards make you giddy, use SHIFT-ALT-R.) Make vi do that. And no, global search-and-replace doesn't count - it ignores context and your code may not compile afterward.

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...