This question already has answers here: Servlet returns "HTTP Status 404 The requested resource (/servlet) is not available"
I\'m new to Weld and have been trying to get my head around it\'s concepts. I have a little experience with Spring and nothing with Guice, so I\'m pretty much a novice with the DI frameworks.
I\'m attempting to set up a simple logging test with JavaMail in Java EE 6, using the jar files provided with Glassfish 3.1.There seems to be a wealth of questions out there on this subject, but I hav
I\'ve recently been given a project to work on that involves writing a web application.I\'ve never done Java EE before.A lot of resources on the web are dated and I\'m having trouble figuring out what
I am totally new to Ubuntu and Java altogether. I managed to install JDK 1.6 using the terminal. I am even able to run a simple HelloWorld. My problem is whenever I try to install the java_ee Im havin
I am trying to use @Resource(lookup=\"\") to look up a resource configured in Glassfish 3.1. I am using Eclipse 3.5.
I try to make a simple JSF2 application in Eclipse indigo. I have a very simple ManagedBean (call HelloBean.java)
I have 2 different Netbeans projects: an enterprise applic开发者_JS百科ation holding 2 EJBs and a web application which uses these EJBs.When I deploy, I deploy them each separately (one as an EAR and
I have the following situation: I set the beans (in applicationContext.xml) as follows: ... <bean id=\"bDaoImpl\" cl开发者_如何学Cass=\"BDaoImpl\"></bean>
I have Java EE application, where I have list of groups. I want to display number of items in every group, so I do: