Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: The Java 7 Thread

  1. #1
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Question The Java 7 Thread

    Hey guys,

    As you're probably aware, Java 7 releases today. I'm curious to see what people think of it.

    I must admit that I'm not extremely excited by many of the changes, but a few things do look interesting, even if I don't know what I'd use them for just yet. The File stuff opens up some cool application potential. Just glancing at the release notes, I'm going to look into JLayer a bit more, I'm not sure what it's even for. And I bet people will be happy with the shaped and translucent windows- I wonder what kind of weird effects people are going to pull off with that.

    Anyway, I don't have a chance to test it myself just yet (work is going to be slow to adopt it, and I don't have a need for any of it in my current pet project at home. But I'd love to hear some first impressions and what you guys think of it.

    Oh, and here are some useful links I found (more might pop up later, I think it might still be too early for the release to have actually happened yet).

    Java Early Access Downloads
    Java SE 7 - Help us test the Developer Preview — Java.net
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  2. The Following User Says Thank You to KevinWorkman For This Useful Post:

    dlorde (July 7th, 2011)


  3. #2
    Forum old-timer
    Join Date
    Nov 2008
    Location
    Faversham, Kent, UK
    Posts
    472
    My Mood
    Mellow
    Thanks
    4
    Thanked 58 Times in 54 Posts

    Default Re: The Java 7 Thread

    There will be a webcast introducing Java 7 today. Details here: Java 7 webcast

  4. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: The Java 7 Thread

    I am yet to play with Java 7 but it's definitely something I will be doing over the next few weeks.

    Combined with the new Eclipse release it's quite exciting
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  5. #4
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: The Java 7 Thread

    I can't wait to try out the Gervill sound synthesizer

  6. #5
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: The Java 7 Thread

    Had a chance to watch most of the presentations yesterday. Some very interesting discussions came up. While there aren't too many eye popping additions, for me a few the biggest are a) Fork/Join framework for parallel processing and b) invoke_dynamic in the jvm. Another interesting topic discussed in the roundtable was where Swing is headed, in particular the role JavaFX has for the future - which would be fantastic in my opinion, although the current platform dependence of JavaFX has prevented me from going far with the framework in its current state (I can understand how big an undertaking like this is and the difficulties getting a platform independent framework deployed)

Similar Threads

  1. exception in thread main java.lang.Nullpointerexception
    By westandeast in forum What's Wrong With My Code?
    Replies: 0
    Last Post: February 6th, 2011, 09:08 AM
  2. Run Or Cancel Java Thread !
    By byrodi in forum The Cafe
    Replies: 11
    Last Post: November 3rd, 2010, 09:04 AM
  3. Java Thread error plz help me
    By ani1125ster in forum Member Introductions
    Replies: 1
    Last Post: July 12th, 2010, 10:07 AM
  4. Java Thread error plz help me
    By ani1125ster in forum What's Wrong With My Code?
    Replies: 1
    Last Post: July 12th, 2010, 10:07 AM
  5. Replies: 1
    Last Post: October 25th, 2009, 11:54 AM