Joda Time 1.6/JSR 310
0 Comments Published by Christian Ullenboom on Samstag, November 29, 2008 at Samstag, November 29, 2008.Von Joda Time (http://joda-time.sourceforge.net/) gibt es ein neues Update in der Version 1.6 (vom 2008-10-27). Interessant bleibt zu sehen, wie sich Joda Time im Laufe der Zeit gegenüber der JSR 310: A New Java Date/Time API abhebt.
Zur JSR 310, die in Java 7 erwartet wird:
- https://jsr-310.dev.java.net/
- http://jcp.org/en/jsr/detail?id=310
- http://today.java.net/pub/a/today/2008/09/18/jsr-310-new-java-date-time-api.html
- https://jsr-310.dev.java.net/nonav/doc-2008-08-04/index.html
Stephen Colebourne ist einer der treibenden Personen von Joda Time und auch Specification Lead der JSR 310.
Labels: Java 7, Open Source
Java EE 6 in der Endphase der Spezifikation
0 Comments Published by Christian Ullenboom on at Samstag, November 29, 2008.Die JSR-316 (http://jcp.org/aboutJava/communityprocess/edr/jsr316/index.html) ist eine Umbrella-API für Java EE 6. Am 22. November 2008 war der Close of Early Draft Review, sodass Java EE 6 nun in die heiße Endphase geht. Interessante neue APIs in Java EE 6 sind:
- JSR-311 JAX-RS: Java API for RESTful Web Services
- JSR-299 Web Beans
- JSR-236 Timer for Application Servers
- JSR-237 Work Manager for Application Servers
Erwartet Updates gibt es bei
- Enterprise JavaBeans
- Java Persistence API
- Servlets
- JavaServer Faces
- JAX-WS
- Java EE Connector API
Von der Webseite (http://www.netbeans.org/servlets/NewsItemView?newsItemID=1313):
NetBeans.org is proud to announce the availability of NetBeans IDE 6.5!
NetBeans IDE 6.5 offers simplified and rapid development of web, enterprise, desktop, and mobile applications with PHP, JavaScript, Java, C/C++, Ruby, and Groovy.
New features include a robust IDE for PHP, JavaScript debugging for Firefox and IE, and support for Groovy and Grails. The release also delivers a number of enhancements for Java, Ruby on Rails, and C/C++ development. Java highlights include: built-in support for Hibernate, Eclipse project import, and compile on save. Combining excellent out of the box experience, compelling features, and a great plugin ecosystem, NetBeans IDE 6.5 is a must-download for all developers.
NetBeans IDE 6.5 is currently available in English, Japanese, Simplified Chinese and Brazilian Portuguese. There are several community contributed localization efforts underway to support additional languages. Join the efforts today.
More information about NetBeans IDE 6.5:
- NetBeans IDE 6.5 Features
- NetBeans IDE 6.5 Tutorials and Documentation
- Guided Video Tour of NetBeans IDE 6.5
As always, we welcome and encourage feedback about your experience using the NetBeans IDE. Share your thoughts on our mailing lists and forums; if you blog about NetBeans add your blog to Planet NetBeans. NetBeans is now on Twitter! Follow us at twitter.com/netbeans to get the latest news and information, ask questions and engage with the NetBeans team.
Diskussion und Anwendung von Ribbon-Komponenten
0 Comments Published by Christian Ullenboom on at Samstag, November 29, 2008.Kirill Grouchnikov hat unter http://www.pushing-pixels.org/?p=622 einen langen Blog verfasst, in dem er sich mit der Entwicklung und Einsatz der Ribbon-Komponente befasst. Der Blog mit seinen vielen Links ist auf jeden Fall lesenswert. Für Java hat Kirill eine Ribbon Komponente implementiert, die Teil vom Flamingo Framework (https://flamingo.dev.java.net/) ist. Die Dokumentation https://flamingo.dev.java.net/docs/ribbon/ribbon-overview.html zeigt Screenshots und die API dahinter.
Labels: Open Source

