Recent activity
Subscribe to this feed
Antonio Goncalves replied on November 13, 2009 09:55 to the question "Chapter 6 - the sniffers are killing me." in javaee6:
Can you see if this works with you ? I made it work. Now EJBContainer is nicely implemented in GlassFish. I will update the code on my website in few days.
http://blogs.sun.com/alexismp/entry/t...
Antonio Goncalves marked one of Alexis MP's replies in javaee6 as useful. Alexis MP replied to the question "I have a different error now in Chapter 6 using 8/5 promoted build.".
Antonio Goncalves marked one of Alexis MP's replies in javaee6 as useful. Alexis MP replied to the question "Glassfish 3.0 and J2EE 1.4 degree of compatibility".
Antonio Goncalves marked one of Alexis MP's replies in javaee6 as useful. Alexis MP replied to the problem "Chapter 14 - Web service management missing in GlassFish v3??".
Antonio Goncalves replied on November 13, 2009 09:43 to the question "how to import the files (Java EE5 book ) in Eclipse IDE?" in javaee6:
Antonio Goncalves set one of Antonio Goncalves' replies as an official response to "A quoi sert un domain dans Glassfish ?" in javaee6
Antonio Goncalves replied on November 13, 2009 09:41 to the question "A quoi sert un domain dans Glassfish ?" in javaee6:
Dans le monde des serveurs d'applications, on utilise beaucoup ce paradigme de domaine. Pour simplifier, on peut dire qu'un domaine est une instance de serveur (même si ce n'est pas vrai techniquement, l'image permet de rendre le concept plus clair je pense). Vous pouvez donc ainsi créer plusieurs domaines qui hébergeront des applications différentes. On peut ainsi démarrer un domaine, en arrêter un autre...
Je vous conseil ce blog : http://blogs.sun.com/bloggerkedar/ent...
Antonio Goncalves set one of Antonio Goncalves' replies as an official response to "How do I tell appClient what class to run?" in javaee6
Antonio Goncalves replied on November 08, 2009 07:43 to the question "How do I tell appClient what class to run?" in javaee6:
In the examples I've set the Main-Class: attribute inside the MANIFEST.MF file. I let Maven set it :
<build>
<plugins>
<plugin>
<groupid>org.apache.maven.plugins</groupid>
<artifactid>maven-jar-plugin</artifactid>
<version>${plugin-jar-version}</version>
<configuration>
<archive>
<manifest>
<mainclass>com.apress.javaee6.demo01.Main</mainclass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
Antonio Goncalves replied on November 06, 2009 18:28 to the question "error in book" in javaee6:
Antonio Goncalves replied on October 28, 2009 21:58 to the question "How to create the sequence table?" in javaee6:
For the euroconverter pb, you can download the latest version of the code (http://www.antoniogoncalves.org/xwiki...).
Usually EclipseLink creates the SEQUENCE table either at deployment time or at runtime (I had different behaviors with different versions of EclipseLink). You shouldn't create the table manually. Try undeploying completly the application, redeploy it and try again. BTW, with the latest version of the code, I've updated the version of EclipseLink and GlassFish, that might help.
Antonio Goncalves replied on October 28, 2009 21:55 to the question "chapter 10 - error when click create a book button" in javaee6:
Hum, there is a bug with the euroConverter, but not this bug. Try getting the latest version of the code (http://www.antoniogoncalves.org/xwiki...) and try with the latest GlassFish build (GlassFish v3b70)
Antonio Goncalves replied on October 28, 2009 21:44 to the question "How do I tell appClient what class to run?" in javaee6:
Antonio Goncalves replied on October 28, 2009 20:42 to the question "Chapter 10 : JSP instead of XHTML" in javaee6:
Antonio Goncalves set one of Antonio Goncalves' replies as an official response to "pom.xml for a JavaEE 6 application (jsf, jpa, ejb)" in javaee6
Antonio Goncalves replied on October 10, 2009 10:30 to the question "pom.xml for a JavaEE 6 application (jsf, jpa, ejb)" in javaee6:
Antonio Goncalves replied on October 04, 2009 19:28 to the question "how to import the files (Java EE5 book ) in Eclipse IDE?" in javaee6:
Antonio Goncalves replied on September 24, 2009 20:47 to the question "can't use ant with linux(ubuntu)" in javaee6:
I haven't test it on Linux, sorry.
BTW, you should post this on http://getsatisfaction.com/javaee6/pr...
Antonio Goncalves replied on September 18, 2009 19:36 to the problem "Maven Repository missing" in javaee6:
Antonio Goncalves set one of Antonio Goncalves' replies as an official response to "Version Fr" in javaee6
| next » « previous |
Loading Profile...
