mercoledì 23 ottobre 2013

Campana della pace



Test di trasmissione

venerdì 9 settembre 2011

Test di prova

Questo breve post è realizzato con l'App x blogger rilasciato da Google.

giovedì 9 settembre 2010

sono una prova

Questa viene prima



Guarda come viene

giovedì 2 settembre 2010

Click here to add the title...

Click here to add the post body...

Titolo

Sono la bandiera

Titolo di prova

Testo di prova

mercoledì 1 settembre 2010

Test

Test body Siamo qui a pettinare le bambole

Tutor

Body

lunedì 5 aprile 2010

Photoalbum Demo

Partito il porting di JBelt sotto la struttura fornita da Photalbum Demo Application di Richfaces

lunedì 30 novembre 2009

Testing blog editor

marsEditIconSmall.pngQuesto post testa le possibilità dell'editor: MarsEdit e vogliamo vedere come rapparesenta il salto pagina che adesso vado inserendo

giovedì 15 ottobre 2009

In Finlandia la Banda Larga è un diritto | Connettività | Webnews

Posted from Diigo. The rest of my favorite links are here.

martedì 13 ottobre 2009

Seam Framework 3



    • Building Seam 3

      Seam 3 is built entirely with Maven 2, so you will need to have that installed before you begin. You also need to use JDK 6 at the moment. Seam 3 will target JDK 5, but we're using a JDK 6 API for convenience/prototyping. Keep in mind that Seam 3 is in the very early stages, so put on your lab glasses ;)
      Begin by installing/extracting JBoss AS 5. Set the JBOSS_HOME environment variable to point to this installation. Now, checkout and build!
      Open a shell and switch to your development directory. (Committers note that you can change the repository URLs to https://svn.jboss.org...)
      Let's begin by building Weld. Seam 3 requires a JSR-299 implementation, so Weld fulfills this requirement.
      mkdir weld-trunk
      cd weld-trunk
      svn co http://anonsvn.jboss.org/repos/weld/ri/trunk ri
      svn co http://anonsvn.jboss.org/repos/jbossas/projects/webbeans-ri-int/trunk ri-int
      svn co http://anonsvn.jboss.org/repos/weld/extensions/trunk extensions
      cd ri
      mvn install -Dmaven.test.skip=true
      cd ../ri-int
      mvn install -Dmaven.test.skip=true
      cd ../extensions/logger
      mvn install -Dmaven.test.skip=true
      cd ../../ri/jboss-as
      PAUSE
      Create file local.build.properties and populate with:
      jboss.home=<>
      webbeans-ri-int.version=5.2.0-SNAPSHOT
      webbeans.version=1.0.0-SNAPSHOT
      Now to install the web beans deployer into JBoss AS 5.
      ant update
      Let's now get Seam 3 checked out and built.
      cd ../../..
      mkdir seam-trunk
      cd seam-trunk
      svn co http://anonsvn.jboss.org/repos/seam/modules/trunk modules
      cd modules
      mvn install
      cd jsf-upgrade-tool
      mvn
      cd ../..
      To run the examples, you must have a Bean Validation implementation and API JAR in the JBoss AS classpath. I use the following JARs:
      hibernate-validator-4.0.0.Beta1.jar
      slf4j-api-1.5.6.jar
      slf4j-log4j12-1.5.6.jar
      validation-api-1.0.CR2.jar
      You can download the release here or get the SVN from here and here.
      Now to build the booking example:
      svn co http://anonsvn.jboss.org/repos/seam/examples/trunk examples
      cd examples/booking
      mvn cli:execute-phase
      > explode
      Start JBoss and visit http://localhost:8080/seam-booking/



Posted from Diigo. The rest of my favorite links are here.

Java Showcase (bacheca)


Posted from Diigo. The rest of my favorite links are here.

A collection of info about Java

This blog want to be a collection of web pages. I'm testing the Diigo service and here I collect all the info about the development.