java-ee-5
PrimeFaces fileDownload does not work
I can\'t get the primeFaces <p:filedownload work. While I succeed in downloading the file using a custom download bean. Seems like the issu is related to the primefaces file download ActionListener[详细]
2023-03-12 13:45 分类:问答Request scoped context for stateless session beans
Is there a request-scoped context for EJB3 session-beans? My environment is Java-EE-5. This example @Remote(SessionFacade.class) @Stateless[详细]
2023-03-10 17:48 分类:问答Glassfish tuning
We have here an application developed using Java EE 5 stack (using JSF, RichFaces, EJB, JPA, Hibernate, JAAS) that runs inside Glassfish 3.1! The thing is we are in need to run it as an installable de[详细]
2023-03-09 01:34 分类:问答Is it safe to cache DataSource lookups in Java EE?
I\'m developing a simple Java EE 5 \"routing\" application. Different messages from a MQ 开发者_StackOverflow社区queue are first transformed and then, according to the value of a certain field, stored[详细]
2023-02-28 16:21 分类:问答"Not Found (404)" error in restlet
i am new to restlet framework. i have created a small java ee application but it give me an error \"Not Found (404)\"[详细]
2023-02-28 02:16 分类:问答load distributon between various jms provider instances
Producers <--> Consumer In the above scenario there are lets say \'N\' number of producers trying to put a lot of messages in our (Consumer\'s) JMS queues.[详细]
2023-02-25 10:18 分类:问答I am Using maven build tool, I am getting this type of error when I am build, Please help me
FAILED for project开发者_如何学Python: com.tenkinfo:b2g:war:1.1-SNAPSHOT Reason: /home/nrao/workspace15/mapnsav/src/main/java/com/tenkinfo/mapnsav/search/facade/ResourceServiceImpl.java:[5,-1] ca[详细]
2023-02-25 06:17 分类:问答JMS application client can create more than one active sessions while web/ejb components cannot?
I am reading the JEE5 tutorial for JMS. And I am having a hard time understanding the reason for this \'general rule\':[详细]
2023-02-25 05:22 分类:问答What is the difference between JMS consumer and Message Driven Beans (MDB)
Is there any difference between an asynchronous JMS (开发者_Go百科Java Messaging Service) consumer vs an actual MDB (Message Driven Bean). The only difference I see is the MDB class[详细]
2023-02-24 21:29 分类:问答recommended connection method for outside clients to connect to JMS queues
We have our clients in an extranet based 开发者_如何学Cenvironment that need to connect to our JMS queues. Should they be able to just lookup our queues and connectionFactories in the JNDI space.[详细]
2023-02-24 16:38 分类:问答