I want to be able to : define different jobs and triggers. modify the expirations dates and intervals on demand
My Web application makes use of Ext JS & Java web technology. Due to the size and complexity of the application, I need to
Following up on a prior question, I\'m trying to figure out how to set up container-based authentication for a J2EE application. Specifically, I need to be able to apply a password digest algorithm ot
I\'m using java beans with automatic data transfer and type conversion. Ex: public class MyAction { public String execute(){
Is it permissible to have multiple entries as the context root of a servlet? For instance, all Sun examples use a single /catalog or something similar as the context root, but could it be /catalog/fu
I have a Java web application running on Tomcat. I want to load static images that will be shown both on the Web UI and in PDF files generated by the application. Also new images will be added and sav
I have an EAR that is made up of two modules. Both expose services and share common code. Imagine that the ear has a common.jar shared by a webservices.war and webapp.war.
This question already has answers here: Where to place and how to read configuration resource files in servlet based application?
Developers who have used eclipse cannot miss out the Cntrl+Shift+G combo - the easiest way to find all references to a particular member/method/class in your workspace.
I am currently developing a J2EE application and I would like to use Jetty. I would like to have iot integrated with Eclipse, so I could debug the appliaction.