17 Replies - 11193 Views - Last Post: 21 March 2012 - 02:14 AM
#1
Java 7 SDK Released
Posted 28 July 2011 - 08:36 AM
Replies To: Java 7 SDK Released
#2
Re: Java 7 SDK Released
Posted 28 July 2011 - 11:14 AM
Other than that, according to this page, the Java 7 looks cool, but doesn't make my world to spin backwards.
And of course people using my software will update to Java 7 if they want to use the software.
This post has been edited by Feuer: 28 July 2011 - 11:15 AM
#3
Re: Java 7 SDK Released
Posted 29 July 2011 - 09:05 PM
#4
Re: Java 7 SDK Released
Posted 30 July 2011 - 04:38 AM
http://www.lucidimag...7-for-anything/
JLayer et al. aren't much good if you can't use a for loop.
I would hope that Oracle releases an update that has those compiler options disabled as default and re-enables them once the kinks have been ironed out.
#5
Re: Java 7 SDK Released
Posted 30 July 2011 - 07:21 AM
#6
Re: Java 7 SDK Released
Posted 30 July 2011 - 09:30 AM
#7
Re: Java 7 SDK Released
Posted 30 July 2011 - 09:33 AM
#8
Re: Java 7 SDK Released
Posted 30 July 2011 - 11:24 AM
Quote
It's all good if you can do without loops.
#9
Re: Java 7 SDK Released
Posted 31 July 2011 - 11:45 AM
#10
Re: Java 7 SDK Released
Posted 31 July 2011 - 12:08 PM
nick2price, on 31 July 2011 - 01:45 PM, said:
i never heard of those, what are they?
Quote
I'm going to start a new programming group that uses recursion for for loops. HA! and we shall be called: CursTheForLoops()
#11
Re: Java 7 SDK Released
Posted 01 August 2011 - 06:24 AM
immeraufdemhund, on 31 July 2011 - 01:08 PM, said:
nice
Personally I'm a big fan of the additions/modifications to the Java language itself.
Specifically try-with-resources statement, for nicer-looking code and the ability to catch multiple exceptions like this:
try{
//something really awesome
}catch(OneException|AnotherException ex){
//no more duplicate code :)/>
}
BTW: Any news on the issue regarding loops? Where exactly does this bug happen?
#12
Re: Java 7 SDK Released
Posted 02 August 2011 - 04:25 AM
Quote
OWL is Open Wonderland, a fantastic platform written 100% in java that allows you to build virtual worlds. Its problably the most fun, and most challenging thing I have done in java to date. You should take a look into it, you would really enjoy it. Although its now a community project, the main 2 people that run it were employees of sun, and this was one of their projects they were in control of at sun. Darkstar is the server Open Wonderland uses, and was also something run by sun. When Oracle took over sun, they got rid of a lot of these type of projects. They have even cut down on things like Java3D to concentrate more I believe on javaFX. Although they are trying to introduce new technologies, it would be nice if they kept the old ones, instead of making them community projects (nothing wrong with community projects, but funding makes it difficult to progress with them).
BTW, if anyone is interested in Open Wonderland, this is not low level stuff I am talking about. It could really compete with other worlds such as SecondLife. Its fantastic graphics and extremely powerful. You build things called modules, which basically extend the functionality provided to you. If your interested, the link is
Open Wonderland
#13
Re: Java 7 SDK Released
Posted 02 August 2011 - 06:42 PM
#14
Re: Java 7 SDK Released
Posted 03 August 2011 - 01:53 PM
But new Java releases are still exciting for the alternative languages as well. Of course, the Java-specific features and bugfixes may not be relevant, but the changes to the JVM (invokedynamic) and added/improved APIs are certainly something to smile about, even if you don't use Java.
That said, this particular release isn't exactly life changing.
#15
Re: Java 7 SDK Released
Posted 04 August 2011 - 09:31 AM
Quote
You mean like lisp?
|
|

New Topic/Question
Reply


MultiQuote











|