News from Jul 21, 2011

  2011/07/21
Eclipse GWT - tips & tricks
Last changed: Jul 21, 2011 12:42 by Bartolomeo Sorrentino
Labels: eclipse, gwt, jetty, jndi

Run GWT application in-development-mode using JNDI

Include jetty-web.xml in WEB-INF folder

add extra dependencies

  1. jetty-naming-version>.jar
  2. jetty-plus-<version>.jar

add an extra VM Argument in run configuration

-Djava.naming.factory.initial=org.mortbay.naming.InitialContextFactory
Posted at 21 Jul @ 12:34 PM by Bartolomeo Sorrentino | 0 Comments
Project swixml2 is available from public repository
Last changed: Jul 21, 2011 12:45 by Bartolomeo Sorrentino

Summary

the release 2.5.20110708 of my OS project swixml2 is available from SONATYPE public maven repository

Posted at 21 Jul @ 12:42 PM by Bartolomeo Sorrentino | 0 Comments