I have a couple of questions about the way I call methods in EL. Maybe someone could explain how it actually works.
We start a new project which should be a cloud scalable application. The prefered Ways is right now Java, Tomcat as a Application Server to be able to deploy it into the Amazon Ec2. The Web Service
I\'m working my way through the Java EE 6 tutorial and I\'m on the section about web services.I\'m trying to get the helloservice running, because I\'m going to need to do something similar in the nea
I\'ve a servlet which is accessed through a URL and that URL has some request parameters in it. Now I need to redirect the user to a different page (from servlet), but also append the request paramete
From the time I started working with JavaEE, I\'ve made my way paginating a list in the .jsp, b开发者_如何学编程ut I have seen many of Java developers are using display tag library, why, I don\'t
I\'m in the process of writing unit tests for a JEE5 web service. The behaviour of the web service depends on the attributes set in the web.xml file. I\'m wanting to therefore split my web.xml into a
We have some external libraries which we use in a J2EE application on Glassfish 3.1. Those libraries allow registering handlers for certain events. The requirement is that those handlers should make u
I am very new to programming and setting up Java Servers. Actually its my first time to try it but not successful. I am about to test my first web app in Java but whenever I click the\"Start server in
Specifically, I am on ubuntu 10.04. Is there a way to do it in synaptic? Is there a sun/oracle url where I could download just the javadocs for Java EE. With Java SE, I am able to download only the j
I\'ve just installed Glassfish Web Profile (Open source edition) on my VPS. I have deployed my application successfully on domain1. Now t开发者_JS百科he application is accessible on http://localhost/m