Skip to main content

Entrevista a Joerg Plewe

Aqui pueden observar una entrevista realizada a Joerg Plewe.
Entre las preguntas que se le realizaron, estan:

As a Speaker and a Blogger, what topics command your interest?

Currently, I'm more of a blogger than a speaker. I blog on Java.net primarily about desktop Java but also about general topics ranging from Ant techniques, OO databases and benchmarks, to flight simulators. When I get the opportunity to speak, I like to talk about my simulation project, FlyingGuns, which is a networked simulation framework with a World War One flight simulation action game as a demo. I had the great opportunity to discuss FlyingGuns at JavaOne 2003, and just recently at a local Java users group here in Germany.
When was your introduction to NetBeans?

How have you participated in the NetBeans Project?

Comments

Popular posts from this blog

Primefaces v13

 La versión nueva de primefaces v13.0 elimina el componente <p:repeat>  Consulte los cambios en  https://github.com/primefaces/primefaces/releases/tag/13.0.0 por lo tanto si necesita una solución similar considere utilizar  <p:carousel>  o  <ui:repeat> En la versión 13 genera una excepción

Jmoordb-Core @UpdateMany y @DeleteMany

 Jmoordb-Core @UpdateMany y @DeleteMany Estoy trabajando en una versión nueva de jmoordb-core en la cual se estarĆ” implementando nuevas funcionalidades como lo son @DeleteMany y    @UpdateMany con la finalidad de hacer operaciones sobre mĆŗltiples documentos de la colección.