eclipse « Glassfish « JSF Q&A





1. Separate JSF and EJB apps    stackoverflow.com

How do I use a deployed EJB app from a separate JSF application? I'm attempting to separate the two applications and access the EJB through the remote interface. To do this ...

2. What is meaning of "class is not assignable"?    stackoverflow.com

I'm using Eclipse Helios, JSF 2 and Glassfish 3.1 server..... and what's happen error like that ...

javax.servlet.ServletException: com.sun.faces.mgbean.ManagedBeanCreationException: Unable to create managed bean contactController.  The following problems were found:
  ...

3. JSF2 + Eclipse + Glassfish strange output problem    stackoverflow.com

I try to make a simple JSF2 application in Eclipse indigo. I have a very simple ManagedBean (call HelloBean.java)

package server;



@ManagedBean
@RequestScoped
public class HelloBean {

    private String name;

public HelloBean() {
}

 ...

5. JSF 1.2 and Dynamic Web Module 2.5 in Eclipse Europa    java.net

In Eclipse Europa 3.3.1.1 I am trying to add the JSF 1.2 facet in the Dynamic Web Project facet wizard. However the wizard tells me that I cannot do such a thing without also selecting the Dynamic Web Module 2.5. But the version 2.5 is not on available on the list of versions for Dynamic Web Module (only the versions 2.2, ...