Archive for the 'Java' Category

Apache Sling is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content.
Sling applications use either scripts or Java servlets, selected based on simple name conventions, to process HTTP requests in a RESTful way.
As the first web framework dedicated to JSR-170 Java Content Repositories, Sling makes it [...]


I will write an article soon..
But if you are impatience go here


The Early Draft Review for JSR 294 – Improved Modularity Support in the JavaTM Programming Language is now available for Review
The intention is to deliver this JSR as a component of Java SE 7.
JSR 294 plan to extend the Java programming language with new constructs called “superpackages” that allow hierarchical modular organizatio.
Each superpackage [...]


JSR 308 proposes an extension to Java’s annotation system that permits annotations to appear on any use of a type. (By contrast, Java SE 6 permits annotations to appear only on class/method/field/variable declarations; JSR 308 is backward-compatible and continues to permit those annotations.) Such a generalization removes arbitrary limitations of Java’s annotation system, [...]


JSR 283 Content Repository for Java Technology API version 2.0 has been approved.
The aim is to produce a content repository API that provides an implementation independent way to access content bi-directionally on a granular level.
A content repository is a high-level information management system that is a superset of traditional data repositories. A content repository implements  [...]


Summary Of Proposed JSRs for Java SE 7 Platform
JSR 277: Java Module System
JSR 294: Improved modularity support in the Java programming language
JSR 295: Beans binding
JSR 303: Bean validation
JSR 292: Supporting Dynamically Typed Languages
JSR 296: Swing application framework
JSR 203: More new I/ O APIs for the Java Platform (NIO.2)
JSR 220: Enterprise JavaBeans™ 3.0
JSR 255: JMX specification, [...]