Blogs / http://blogs.sun.com/andreas

View all »

Latest posts

  1. Modules and Security on OpenJDK

    http://blogs.sun.com/andreas/entry/modules_and_security_on_openjdk

    I'd like to say a few words about the projects and code on OpenJDK that I am involved with. First off, if you are interested in reading the JDK source code and maybe even contributing, I suggest starting by downloading the OpenJDK sources as a ZIP file from the download page (who came up with that URL?). …

    173 days ago
  2. Crypto Code and OpenJDK

    http://blogs.sun.com/andreas/entry/crypto_code_and_openjdk

    I just got a question about the status of the crypto code in OpenJDK that referred to the limitations mentioned in my blog post from last May. Back then some of the encryption code was not open source as we were working through some build and export control issues. …

    173 days ago
  3. JCP Early Draft of JSR 294 Now Available

    http://blogs.sun.com/andreas/entry/edr_of_jsr_294_superpackages

    As you have have already noticed, the JCP Early Draft specification of JSR 294 is now available for download from the JSR page. In short, it consists of two chapters of the Java Language Specification that have been updated to cover Superpackages. There are change bars to highlight everything that has been touched. …

    173 days ago
View all »

69 blog reactions

  1. Author unknown

    Paradojas cliente-cliente-servidor-cliente-etc…

    http://caente.com/blog/?p=114

    sin la clave. Aqui viene la primera odisea, parece que esas personas son MUY ocupadas, pues durante 2 días de correos y correos jamás obtuve la contraseña del keystore, así que tuve que acudir a medidas desesperadas

  2. Author unknown

    Let’s play with OSGi, Spring and Maven, part 1

    http://blog.krecan.net/2008/05/29/lets-play-with-osgi-spring...

    implementation of one of the interfaces. (Well, I am not sure if its true, but it did not work, when this package was not exported.) All other packages are private. It means, that they can not be used be other bundles. Wow, it is something like Java 7 superpackages. Ok, OSGi is almost configured, the only think we need to do is to define the service. But again, I am to lazy to learn OSGi. What to do? What about Spring?. Spring provides support for OSGi. So I can export whatever Spring bean I want as an OSGi

    38 days ago in Java crumbs · Authority: 2
  3. Author unknown

    J2SE SSLHandshakeException Fix

    http://www.gmjjavadesigns.com/gmjd/entry/j2se_sslhandshakeex...

    to find valid certification path to requested target This seems to be a common issue where for some reason the SSL Certificate is not able to be added to the JVM Certificate. To fix this issue we ran the code and followed the instructions in this tutorial and now everything started working great. I found compiling the code, creating the new certificate file, and moving the new certificate file jssecert to the $JAVA_HOME/jre/lib/security solved all my problems. I found this very easy to preform and

    104 days ago in GMJ Designs · Authority: 5
  4. Photo of gjennings

    J2SE SSLHandshakeException Fix

    http://www.gmjjavadesigns.com/gmjd/entry/j2se_sslhandshakeex...

    to find valid certification path to requested target This seems to be a common issue where for some reason the SSL Certificate is not able to be added to the JVM Certificate. To fix this issue we ran the code and followed the instructions in this tutorial

    104 days ago in GMJ Designs by gjennings · Authority: 6
  5. Author unknown

    First non-Sun participant voted into OpenJDK Membership

    http://blogs.sun.com/mr/entry/expanding_the_universe

    prior work on the javac compiler while at Sun, for his co-authorship of the Java Puzzlers book, and most recently for his proposal to add closures to the language. Neal is not the first non-Sun Member of the OpenJDK Community—several now-former Sun employees beat him to it—but he is the first person from outside of Sun to be voted in to Membership. Welcome (back), Neal!

  6. Photo of mreinhold

    First non-Sun participant voted into OpenJDK Membership

    http://blogs.sun.com/mr/entry/expanding_the_universe

    prior work on the javac compiler while at Sun, for his co-authorship of the Java Puzzlers book, and most recently for his proposal to add closures to the language. Neal is not the first non-Sun Member of the OpenJDK Community—several now-former Sun employees beat him to it—but he is the first person from outside of Sun to be voted in to Membership. Welcome (back), Neal!

  7. Photo of mreinhold

    Planet JDK

    http://planetjdk.org

    2008/03/15 00:19Moving on

    114 days ago in Planet JDK by mreinhold · Authority: 18
  8. Author unknown

    Programa en Java y disfruta de un café lojano

    http://cafelojano.wordpress.com

    seleccionar qué es lo quiere mostrar de los superpaquetes anidados. Todo ésto trata de mejorar el soporte de modularidad que posee Java actualmente, tratando de resolver los problemas de ocultamiento de información y compilación por separado. Aquí pueden encontrar mayores detalles. Debo aclarar que ésta nueva característica se encuentra en estudio y no existen garantías que se implementará. Powered by ScribeFire.

  9. Author unknown

    Acquire an SSL certificate for your Java Programs in Windows XP

    http://trippinbilly25.wordpress.com/2008/03/05/acquire-an-ss...

    from a server you have no access to, and the only SSL certificates you can find are from the security settings in your web browser. Fortunately Andreas Sterbenz had a post on his blog that solves this problem. He has you download this program he calls InstallCert

  10. Author unknown

    Java&Zertifikate

    http://fusenigk.de/bl0g/?p=274

    Auf dem Mac habe ich die Zertifikate für den Server nicht in dem lokalen System eingespielt, was auch nicht notwendig war. Auf dem Linux System ist das offensichtlich aber notwendig. Auf einem Sun Java Blog findet sich hierzu eine Anleitung und ein Java Programm, mit dem man die Zertifikate vom SSL Server direkt auslesen und in die lokale Zertifikate DB speichern kann. Nicht vergessen, die neu erstellte Keystore Datei jssecacerts in das Verzeichnis $JAVA_HOME/jre/lib/security zu kopieren. Danach funktioniert

    144 days ago in Karstens Wunschkasten · Authority: 2

Top Tags

What this blog is about

  1. java
  2. modularity