Skip to main content

Celebrando los 10 años de NetBeans


Celebrating 10 Years of NetBeans!

Puedes participar del Decatlón

Enter the NetBeans Decathlon!


Las reglas son sencillas:
. 10 events, each worth a different amount of points.
.Complete any number of events that tally up to 50 points.
.IMPORTANT: Keep track of links to blog entries, forums, and so on. You will need to submit these links in the Decathlon Entry Form.
. The first 300 participants to complete the Decathlon form will be eligible to receive a limited edition NetBeans 10th Anniversary T-shirt.
. There is no judging, so be creative, reminisce, and have fun!
. The Decathlon ends on Monday, October 27th, 2008.

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.