RPTools.net

Discussion and Support

Skip to content

It is currently Tue May 21, 2013 5:17 pm 






Reply to topic  [ 14 posts ] 

Previous topic | Next topic 

  Print view

Author Message
User avatar  Offline
Site Admin
 
Joined: Mon Jun 12, 2006 12:20 pm
Posts: 11622
Location: Tampa, FL
 Post subject: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Sat Apr 28, 2012 1:07 pm 
http://www.oracle.com/us/corporate/press/1603497

It seems that there is now official third-party support for Java on Mac OS X. It appears that Oracle is moving forward and actually implementing their roadmap for Java, which included the release of the JavaFX 2 platform development kit, but also some significant enhancements to Java 7.

I'll try grabbing these over the new few weeks and playing around with them, but I'd be interested in hearing from anyone else who does the same. :)

_________________
Interested in Time Magazine's Best Invention of 2008 Unix-powered laptop? No crashes or lockups. In fact, that series of articles has two such machines. The other is a Dell netbook. :)


Top
 Profile  
 
User avatar  Offline
TheBard
 
Joined: Tue Mar 21, 2006 7:26 pm
Posts: 3042
Location: Austin, Tx
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Sun Apr 29, 2012 4:31 pm 
Interesting. So we JavaFX will the fancy UI folks have requested for MapTool be possible?

As an aside, I installed Ubuntu 12.04. They are still recommending Java 6 stating the Java 7 isn't quite ready yet. Is that the general consensus for the Java developers in the audience?

_________________
ImageImage ImageImageImageImage
MapTool/Savage Worlds Blog
Free SW/MT Modules
SW Framework for MT


Top
 Profile  
 
 Offline
Giant
 
Joined: Sun Sep 04, 2011 6:01 am
Posts: 188
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Mon Apr 30, 2012 4:29 pm 
You'll be missing JavaFX on Ubuntu anyway. Java 7 has some minor incompatibilities to Java 6. Some applications are affected [like MT:-(], some aren't.


Top
 Profile  
 
User avatar  Offline
TheBard
 
Joined: Tue Mar 21, 2006 7:26 pm
Posts: 3042
Location: Austin, Tx
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Mon Apr 30, 2012 4:59 pm 
So you're saying there aren't any plans to port JavaFX to linux? That seems kind of weird.

_________________
ImageImage ImageImageImageImage
MapTool/Savage Worlds Blog
Free SW/MT Modules
SW Framework for MT


Top
 Profile  
 
User avatar  Offline
Deity
 
Joined: Tue Sep 11, 2007 6:31 pm
Posts: 5228
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Mon Apr 30, 2012 6:04 pm 
RPTroll wrote:
So you're saying there aren't any plans to port JavaFX to linux? That seems kind of weird.


There are plans, it's just a matter of when. While the Windows(and now Mac) world get JavaFX(new version anyway) to play with linux will likely have to wait 6-12 more months). Typically, it has been Apple that has had such suckage. My guess here is that this is likely due to the LARGE change in linux based GUI's and wanting to wait until there was a most stable set of API's(GNOME3/Unity, I'm looking at you)

_________________
I save all my Campaign Files to DropBox. Not only can I access a campaign file from pretty much any OS that will run Maptool(Win,OSX, linux), but each file is versioned, so if something goes crazy wild, I can always roll back to a previous version of the same file.

Get your Dropbox 2GB via my referral link, and as a bonus, I get an extra 250 MB of space. Even if you don't don't use my link, I still enthusiastically recommend Dropbox..


Top
 Profile  
 
 Offline
Giant
 
Joined: Sun Sep 04, 2011 6:01 am
Posts: 188
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Tue May 01, 2012 2:04 am 
Well, I don't think so. Would they force all Linux users to upgrade to a more recent GNOME/KDE versions? Maybe X11. Since JavaFX works totally different than Swing, all the awt peer stuff can't be reused. They need much OS specific stuff for 3d, I guess they use OGL, but DirectX for Windows. I believe, this is a lot of work, in particular if you want things to work on older graphic cards.


