JDK 7

The primary goal of this Project is to produce an open-source implementation of the next major revision of the Java SE Platform.

Detailed information on the approved features, as well as information on how to propose additional features, can be found on the features page. The JDK 7 development schedule is divided into a sequence of milestone cycles. Please see the builds and integrations page for detailed build and integration scheduling. A complete calendar of the entire development timeline is also available.

Status: Milestone 4 complete, work on Milestone 5 underway

No showstoppers were identified in build 66, so we declared that to be the final build for M4.

We'll start stabilizing Milestone 5 at build 72, which opens on 2009/8/28. M5 will be complete on or about 2009/9/10.

Comments and questions to: jdk7-dev@openjdk.java.net

Last update: 2009/7/30 23:09 -0700


Milestones

The JDK 7 development schedule is divided into a sequence of milestone cycles, each six to seven weeks in length. There will be no formal beta or early-access releases, as in the past. Major features and other potentially-destabilizing changes will targeted for integration early in a specific milestone. For more information, please see the current draft of the JDK 7 Development Process.

Here is the current high-level milestone schedule, with the features targeted to each cycle:

M1 2009/01/02 – 2009/02/19 (b48) 7 builds
Compressed 64-bit object pointers
Garbage-First GC (G1)
M2 2009/02/20 – 2009/04/02 (b53) 5 builds
JSR 203: More new I/O APIs for the Java platform (NIO.2)
Method to close a URLClassLoader
M3 2009/04/03 – 2009/05/14 (b59) 6 builds JavaOne Preview
Create new platform APIs for forward-ported 6u10 features
JSR 292: VM support for non-Java languages (InvokeDynamic)
SCTP (Stream Control Transmission Protocol)
SDP (Sockets Direct Protocol)
Unicode 5.1
Upgrade class-loader architecture
M4 2009/06/05 – 2009/07/23 (b66) 7 builds
Forward-port 6u10 features
JSR 308: Annotations on Java types
M5 2009/07/24 – 2009/09/10 (b73) 7 builds
Elliptic-curve cryptography (ECC)
JSR 296: Swing application framework
Update the XML stack
M6 2009/09/11 – 2009/10/29 (b80) 7 builds Stabilization begins
JSR TBD: Small language enhancements (Project Coin)
M7 2009/10/30 – 2009/12/24 (b87) 7 builds
M8 2010/01/01 – 2010/02/18 (b94) 7 builds Final milestone

The final milestone cycle, M8, will be followed by a release-candidate period of indeterminate length, but most likely four to eight weeks, after which the final release will be declared.

Some features have been approved for the release but are not yet targeted to a specific milestone. When they are targeted then they'll be added to the above table.

Last update: 2009/7/30 23:09 -0700

진행되는 과정으로 보면 M5의 단계로 들어선 것으로 봐도 되겠습니다. 내년 초면 JDK 7 최종판을 확인해볼 수도 있겠네요. ^^ 이미 http://java.sun.com 에서는 JDK 7에 대한 이야기를 슬며시 내놓고 있습니다. 올해 Java 진영은 JavaFX 1.2(http://www.javafx.com/) 와 이를 기반으로 한 WareHouse(http://java.sun.com/warehouse/), 넷빈즈 6.7(http://www.netbeans.org/) 등의 다양한 라인업을 제공하면서 자신들의 영역을 더욱 확장하려는 것처럼 보입니다. 이제 프로그래머의 길에 발을 들여놓아야만 하는 저로서는 부담되기 그지없는 상황입니다. 넷빈즈는 그저 간단한 자바코드를 작성하여 맛만 보고 있는 중이고, WareHouse(Java Software Store)는 아직 구경도 제대로 못했으며, JavaFX는 배울 엄두를 내지도 못하고 있는 그런 상황입니다. OTL... 배울 것들만 산더미처럼 늘어 가는군요.


우선... 취업 먼저 되었으면 좋겠습니다. ㅠㅅ-) 흑!!
다행인 것은 아직 우리나라에서는 JDK 5 버전으로 개발들이 진행된다는 것이죠. 가만히 보면 우리나라는 새로운 신기술을 적용하기 보다는 조금은 오래된 기술들로 안정된 기술들을 추구하는 모습을 보입니다. 한편으로 좋지만, 한편으로는 씁쓸한 모습입니다. IT 강국(물론 자칭이며 HW에 국한되었던)으로서의 개척정신은 어디로 갔는지... 쯥...

