Developing Web Applications with Java EE 6 Webinar – Replay and Q&A transcript
February 1, 2011 § 6 Comments
The third webinar of the GlassFish Webinar Series aired Thursday last week and we had a good turnout with only limited technical problems (!).
I was presenting on “Building a Web Application with Java EE 6″ and the replay is now available from the GlassFish YouTube Channel with the Q&A transcript now posted as well.
The webinar covered some basics for JSF 2.0, JAX-RS 1.1, and CDI 1.0. It is really close to the Java EE 6 Hands-On Lab delivered at JavaOne SF, Sao Paulo, Beijing and other places. The source code is on beginningee6.kenai.com with a detailed guide.
Upcoming webinars are announced on http://glassfish.org/webinars.
Very usefull information. Also even if Ruby on Rails run faster, I use the couple NetBeans and Java EE 6. Very good IDE.
The url for beginningee6.kenai.com returns 404
Hmmm, it works for me. Can you try again or try this equivalent URL: http://kenai.com/projects/beginningee6/
@Alexis: http://kenai.com/projects/beginningee6/ works for me. Thanks. :)
in French : au niveau packaging, est-on obligé de faire un war pour exposer un WebService JAX-RS RESTful à partir d’un EJB ou peut-on le faire dans en packageant l’EJB en jar?
in English : does a RESTful JAX-RS EJB based Webservice have to be packaged in a war or can it be in a ejb jar?
No. There needs to be a web tier.
The @Path is relative to the web context.