Top
 Profile  
 
User avatar  Offline
Site Admin
 
Joined: Mon Jun 12, 2006 12:20 pm
Posts: 11622
Location: Tampa, FL
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Tue May 01, 2012 5:51 pm 
I grabbed them for OSX. I noted the release notes for J7 state that Java plugin and Web Start support are not available yet.

I didn't check the release notes for the other platforms, so no clue what the issue might be on the Linux delay. I can think of a few things that might slow down implementing a port (window hints, 3d support (as username mentioned), and ICCCM compatibility being the big ones).

_________________
Interested in Time Magazine's Best Invention of 2008 Unix-powered laptop? No crashes or lockups. In fact, that series of articles has two such machines. The other is a Dell netbook. :)


Top
 Profile  
 
 Offline
Great Wyrm
 
Joined: Sun Jun 22, 2008 6:53 pm
Posts: 1961
Location: Melbourne, Australia
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Tue May 01, 2012 7:32 pm 
RPTroll wrote:
So you're saying there aren't any plans to port JavaFX to linux? That seems kind of weird.


JavaFX will be available for Linux, their is a preview release available if you are game enough to try -- actually it shouldn't be that bad the preview releases for Mac OS X were quite reasonable -- this is a preview release of 2.1 so its not like linux will get an old version then will always be a version behind. The plan -- as far as Oracle has stated -- is to have the GA release before the end of this year and then the three major platforms (Windows, OS X, Linux) will have syncrhonized releases for new versions at about the same time from that point onwards. From what I understand most of the hold ups in Linux have been due to graphics card driver related issues...


RPTroll wrote:
Interesting. So we JavaFX will the fancy UI folks have requested for MapTool be possible?

There is a lot of nice stuff in JavaFx2 that will help in the fancy UI department... Things such as
  • HTML5 control, this is basically a webkit control embedded in your Java App (examples 1, 2,3)
  • GUI controls are themeable with CSS (examples 1, 2,3)
  • Media player that supports several formats (audio: mp3, mpeg4 with AAC, AIFF and WAV (PCM), video: FLV with VP6 video and mp3 audio, MPEG-4 H.264/AVC).
  • Animations and transitions frame work
  • Supposedly faster rendering than swing/swt

Although there are a couple of things we lose such as tooltips with HTML, and no docking frame works available (but apparently docking frameworks are so passe, who knew! I myself could take them or leave them. Although it is no accident that touch based GUIs don't have them as the two do not play together well at all).


Top
 Profile  
 
User avatar  Offline
TheBard
 
Joined: Tue Mar 21, 2006 7:26 pm
Posts: 3042
Location: Austin, Tx
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Tue May 01, 2012 8:20 pm 
Thanks Craig. That certainly seems to open up the future of the MapTool GUI a bit. The fact they've gone to HTML5 is good news indeed. If we were to keep the current macro ability to generate html we could unlock a lot of UI features for the frameworks.

_________________
ImageImage ImageImageImageImage
MapTool/Savage Worlds Blog
Free SW/MT Modules
SW Framework for MT


Top
 Profile  
 
User avatar  Offline
Site Admin
 
Joined: Mon Jun 12, 2006 12:20 pm
Posts: 11622
Location: Tampa, FL
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Thu May 03, 2012 8:00 am 
Craig wrote:
Although there are a couple of things we lose such as tooltips with HTML [...]

And before everyone has a spaz attack, I just want to point out that Craig is referring to "tooltips in HTML", meaning the title attribute will not automatically generate tooltips in HTML.

It does NOT mean that a custom Java handler for the attribute can't do it, it just means that -- like so many things -- there would need to be some Java code required to provide it.

Overall, I think JavaFX is a big move forward in that it makes UI building in Java so much easier and moves it a little further towards the 21st century. :roll:

_________________
Interested in Time Magazine's Best Invention of 2008 Unix-powered laptop? No crashes or lockups. In fact, that series of articles has two such machines. The other is a Dell netbook. :)


Top
 Profile  
 
User avatar  Offline
TheBard
 
Joined: Tue Mar 21, 2006 7:26 pm
Posts: 3042
Location: Austin, Tx
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Thu May 03, 2012 8:07 am 
Azhrei wrote:
. . . and moves it a little further towards the 21st century. :roll:


Ha!

Well, I kinda love the MapTool UI. Not because I think it's pretty or intuitive or anything like that. I love it because I'm able to get together with my friends again and game. I don't see the warts. I just see the fun.

_________________
ImageImage ImageImageImageImage
MapTool/Savage Worlds Blog
Free SW/MT Modules
SW Framework for MT


Top
 Profile  
 
User avatar  Offline
Deity
 
Joined: Tue Sep 11, 2007 6:31 pm
Posts: 5228
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Thu May 03, 2012 10:39 am 
RPTroll wrote:
Azhrei wrote:
. . . and moves it a little further towards the 21st century. :roll:


Ha!

Well, I kinda love the MapTool UI. Not because I think it's pretty or intuitive or anything like that. I love it because I'm able to get together with my friends again and game. I don't see the warts. I just see the fun.


here here!!! I am all for function over form if I have to pick one or the other...

With that said, I am excited about JavaFX though since it provides significant advances in html+css rendering. Swing is still behind the html+css specifications by 10+ years and that's pretty darn bad... Sometime's it's the simple things, such as for example:
  • drop down lists with alternate row background/foreground highlighting, font dynamics(this row should be bolded while the rest are normal), etc.
  • border radius.... rounded borders are a very nice effect
  • box shadow
  • gradient fills... makes nice buttons, sheets, panels, etc....

_________________
I save all my Campaign Files to DropBox. Not only can I access a campaign file from pretty much any OS that will run Maptool(Win,OSX, linux), but each file is versioned, so if something goes crazy wild, I can always roll back to a previous version of the same file.

Get your Dropbox 2GB via my referral link, and as a bonus, I get an extra 250 MB of space. Even if you don't don't use my link, I still enthusiastically recommend Dropbox..


Top
 Profile  
 
 Offline
Cave Troll
 
Joined: Thu Sep 15, 2011 6:52 pm
Posts: 56
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Fri May 11, 2012 9:26 pm 
Just out of the curiousity since i am not a developer what does this mean for maptools going forward?


Top
 Profile  
 
User avatar  Offline
Deity
 
Joined: Tue Sep 11, 2007 6:31 pm
Posts: 5228
 Post subject: Re: Oracle Releases Java SE 7 Update 4 and JavaFX 2.1
PostPosted: Fri May 11, 2012 9:40 pm 
Dervish wrote:
Just out of the curiousity since i am not a developer what does this mean for maptools going forward?


For the next 6-12 months or longer.. not a darn thing. For some point the future, it means the possibility to support much richer html+css user interfaces instead of being stuck with a user interface stuck in the past. Think of how much nice browser user interaction has become(not saying we would support all of that fully in MT!!!) since 1998 or so(which is about how old the html+css spec the current java interface "swing" is.)

_________________
I save all my Campaign Files to DropBox. Not only can I access a campaign file from pretty much any OS that will run Maptool(Win,OSX, linux), but each file is versioned, so if something goes crazy wild, I can always roll back to a previous version of the same file.

Get your Dropbox 2GB via my referral link, and as a bonus, I get an extra 250 MB of space. Even if you don't don't use my link, I still enthusiastically recommend Dropbox..


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 14 posts ] 

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:

Who is online

In total there are 2 users online :: 0 registered, 0 hidden and 2 guests (based on users active over the past 5 minutes)
Most users ever online was 243 on Sun Nov 04, 2012 6:14 am

Users browsing this forum: No registered users and 2 guests





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Style based on Andreas08 by Andreas Viklund

Style by Elizabeth Shulman