I am new to CDI and want to use this for a JSF2 application. The class MyUser is a simple @Entity-Bean and a object is created in a @PostConstruct method in bean:
I\'m trying to use ace:fileEntry to upload a picture, as I read this component requires a submit from h:commandButton in order to start downloading. My problem is that when I switched my ice:commandBu
My main question is : Is there a \"good practice\" to serve binary files (PDF, docs, etc) using JSF 2 with CDI, and using bookmarkable URLs ?
I have a @C开发者_开发百科onversationScoped bean, with a start method, like so: @PostConstruct public void start() {
Following the official documentation I implemented a very simple Java SE Weld quickstart class. @Singleton
public interface ModelClient { public JSONObject _callModel(URL url); } @Stateless @Local(ModelClient.class)
As a JSF 2/PrimeFaces developer I\'ve had a look at Seam 3 as something that could be useful in my proje开发者_JAVA技巧ct. So far the @RenderScoped functionality looks
I\'m doing some unit tests using 开发者_JAVA百科Arquillian on JUnit4 and Jboss6. There is a facade(SomeFacadeclass) that has the \"SomeClass\"(which is an interface) injected to it. When Arquillian de
I have a Singleton EJB (javax.ejb.Singleton version. sigh.) which has a CDI observer method on it. When I try to deploy this to glassfish 3.1 the server fails to deploy the EAR file without any real e
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing