javaee7-hol
javaee7-hol copied to clipboard
Java EE 7 Hands-on Lab
I got the following error: /batch/sales.xhtml @71,107 actionListener="#{salesBean.runJob}": Target Unreachable, identifier 'salesBean' resolved to null I am using eclipse using Tomcat 8. `javax.el.PropertyNotFoundException: /batch/sales.xhtml @71,107 actionListener="#{salesBean.runJob}": Target Unreachable, identifier 'salesBean'...
The following URI leads to HTTP 404 Code: ``` "http://" + httpServletRequest.getLocalName() + ":" + httpServletRequest.getLocalPort() + "/" + httpServletRequest.getContextPath() + "/webresources/movie/" ``` That is because of the `/` after...
Hi, I followed the HOL with NetBeans 8.2 and GlassFish 4.1.1 (the version bundled with NetBeans 8.2). After deploying the application, when I want to run job (link Sales, and...
Hello Mr. Gupta, First let me thank you for the great samples and well explanation. I think that the controller `MovieClientBean` which is responsible for adding a new movie to...
web.xml javax.faces.PROJECT_STAGE Development javax.faces.CLIENT_WINDOW_MODE url ``` Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet /faces/* com.mycompany.movieplex7.rest.ApplicationConfig 1 ``` com.mycompany.movieplex7.rest.ApplicationConfig /webresources/* 30 faces/index.xhtml booking.xhtml ``` Pick a Movie ``` MovieFacadeREST package com.mycompany.movieplex7.rest; import...
I am following the hands-on-lab tutorial from [this tutorial link](http://htmlpreview.github.io/?https://github.com/javaee-samples/javaee7-hol/blob/master/docs/javaee7-hol.html) I followed the instructions as provided there to set up my `WildFly Application server`. Everything seems to work fine. The...
In the hands-on there is no mention about JavaFX as client. That would be a good point to consider, as this example shows [getting-started-with-javafx-8-developing-a-rest-client-application-from-scratch](http://info.michael-simons.eu/2014/10/22/getting-started-with-javafx-8-developing-a-rest-client-application-from-scratch/)
We could either use maven or gradle (gradle would probably be easier for PDF generation using fopdf).