Java 9 arriverà nel settembre del prossimo anno, secondo quanto annunciato da Oracle.
Chief Java Architect Mark Reinhold recently proposed a new schedule for Java 9 milestones, now on the JDK 9 project page
- 10 December 2015: Feature Complete
- 04 February 2016: All Tests Run
- 25 February 2016: Rampdown Start
- 21 April 2016: Zero Bug Bounce
- 16 June 2016: Rampdown Phase 2
- 21 July 2016: Final Release Candidate
- 22 September 2016: General Availability
Java 9 will introduce a modularized JDK, which means developers will be able to load smaller amounts of code when running applications that donít require the entire environment. This will enable Java to scale from small devices to large software systems while providing a secure platform.
Oracle ha annunciato il rilascio di NoSQL Database 2.0, DBMS non relazionale
New and enhanced features in Oracle NoSQL Database 2.0 include:
- Better Performance: enterprise-class elasticity with near linear scalability and under five millisecond latency enables users to dynamically grow a cluster as their data grows with no interruption in service. In recent performance tests, Oracle NoSQL Database 2.0 delivered more than a million YCSB operations per second on a 2.4 terabyte database on an 18-node commodity cluster setup. (1)
- Automatic Rebalancing: dynamic management of compute and storage resources to maintain SLAs in response to increased demand and changing processing requirements;
- Enhanced Manageability: a simple, easy to use web console to manage all aspects of deployment and monitoring, as well as document management and structured data management in one product;
- New APIs: a new C API helps improve developer productivity, a new Large Object API supports efficient Large Object management, and new automatic serialization APIs simplify application development;
- Tighter Integration with Oracle Database: Oracle Database users can view and query Oracle NoSQL Database records directly from SQL via External Tables, making NoSQL data immediately accessible and available for integrated analysis;
- Improved Management & Monitoring Support: SNMP/JMX support enables integration with Oracle and third party management tools;
- Improved Hadoop Integration: tighter integration with Hadoop through JSON object and schema evolution support for data storage and serialization using Avro.
Download a partire da questa pagina.
NVidia è entrata a far parte della Linux Foundation, organizzazione no-profit dedicata a promuovere la crescita di Linux. NVidia si va così ad aggiungere a Intel e AMD che sono soci da tempo della fondazione. Altri soci di rilievo della Linux Foundation sono IBM, Google, Oracle, Cisco, Adobe, Samsung, Siemens. Al momento non è ancora chiaro se questo comporterà delle modifiche nella politica di NVidia sui driver, NVidia ha finora rilasciato driver proprietari per le sue schede grafiche sotto Linux.
Rilasciata la versione 7.1.1 di NetBeans, IDE (Integrated Development Environment) cross-platform sviluppato da Oracle e scritto in Java.
NetBeans IDE 7.1.1 is an update to NetBeans IDE 7.1 and includes the following changes:
Note: If you download and install a patch for Netbeans IDE 7.1, both Java ME SDK 3.0 and Glassfish 3.1.1 remain unchanged. These components get upgraded by running the Netbeans IDE 7.1.1 installer.
The following updates to the 7.1 release also apply to 7.1.1:
Oracle ha rilasciato JavaFX 2.0. L'annuncio è stato dato al JavaOne 2011 in corso a San Francisco, tre anni dopo la presentazione di JavaFX al JavaOne 2008, e due anni e mezzo dopo il rilascio della prima versione di JavaFX.
JavaFX è una famiglia di prodotti basati sulla tecnologia Java che consentono lo sviluppo di Rich Internet Application (RIA).
Oracle ha intenzione di continuare lo sviluppo della piattaforma JavaFX come un progetto open source che sia parte di OpenJDK. Il codice sorgente di JavaFX sarà rilasciato sotto licenza GPL v2 con l'eccezione Classpath, come per gli altri progetti in OpenJDK. JavaFX runtime e il SDK continueranno ad essere rilasciati sotto la Java binary code license.
Il download di JavaFX 2.0 è possibile da questa pagina per sistemi Windows. Il rilascio di JavaFX per Linux è stato pianificato per la fine del 2012.
La documentazione relativa a JavaFX 2.0 è disponibile a partire da questa pagina, in particolare la documentazione sulle API è disponibile a questo indirizzo.
Rilasciata la prima milestone di Eclipse 3.8, IDE (ambiente di sviluppo integrato) multipiattaforma. Questa è la prima milestone di Eclipse che supporta Java 7, recentemente rilasciata da Oracle. Anche Eclipse rilascia quindi una nuova versione che supporta Java 7, dopo che sia NetBeans, con la versione 7.0.1, che IntelliJ IDEA, con la versione 10.5, avevano provveduto a rilasciare versioni che supportavano Java 7.
Rilasciata la versione 7.0.1 di NetBeans, la nuova versione è certificata per la versione finale di Java 7 rilasciata qualche giorno fa. NetBeans 7.0 era stato rilasciato ad aprile. Le note di rilascio sono disponibili a questa pagina, il download è possibile da questa pagina.
NetBeans IDE 7.0.1 is an update to NetBeans IDE 7.0 and includes the following changes:
- Full certification on the final release of JDK 7
- Bundle GlassFish 3.1.1 update release
- WebLogic related enhancements
- Significant quality increase
The following updates to the 7.0 release also apply to 7.0.1:
- Oracle Database improvements
- HTML5 editing support
- Maven 3 is supported and bundled with the IDE
- Improved support for CDI, REST services, Java Persistence, and Bean Validation
- PHP Rename Refactoring
- Line wrapping
- Improved detection of external changes (native file system listening)
- Updates to the C/C++ support (remote file system browsing, library projects running/debugging, enhanced templates/specializations)
- Support for Git 1.7.х
- Additional enhancements are listed at the NetBeans IDE 7.0 page
Come anticipato Oracle ha rilasciato Java SE 7 (Java Standard Edition 7) a fine luglio. Java 7 è la prima versione di Java gestita interamente da Oracle, ed è stata accompagnata da vivaci polemiche. Download della nuova versione di Java (JDK e JRE) a partire da questa pagina.
Java SE 7 delivers:
- Language changes to help increase developer productivity and simplify common programming tasks by reducing the amount of code needed, clarifying syntax and making code easier to read. (JSR 334: Project Coin)
- Improved support for dynamic languages (including: Ruby, Python and JavaScript), resulting in substantial performance increases on the JVM. (JSR 292: InvokeDynamic)
- A new multicore-ready API that enables developers to more easily decompose problems into tasks that can then be executed in parallel across arbitrary numbers of processor cores. (JSR 166: Fork/Join Framework)
- A comprehensive I/O interface for working with file systems that can access a wider array of file attributes and offer more information when errors occur. (JSR 203: NIO.2)
- New networking and security features
- Expanded support for internationalization, including Unicode 6.0 support
- Updated versions of numerous libraries
Il rilascio di Java 7 EE (Enterprise Edition) è previsto per il terzo trimestre del 2012.