Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Does google's proposed switch from Oracle's JAVA to openJDK have any effect on the dev's

 
Ranch Hand
Posts: 118
Android Objective C Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Off-late i have been hearing that google is making a switch from JAVA API's to OpenSDK. Will this have any effect on the dev's.

Thanks
 
Bartender
Posts: 1335
39
IBM DB2 Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I presume it won't. OpenJDK is an open source implementation of Java language, so it would be the same (more or less) from a developer's point of view.
 
Marshal
Posts: 5519
326
IntelliJ IDE Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

krishnadhar Mellacheruvu wrote:Will this have any effect on the dev's.


What devs?
 
Bartender
Posts: 7488
171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For starters, it allows the use of Java 7 and Java 8 language features (like streams and lambdas), and the use of many new classes in the Java class libraries that were not part of Android's class libraries so far (which is based on Java 5 with some additions from Java 6).
 
krishnadhar Mellacheruvu
Ranch Hand
Posts: 118
Android Objective C Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Cooke wrote:What devs?



Hi

Tim,

Dev's i mean Android developer's..
 
krishnadhar Mellacheruvu
Ranch Hand
Posts: 118
Android Objective C Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:For starters, it allows the use of Java 7 and Java 8 language features (like streams and lambdas), and the use of many new classes in the Java class libraries that were not part of Android's class libraries so far (which is based on Java 5 with some additions from Java 6).




That's awesome....
 
Bartender
Posts: 1210
25
Android Python PHP C++ Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think describing it as switching from Oracle's Java to OpenJDK is rather inaccurate.
What they have done is switch the implementation behind the Java Standard Edition API from Apache Harmony to OpenJDK's.
There is speculation that this was done either as a settlement or as a hedge in the ongoing Oracle vs Google case.

Also, while this switch can potentially enable support for the newer Java 8 SE APIs like streams in future, for now it's still Java 7 SE.

[just FYI: I edited the subject title to remove typos.]
 
You got style baby! More than this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic