Top 10 Java SE 6 Features 상위 10 개 자바 남동 6 특징
List of top 10 features in Java SE 6. 상위 10 개 기능에 대한 목록을 자바 남동 6.
Web Services 웹 서비스
You get first-class support for writing XML web service client applications (death of Apache Axis?). - 클래스에 대한 지원을 얻기 xml 웹 서비스를 클라이언트 응용 프로그램을 작성 (죽음을 아파치 축?). No more messing with the plumbing (unless you really want to). 더 이상의 혼란으로 배관 공사 (정말로 원하는 경우). You can also expose your APIs as .NET interoperable web services with a simple annotation. 또한 귀하의 API를 공개로하실 수있습니다. 순수한 상호 웹 서비스와 간단한 해설합니다.
For developers who want to handle XML directly Mustang adds new parsing and XML to Java object-mapping APIs, previously only available in Java EE platform implementations or the Java Web Services Pack. 개발자를위한 xml을 직접 머스탱을 처리하는 사람을 필요로 xml을 자바 객체를 추가 - 매핑을 새로운 API를 구문 분석하고, 이전에 자바 컴퓨터 공학부 플랫폼에서만 사용할 수있습니다이나 자바 웹 서비스 팩을 구현합니다.
Scripting 스크립팅
You can now mix in JavaScript technology with your Java technology source code, useful for prototyping. 자바 스크립트 기술과 믹스에하실 수있습니다 당신의 자바 기술을 소스 코드, 프로토 타입 유용합니다. Also useful when you have teams with a variety of skill sets. 또한 팀들을 때 유용는 다양한 스킬을 설정합니다.
Database 데이터베이스를
The final Mustang development kit will co-bundle the all-Java JDBC database, Java DB based on Apache Derby. - 묶음의 최종 머스탱 개발 키트는 공동의 모든 - 자바 jdbc 데이터베이스, 자바 dB 기반으로 아파치 더비합니다. This should enable developers (new to Java) to get a jumpstart on java development. 이것은 개발자를 활성화 (신규로 자바)를 사러 자바 개발에 앞선 출발합니다.
Developers will get the updated JDBC 4.0, which focuses on ease of use. 개발자를 얻을 것이다 jdbc 4.0 업데이 트를 사용 용이성을 초점을 맞추고있습니다. It contains many feature additions like support for XML as an SQL datatype and better integration of Binary Large OBjects (BLOBs) and Character Large OBjects (CLOBs) into the APIs. 그것은 많은 기능이 추가로 xml sql 데이터 형식에 대한 지원과 같은 더 나은 통합을 이진 대형 개체 (판다고) 및 문자 대형 개체 (clobs)을 API를합니다. Additional features that improve ease of use include removal of some JDBC boilerplate and some of the new annotations that make SQL strings embed better into your JDBC application – like decorating your getAllUsers() method with an @Query(sql=”select * from user”) annotation, and that being all you need. 사용 용이성을 향상시킬 수있는 추가적인 기능을 포함 상용구의 제거 및 일부의 새 주석 일부 jdbc sql 문자열을 포함하는 더 나은를 귀하의 jdbc 응용 프로그램을 만들 - 마치 장식하여 getallusers () 메소드에 @ 쿼리 (sql = "을 선택 *에서 사용자" ) 주석, 그리고 그가 당신이 필요로합니다. More annotation love for you. 더 많은 주석을 사랑하는 당신.
More Desktop APIs 더 많은 데스크톱
GUI developers get a large number of new tricks to play like the ever popular yet newly incorporated SwingWorker utility to help you with threading in GUI apps, JTable sorting and filtering, and a new facility for quick splash screens to quiet impatient users. gui의 개발자들이 새로운 트릭을 좀 다수의 인기가 아직 신규 법인에는 언제나처럼를 재생에 도움이되는 유틸리티를 swingworker gui 스레딩 애플 리케이션에서, jtable 정렬 및 필터링, 새로운 기능에 대한 간략한 스플래시 화면을 자동으로 참을성이 사용자가합니다.
Monitoring and Management 모니터링 및 관리
The really big deal here is that you don’t need do anything special to the startup to be able to attach on demand with any of the monitoring and management tools in the Java SE platform. 여기가 정말 큰 거래는 아무것도 필요하지 않습니다 특별를 시작으로 주문형을 첨부 할 수 중 하나를 모니터링 및 관리 도구를 자바 남동 플랫폼합니다. Mustang adds yet more diagnostic information, and we co-bundled the infamous memory-heap analysis tool Jhat for forensic explorations of those core dumps. 머스탱을 추가 아직 더 많은 진단 정보를, 그리고 우리가 공동 - 번들로 악명 높은 메모리 - 힙 법의학 탐험에 대한 분석 도구는 그 코어 덤프 jhat합니다.
Compiler Access 컴파일러에 액세스할
Really aimed at people who create tools for Java development and for frameworks like JavaServer Pages (JSP) or Personal Home Page construction kit (PHP) engines that need to generate a bunch of classes on demand, the compiler API opens up programmatic access to javac for in-process compilation of dynamically generated Java code. 정말 겨냥한 자바 개발을위한 도구를 만드는 사람들은 누구처럼 프레임 워크 javaserver 페이지 (jsp) 또는 개인 홈 페이지를 건설 키트 (php) 엔진이 무리의 클래스를 생성할 필요가 수요에 프로그래밍 방식으로 액세스할 수 javac 컴파일러에 대한 API를 열어 - 프로세스 컴파일에 자바 코드를 동적으로 생성합니다. Finally you don’t have to save your code as a Java files and invoke javac to generate a classfile, a clumsy procedure at best. 마지막으로 귀하의 코드를 저장하지 않아도됩니다로서 자바 파일을 호출을 생성하는 javac classfile, 최고의 절차에 서툰합니다.
Pluggable Annotations 플러그 주석
Java tool and framework vendors (and you) can define annotations and have core API support for plugging in and executing the processors that do the heavy lifting. 자바 도구 및 프레임 워크 공급 업체 (및시 필요)에 대한 지원을 정의할 수있습니다 API를 주석 및 플러그인은 코어 프로세서가 최선을 실행하고 무거운합니다. It seamlessly integrates your custom annotations . 귀하의 사용자 정의 주석이 완벽하게 통합합니다.
Desktop Deployment 데스크톱 배포
Better platform look-and-feel in Swing technology, LCD text rendering (more clarity on LCD monitors like Vista), and snappier GUI performance overall. 더 나은 플랫폼 봐 -과 - 느낌의 스윙 기술, 액정 텍스트 렌더링 (자세한처럼 액정 모니터를 명확 비스타), 그리고 snappier gui 성능을 전반적합니다. Java applications can integrate better with the native platform with things like new access to the platform’s System Tray and Start menu . 자바 애플 리케이션을 통합할 수있습니다 네이티브 플랫폼과 같은 더 나은 새로운 플랫폼의 시스템 트레이에 액세스 및 시작 메뉴를합니다. At long last, Mustang unifies the Java Plug-in technology and Java WebStart engines, which just makes sense. 마침내, 머스탱 단일화 the 자바 플러그 -이 기술과 자바 webstart 엔진, 어떤 느낌이 감지합니다. Installation of the Java WebStart application got a much needed makeover. 자바 webstart 응용 프로그램의 설치를 필요로 훨씬가 간다.
Security 보안
Mustang simplified the job of security administrators by providing various new ways to access platform-native security services, such as native Public Key Infrastructure (PKI) and cryptographic services on Microsoft Windows for secure authentication and communication, Java Generic Security Services (Java GSS) and Kerberos services for authentication, and access to LDAP servers for authenticating users. 머스탱 간체 작업의 보안 관리자는 다양한 새로운 방법을 제공함으로써 액세스 플랫폼 - 네이티브 보안 서비스와 같은 기본 공개 키 인프라 (공개 키 인프라)과 microsoft의 암호화 서비스를 창구를 안전 인증 및 커뮤니케이션, 자바 일반적인 보안 서비스 (자바, GSS)와 kerberos 서비스를 인증 및 액세스를 ldap 서버에 사용자를 인증합니다.
Quality, Compatibility, Stability 품질, 호환성, 안정성
Sun has around 80,000 test cases and several million lines of code testing conformance. 태양은 대략 몇 백만 라인의 코드 80000 테스트의 경우 테스트를 준수하고있습니다. People have been downloading (and testing) snapshots of Mustang for the last 15 months and filing bugs. 사람들이 다운로드 (및 시험)에 대한 스냅샷을 머스탱은 지난 15 개월과 버그 신고합니다. So even before beta several quality and regression issues were fixed. 그래서 여러 품질 및 회귀 베타 버전도 전에 문제가 해결합니다. Performance is claimed to be better than J2SE 5. 이보다 더 성능이 주장. J2SE 5.
Article adapted and enhanced from 기술 자료에서 적응 및 향상된 What’s New in Java SE 6 Beta 2 (Mustang) 자바 남동 6 베타 2의 새로운 기능 (야생마) . 합니다.
Filed under 밑에 Headline News 헤드 라인 뉴스 , Java Software 자바 소프트웨어 , Technology 기술 , Web 웹 , Web Services 웹 서비스 | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |





February 27th, 2007 at 2:37 am 2007년 2월 27일에서 오전 2시 37분
Hello Dears. 안녕하세요 애들아합니다.
I am really happy to find you talking about I think the best programming technology of Java. 나는 진정으로 행복을 찾을 수 있나요 최고의 프로그래밍 기술을 말하는 자바의 생각합니다.
I have a suggestion for you dears and it is, if posible for please introduce the new published books about Java and say a short summary about them. 나는 당신에 대한 제안 사항이 애들아,이 경우에 대한 가망 새로운 출판 도서에 대한 소개를하시기 바랍니다 자바와 말하는 그들에 대해 짧은 요약합니다. Thanks vary much. 감사합니다별로 다양합니다.