Java: Change (Y)our World

관련링크 : http://java.sun.com/javaone/2009/articles/gen_tuesday.jsp


2009년 6월 2일. JavaOne 컨퍼런스가 샌프란시스코에서 열렸습니다. 오는 6월 5일까지 진행될 예정입니다.
ㅡㅅ-)> 오프닝 장면 동영상이 올라와 있어서 이렇게 올려봅니다. 여전히 영어의 쥐약!!



 

General Session Details

In daily general sessions, you'll hear from visionaries and technical leaders from the industry and Sun on current and future advancements in Java technology. In these "don't-miss" sessions you'll learn about trends, challenges, and opportunities, see new applications and cool demos, and get to participate in the always inspirational and innovative "Toy Show" with James Gosling.

Back to top
General Sessions Host:
Chris Melissinos Chris Melissinos
Chief Evangelist and Chief Gaming Officer
Sun Microsystems, Inc.

얼마나 새로운 기술들이 나올지 기대가 됩니다. JavaFX 1.2 SDK도 발표를 했다고 하는군요.
● 관련글 : http://javafx.com/docs/articles/javafx1-2.jsp
ㅜㅅ-) 아직 JavaFX 1.1 버전도 제대로 못만져봤는데...

JAVA JDK7 버전도 곧 나올 듯한 분위기 이군요.
●관련글 : https://jdk7.dev.java.net/

Java Store 도 나올 듯 합니다.
● 관련글 : http://www.java.com/en/store/index.jsp

'Java > Language' 카테고리의 다른 글

JAVA RMI, 기본 개념 정리  (2) 2009.06.08
자바(JSP)를 이용한 암호화 기능 만들기  (2) 2009.06.06
EL과 JSTL  (0) 2009.06.01
JSP - Bean을 이용하여 스크립트렛 줄이기  (0) 2009.05.27
09/05/22 쿠키  (0) 2009.05.25

이클립스 창이 실행되고 있는 상태에서

Ctrl + Shift + R


버튼을 누릅니다. 그럼 아래와 같은 창이 나옵니다.


찾고자 하는 파일명을 입력하면 Matching items 목록이 입력하는 파일명에 맞추어 나타납니다.


참 쉽죠잉!?

클래스 파일을 찾아보시려고 할 경우에는

Ctrl + Shift + T


를 누르시면 됩니다.

출처 : http://www.okjsp.pe.kr/seq/119561



커서를 문장 끝으로 이동시켜서 세미콜론(;) 을 찍었는데

문장 아무곳에서나 세미콜론(;)을 눌러주면 자동으로 문장 끝에 찍어줍니다.

다들 알고계실 수 있지만 모르시는분을 위해ㅎㅎ;

 

이 기능은 처음에 활성화가 되어있지 않으므로 활성화를 시켜줘야 합니다.

 

활성화 위치

Windows -> Preferenes


-> Java -> Editor -> Typing 탭 - > Smart Semicolon Positioning 체크 박스 활성화

 또는

Automatically insert at correct position

Semicolons 체크 박스 활성화

단... ㅡㅅ-);; 자바에서만 됩니다. JSP 등에서는 안됩니다.

'Java > Tools' 카테고리의 다른 글

Eclipse Galileo의 eclipse.ini 수정  (0) 2009.08.20
이클립스에서 JSP 파일 손쉽게 찾는법  (0) 2009.06.02
JDBC 드라이버 설치요령  (0) 2009.05.30
이클립스 설정하기  (0) 2009.05.29
이클립스 빠르게 실행시키기  (1) 2009.05.17
● 야후지도 API 사용하기
http://www.beautysite.kr/Article/home/beauty/bbs.php?id=TipTech&q=view&uid=3

● 네이버 DeveloperCenter API 이용 Tutorial
http://dev.naver.com/openapi/tutorial

● 구글맵 오픈API 사용하기 - 구글맵 시작
http://adeveloper.tistory.com/tag/google%20openapi

● Version 3.7야후! 지도 AJAX API
http://kr.open.gugi.yahoo.com/document/tutorials.php

●JavaScript로 오픈API 이용 하기
http://urin79.com/zb/utdae/780017

+ Recent posts